Skip to content

Instantly share code, notes, and snippets.

@pveyes
Last active August 29, 2015 14:01
Show Gist options
  • Save pveyes/ac1c91d59d58c0a23d32 to your computer and use it in GitHub Desktop.
Save pveyes/ac1c91d59d58c0a23d32 to your computer and use it in GitHub Desktop.
Remove Quora Annoying Modal
- Open console (Chrome: Ctrl+Shift+J)
- Type this: document.querySelector('[id*="modal_signup_wrapper"]').remove()
- Press ENTER
- PROFIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment