Created
October 5, 2017 10:03
-
-
Save netsi1964/d17ce5e71e0c2b1c8dee2827dfb53e9d to your computer and use it in GitHub Desktop.
Run this in console to remove request to disable add blocker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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