Created
December 1, 2022 20:54
-
-
Save juanluisrto/0927f67e8b0d6ae5c4190ec5947c7021 to your computer and use it in GitHub Desktop.
Getting rid of adblocker registration request for newspapers
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
javascript:(function(){ | |
document.querySelectorAll(".fc-dialog-container, .fc-dialog-overlay").forEach(e => {e.style.setProperty("display", "none", "important");}); | |
document.body.style.overflow = "visible"; | |
})() | |
// Add this as a bookmark to your bookmark bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment