Skip to content

Instantly share code, notes, and snippets.

@strictlymomo
Last active June 20, 2019 08:22
Show Gist options
  • Save strictlymomo/363f6b66d345c9f96a18a94963b68d66 to your computer and use it in GitHub Desktop.
Save strictlymomo/363f6b66d345c9f96a18a94963b68d66 to your computer and use it in GitHub Desktop.
Quora Paywall
let elem = document.getElementsByClassName('_DialogSignupForm')[0];
elem.parentNode.removeChild(elem);
document.getElementsByClassName('signup_wall_prevent_scroll')[0].style.overflow = "scroll";
document.getElementsByClassName('ContentWrapper')[0].style.filter = "none";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment