Skip to content

Instantly share code, notes, and snippets.

@rlemon
Created January 18, 2012 18:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlemon/1634675 to your computer and use it in GitHub Desktop.
Save rlemon/1634675 to your computer and use it in GitHub Desktop.
StackExchange Chat Blackout Bookmarklet - STOP SOPA
// Copy and paste this into the address bar or create a bookmark with this as the location.
// STOP SOPA!
javascript:$(".content").each(function(){var a=$(this),b=a.text().replace(/\S/g,"\u2587");a.text(b)});;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment