User Tools

Site Tools


web_browsers:chrome:hack_to_remove_css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

web_browsers:chrome:hack_to_remove_css [2020/04/15 11:41] – created peterweb_browsers:chrome:hack_to_remove_css [2020/04/15 11:44] (current) – removed peter
Line 1: Line 1:
-====== Web Browsers - Chrome - Hack to remove CSS ====== 
- 
-A quick hack to remove CSS from a web page. 
- 
-Press **F12** and then enter the following into the console: 
- 
-<code javascript> 
-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]); }; 
-</code> 
  
web_browsers/chrome/hack_to_remove_css.1586950874.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki