Skip to content

Instantly share code, notes, and snippets.

@PROPHESSOR
Created August 17, 2018 14:03
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 PROPHESSOR/e9001909ff4e2b92bc76008b0d443302 to your computer and use it in GitHub Desktop.
Save PROPHESSOR/e9001909ff4e2b92bc76008b0d443302 to your computer and use it in GitHub Desktop.
Script which disables adblock security on quaru.site
for(const node of document.querySelectorAll('*')) {
node.setAttribute('style', 'transform: none !important; direction: ltr !important');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment