Created
November 29, 2016 10:19
-
-
Save mehdichaouch/ed1e344ee0216701d3714985bc41149c to your computer and use it in GitHub Desktop.
Bookmarklet to run Qwant search on Google
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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