Skip to content

Instantly share code, notes, and snippets.

@syranez
Last active October 12, 2015 00:08
Show Gist options
  • Save syranez/3941178 to your computer and use it in GitHub Desktop.
Save syranez/3941178 to your computer and use it in GitHub Desktop.
Catpron Bookmarklet. (Best viewed in Firefox) (Improved version)
javascript:var f=document.createElement("style");f.setAttribute("type","text/css");f.innerHTML='*:before{content:"CAT";color:green;font-size:xx-large;}*:after{content:"PRON";text-decoration:blink;color:red;font-size:xx-large;}';document.body.appendChild(f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment