Skip to content

Instantly share code, notes, and snippets.

@zackbloom
Created November 7, 2013 04:39
Show Gist options
  • Select an option

  • Save zackbloom/7349051 to your computer and use it in GitHub Desktop.

Select an option

Save zackbloom/7349051 to your computer and use it in GitHub Desktop.
Run on any page to 'flatten'
var d = document.createElement('div');
d.innerHTML = '\
<style>\
*:not(.icon):not(i), *:not(.icon):not(i):after, *:not(.icon):not(i):before {\
box-shadow: none !important;\
text-shadow: none !important;\
background-image: none !important;\
}\
*:not(.icon):not(i) {\
border-color: transparent !important;\
}\
</style>\
';
document.body.appendChild(d);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment