These are some useful scripts.
- Install Tampermonkey
- Select a script in this repo that you wish to use. View the file and click the Raw button at the top of the file to view its source
- Copy the source
- Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
- Paste the source into the script window and hit save
- Voila!
- Googlesearch_add_remover.user.js : remove google adds results from google search . Google adds are into an element with the id "advs" . I just detect this div on load, and remove it. its build this way so that you can remove any div just by adding it to the array.