Skip to content

Instantly share code, notes, and snippets.

@laurelschwulst
Created February 4, 2014 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurelschwulst/8801273 to your computer and use it in GitHub Desktop.
Save laurelschwulst/8801273 to your computer and use it in GitHub Desktop.
1) Paste this as a new bookmark:
javascript:var kill_styles = undefined; (function(e,a,g,h,f,c,b,d){if(!(f=e.jQuery)||g>f.fn.jquery||h(f)){c=a.createElement("script");c.type="text/javascript";c.src="//ajax.googleapis.com/ajax/libs/jquery/"+g+"/jquery.min.js";c.onload=c.onreadystatechange=function(){if(!b&&(!(d=this.readyState)||d=="loaded"||d=="complete")){h((f=e.jQuery).noConflict(1),b=1);f(c).remove()}};a.documentElement.childNodes[0].appendChild(c)}})(window,document,"2.0.3",function($,L){var kill_all_styles=function(){$("link").remove();$("*").attr("style","")};$("body").on("click","*",function(){kill_all_styles()});kill_styles=kill_all_styles;window.setInterval(function(){kill_all_styles();console.log('killing');}, 1000);});
2) If that doesn't work, paste this into your web browser's javascript console:
jQuery("link").remove();jQuery("*").attr("style","");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment