6 ms·
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
by 0xABADC0DA 14y 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.