Skip to content

Instantly share code, notes, and snippets.

@AmaanC
Created May 9, 2015 07:04
Show Gist options
  • Save AmaanC/2ccfcf3b9d69d186a663 to your computer and use it in GitHub Desktop.
Save AmaanC/2ccfcf3b9d69d186a663 to your computer and use it in GitHub Desktop.
Kill It Modified
javascript:function C(a){var b=a.target;"IMG"===b.nodeName&&(b.src="http://i.imgur.com/9nMBYew.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