Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 700 Bytes

Readme.md

File metadata and controls

14 lines (11 loc) · 700 Bytes

These are some useful scripts.

Installation

  1. Install Tampermonkey
  2. 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
  3. Copy the source
  4. Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
  5. Paste the source into the script window and hit save
  6. Voila!

Scripts

  • 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.