Skip to content

Instantly share code, notes, and snippets.

@juanluisrto
Created December 1, 2022 20:54
Show Gist options
  • Save juanluisrto/0927f67e8b0d6ae5c4190ec5947c7021 to your computer and use it in GitHub Desktop.
Save juanluisrto/0927f67e8b0d6ae5c4190ec5947c7021 to your computer and use it in GitHub Desktop.
Getting rid of adblocker registration request for newspapers
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