Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Now that we have YET ANOTHER Turing-complete language in my display-and-rendering application, where's my button to switch off CSS?


Firefox > View > Page Style > No Style

Safari > Develop > Disable Styles

Opera > View > Style > User Mode

It doesn't look like Chrome has an option by default, and I don't have IE on hand to test.


On chrome I have a bookmarklet that disables stylesheets I suppose you can easily modify it so you can use a userscript.

  javascript:var%20i=0;if(document.styleSheets.length>0){cs=!document.styleSheets[0].disabled;for(i=0;i<document.styleSheets.length;i++)%20document.styleSheets[i].disabled=cs;};void(cs=true);




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: