Skip to content

Instantly share code, notes, and snippets.

@AndrwM
Last active May 3, 2021 13:36
Show Gist options
  • Save AndrwM/4be6b469d4493e0803737424ae2f649f to your computer and use it in GitHub Desktop.
Save AndrwM/4be6b469d4493e0803737424ae2f649f to your computer and use it in GitHub Desktop.
Google It Bookmarklet: Quickly jump from Duckduckgo to Google
javascript:(function(){window.open(`https://www.google.com/search?q=${new URLSearchParams(location.search).get('q')}`, '_blank')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment