|
|
|
|
|
by 0xABADC0DA
5052 days ago
|
|
Bookmarklet to turn on/off style sheets: javascript:(function(){var%20s=document.styleSheets;for(var%20i%20in%20s){s[i].disabled=!!!s[i].disabled;}})(); Makes pretty much any page readable, but combine with noscript/adblock to keep the content from changing. |
|