Skip to content

Instantly share code, notes, and snippets.

@netsi1964
Created October 5, 2017 10: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 netsi1964/d17ce5e71e0c2b1c8dee2827dfb53e9d to your computer and use it in GitHub Desktop.
Save netsi1964/d17ce5e71e0c2b1c8dee2827dfb53e9d to your computer and use it in GitHub Desktop.
Run this in console to remove request to disable add blocker
Array.from(document.querySelectorAll('*')).map(ele => {ele.style.overflow = 'inherit';getComputedStyle(ele).zIndex>0 ? ele.remove() : null})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment