Created
January 18, 2012 18:29
-
-
Save rlemon/1634675 to your computer and use it in GitHub Desktop.
StackExchange Chat Blackout Bookmarklet - STOP SOPA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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