Skip to content

Instantly share code, notes, and snippets.

@passcod
Created July 24, 2012 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passcod/3172260 to your computer and use it in GitHub Desktop.
Save passcod/3172260 to your computer and use it in GitHub Desktop.
Remoded userscript to remove the google redirects
domain /google.[a-z]+/
load 'zapem.js'
(function(){var i=0,l=document.querySelectorAll("a.l");for(;i<l.length;i++){l.item(i).onmousedown=null;}}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment