From d258caa34228d0090df42fb0ce01fdf676331afe Mon Sep 17 00:00:00 2001 From: Peter Berbec Date: Thu, 30 Mar 2017 13:08:23 -0400 Subject: [PATCH] Try to elimate downloading files https://github.com/slifty/internet_noise/issues/7 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5ea19df..3950ca3 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ } function lucky(words, name) { - var url = "https://www.google.com/search?btnI&q=" + encodeURIComponent(words.join(" ")); + var url = "https://www.google.com/search?btnI&q=filetype:html+" + encodeURIComponent(words.join(" ")); if(name in popups && !popups[name].closed) { @@ -100,4 +100,4 @@

Internet Noise

- \ No newline at end of file +