Is there any way I can disable all external CSS in a browser (Firefox, Chrome...)?
When using slower internet connection, sometimes only the bare HTML is loaded by t
This script works for me (hat tip to scrappedcola)
var el=document.getElementsByTagName('*');for(var i=0;i
inline style stays intact, though