diff --git a/index.html b/index.html
index 3950ca3..2fae599 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,7 @@
}
function lucky(words, name) {
- var url = "https://www.google.com/search?btnI&q=filetype:html+" + encodeURIComponent(words.join(" "));
+ var url = "https://www.google.com/search?btnI&q=-inurl:https+filetype:html+" + encodeURIComponent(words.join(" "));
if(name in popups
&& !popups[name].closed) {