Skip to content

Instantly share code, notes, and snippets.

@HUrquhart
Created June 14, 2022 12:02
Show Gist options
  • Save HUrquhart/8905e5cf955ea5456da595dd2ceff003 to your computer and use it in GitHub Desktop.
Save HUrquhart/8905e5cf955ea5456da595dd2ceff003 to your computer and use it in GitHub Desktop.
Removes the popup from the admiral revenue recovery system (ANTI - ADBLOCKER)
// 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