Skip to content

Instantly share code, notes, and snippets.

@rlemon
Created September 18, 2012 18:07
Show Gist options
  • Select an option

  • Save rlemon/3744729 to your computer and use it in GitHub Desktop.

Select an option

Save rlemon/3744729 to your computer and use it in GitHub Desktop.
Image Killer Bookmarklet.
javascript:function C(a){var b=a.target;"IMG"===b.nodeName&&(b.src="http://i.imgur.com/AM3Ae.png");B();a.preventDefault();a.stopPropagation();return!1}function A(){d.body.style.cursor="crosshair";d.addEventListener("click",C,!1)}function B(){d.body.style.cursor="default";d.removeEventListener("click",C,!1)}var d=document;A();;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment