Skip to content

Instantly share code, notes, and snippets.

@mgax
Created March 24, 2009 07:01
Show Gist options
  • Save mgax/83983 to your computer and use it in GitHub Desktop.
Save mgax/83983 to your computer and use it in GitHub Desktop.
<!--
Scroogle (http://scroogle.org/) is an anonymous proxy to Google search.
Their front page is ugly; this minimal html file is an alternative interface.
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>scroogle</title>
<style>
body { text-align: center; }
h1 { font-size: 300%; font-family: Skia; margin: 1em; }
h1 a { text-decoration: none; color: #12a; }
input[type=text] { font-size: 120%; background-color: #ffb; }
input[type=submit] { font-size: 120%; border: 1px solid #777; }
ul.search_engines { list-style: none; font-size: 130%; }
ul.search_engines a { color: #07f; font-weight: bold; }
</style>
</head>
<body onload="document.forms.qform.Gw.focus()">
<h1><a href="http://www.scroogle.org/cgi-bin/scraper.htm">scroogle</a></h1>
<form method=post name="qform" action="http://www.scroogle.org/cgi-bin/nbbw.cgi">
<input type=text name="Gw" size="40" maxlength="225">
<input type="submit" value="search"><br>
<input type="hidden" name="n" value="2"> <br>
</form>
<ul class="search_engines">
<li><a href="http://topsy.com/">Topsy</a> (tweet-powered search)</li>
<li><a href="http://www.wolframalpha.com/">Wolfram Alpha</a></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment