Skip to content

Instantly share code, notes, and snippets.

@JamoDevNich
Last active November 20, 2017 09:02
Show Gist options
  • Save JamoDevNich/eac48b34869a34bdc1cccf7c2f77138e to your computer and use it in GitHub Desktop.
Save JamoDevNich/eac48b34869a34bdc1cccf7c2f77138e to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Quora Clean Browse
@namespace nichelliott.quora.user.css
@version 0.1.0
==/UserStyle== */
@-moz-document domain("quora.com") {
.modal_signup_dialog, .vertical_alignment_wrapper {
display: none !important;
height: 0 !important;
overflow: hidden !important;
}
.signup_wall_prevent_scroll {
overflow: scroll !important;
}
.BelowQuestionAddPrompt {
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment