User Tools

Site Tools


web_browsers:chrome:remove_css

Web Browsers - Chrome - Remove CSS

A quick hack to remove CSS from a web page.

Press F12 and then enter the following into the console:

var el=document.getElementsByTagName('*');for(var i=0;i<el.length; i++){if (el[i].getAttribute("type")=="text/css") el[i].parentNode.removeChild(el[i]); };
web_browsers/chrome/remove_css.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki