Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Created November 29, 2016 10:19
Show Gist options
  • Save mehdichaouch/ed1e344ee0216701d3714985bc41149c to your computer and use it in GitHub Desktop.
Save mehdichaouch/ed1e344ee0216701d3714985bc41149c to your computer and use it in GitHub Desktop.
Bookmarklet to run Qwant search on Google
(function(){s=document.getElementsByClassName('search_bar__form__input');s[0]?window.open('https://google.com/#q='+s[0].value,'_parent'):alert('You are not on Qwant page dude!')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment