Created
June 14, 2022 12:02
-
-
Save HUrquhart/8905e5cf955ea5456da595dd2ceff003 to your computer and use it in GitHub Desktop.
Removes the popup from the admiral revenue recovery system (ANTI - ADBLOCKER)
This file contains 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
// written by https://github.com/HUrquhart | |
document.getElementsByTagName('html')[0].style.overflow = "auto"; | |
document.body.style.overflow = "auto"; | |
body = document.getElementsByTagName('body')[0] | |
body.removeChild(body.lastChild); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment