Skip to content

BetterQuora by smolyoshino

Screenshot of BetterQuora

Details

Authorsmolyoshino

LicenseNo License

Categoryquora

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple CSS that removes every dumb thing Quora shoves in your face, written to target as specific as possible.
(Removes Quora+ blocking answer, removes sign-up prompt, removes fade on answers.)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           BetterQuora
@namespace      quora.com
@version        1.0.0
@description    Simple CSS that removes every dumb thing Quora shoves in your face, written to target as specific as possible. (Removes Quora+ blocking answer, removes sign-up prompt, removes fade on answers.)
@author         smolyoshino
==/UserStyle== */

@-moz-document domain("quora.com") {
    .q-box .q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall,
.content-monetization-wall .q-relative.qu-display--flex.qu-flexDirection--column.qu-cursor--default.qu-overflowY--hidden .q-box .q-absolute.qu-fullX.qu-zIndex--qtext_overlay,
.content-monetization-wall .q-relative.qu-display--flex.qu-flexDirection--column.qu-cursor--default.qu-overflowY--hidden .q-box.qu-zIndex--inline_overlay
{display:none!important;}
.q-box .q-box.qu-overflow--hidden:not(.qu-flex--auto) {filter:none!important;overflow-y:scroll;overflow-x:auto;}
.q-box.qu-overflowY--hidden.OverlayCard___StyledBox-sc-1fdxtzr-0.ePDXbR {-webkit-mask-image: none!important;mask-image:none!important;}
.CssComponent__CssInlineComponent-sc-1oskqb9-1.UserSelectableText___StyledCssInlineComponent-lsmoq4-0.kghFzc .q-text.qu-display--block.qu-wordBreak--break-word.qu-textAlign--start{cursor:text!important}
}

Reviews

No reviews yet.