Skip to content

Commit d258caa

Browse files
authored
Try to elimate downloading files
#7
1 parent 1eef7d3 commit d258caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
function lucky(words, name) {
35-
var url = "https://www.google.com/search?btnI&q=" + encodeURIComponent(words.join(" "));
35+
var url = "https://www.google.com/search?btnI&q=filetype:html+" + encodeURIComponent(words.join(" "));
3636

3737
if(name in popups
3838
&& !popups[name].closed) {
@@ -100,4 +100,4 @@ <h1>Internet Noise</h1>
100100
</ol>
101101
</div>
102102
</body>
103-
</html>
103+
</html>

0 commit comments

Comments
 (0)