Skip to content

Instantly share code, notes, and snippets.

@k-sav
Last active March 11, 2024 01:31
Show Gist options
  • Save k-sav/1101b7aefaaf0ffd97598fe35d42f158 to your computer and use it in GitHub Desktop.
Save k-sav/1101b7aefaaf0ffd97598fe35d42f158 to your computer and use it in GitHub Desktop.
Remove Glassdoor Paywall Browser Snippet
  1. cmd + shift + p > "Create New Snippet"
  2. Paste the below snippet.js into the new snippet
  3. Name it "Glassdoor"
  4. Run it with cmd + p > "!Glassdoor"
document.querySelector('#ContentWallHardsell').remove()
window.onscroll = null;
document.body.style.overflow = "visible";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment