Skip to content

Commit

Permalink
Merge pull request #9 from peterberbec/master
Browse files Browse the repository at this point in the history
Issue #7
  • Loading branch information
slifty authored Mar 30, 2017
2 parents 1eef7d3 + d258caa commit e7d9357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -100,4 +100,4 @@ <h1>Internet Noise</h1>
</ol>
</div>
</body>
</html>
</html>

0 comments on commit e7d9357

Please sign in to comment.