Skip to content

Instantly share code, notes, and snippets.

@kylemsguy
Created June 16, 2017 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemsguy/b71cd096bfa97adc3ef727e107484e9e to your computer and use it in GitHub Desktop.
Save kylemsguy/b71cd096bfa97adc3ef727e107484e9e to your computer and use it in GitHub Desktop.
Hide the Quora login nag screen
// Simply copy the following line into the dev console while on the page with the nag screen.
// Alternatively, paste it into a bookmarklet.
document.getElementsByClassName("modal_signup_background")[0].parentNode.style.display = "none";document.getElementsByTagName("body")[0].style.overflow = "auto";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment