Skip to content

Instantly share code, notes, and snippets.

@taf2
Created November 13, 2022 22:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taf2/1b05b7b106bf02f575f7e18ea9407b31 to your computer and use it in GitHub Desktop.
Save taf2/1b05b7b106bf02f575f7e18ea9407b31 to your computer and use it in GitHub Desktop.
setInterval( () => { document.querySelectorAll('.subscribe-dialog').forEach( (e) => { e.style.display = 'none' }); document.querySelectorAll('.subscribe-dialog-scroll-modal-scroll-capture').forEach( (e) => { e.style.display = 'none' }) }, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment