Skip to content

Instantly share code, notes, and snippets.

@matthewhochler
Created January 28, 2015 20:11
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 matthewhochler/70410118a72545ad8a7b to your computer and use it in GitHub Desktop.
Save matthewhochler/70410118a72545ad8a7b to your computer and use it in GitHub Desktop.
Bookmarklet to search Google from a DuckDuckGo results page
javascript:(function()%7B$('%23search_form_input').val('!g '+$('%23search_form_input').val());$('%23search_form').submit();%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment