Created
June 16, 2017 02:20
-
-
Save kylemsguy/b71cd096bfa97adc3ef727e107484e9e to your computer and use it in GitHub Desktop.
Hide the Quora login nag screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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