Skip to content

Instantly share code, notes, and snippets.

@iCross
Created February 4, 2015 15:48
Show Gist options
  • Save iCross/962492d456afc0601b2f to your computer and use it in GitHub Desktop.
Save iCross/962492d456afc0601b2f to your computer and use it in GitHub Desktop.
google link cleaner
for (var i = 0; i < document.links.length; i++) {
document.links[i].removeAttribute('onmousedown');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment