Skip to content

Instantly share code, notes, and snippets.

@frederik-elwert
Last active February 11, 2020 14:57
Show Gist options
  • Save frederik-elwert/e7f0d06f86804b8aa0eb5a55328d8eb1 to your computer and use it in GitHub Desktop.
Save frederik-elwert/e7f0d06f86804b8aa0eb5a55328d8eb1 to your computer and use it in GitHub Desktop.
Search in Google Bookmarklet
javascript:q=document.getElementById("search_form_input").value;window.location="https://www.google.de/search?q="+encodeURIComponent(q);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment