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

Next revision
Previous revision
web_browsers:chrome_hack_to_remove_css [2016/07/11 11:43] – created peterweb_browsers:chrome_hack_to_remove_css [2020/04/15 11:41] (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.1468237399.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki