Last active
November 20, 2017 09:02
-
-
Save JamoDevNich/eac48b34869a34bdc1cccf7c2f77138e to your computer and use it in GitHub Desktop.
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
/* ==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