Skip to content

Instantly share code, notes, and snippets.

@boogah
Created January 24, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boogah/1672101 to your computer and use it in GitHub Desktop.
Save boogah/1672101 to your computer and use it in GitHub Desktop.
DuckDuckGo Search Form
<form method="get" action="http://duckduckgo.com/"
onsubmit="document.getElementById('ddgsearchinput').value+=' site:example.com'">
<input type="search" id="ddgsearchinput" name="q" size="24"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment