Skip to content

Instantly share code, notes, and snippets.

@rsc-awhite
Created August 30, 2017 04:49
Show Gist options
  • Save rsc-awhite/dd62407df260e212400332bb83126ba2 to your computer and use it in GitHub Desktop.
Save rsc-awhite/dd62407df260e212400332bb83126ba2 to your computer and use it in GitHub Desktop.
styles = document.body.getElementsByTagName("style"); for (x=0;x<styles.length;x++) { if (styles[x].innerHTML.indexOf("overlay-bg.png") !== -1) { document.body.removeChild(document.body.getElementsByTagName("style")[x]) } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment