Quora forced you to login when try to view another topics
No Login Quora by xyadx
Details
Authorxyadx
LicenseNo License
CategoryQuora.com
Created
Updated
Size473 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No Login Quora
@namespace https://userstyles.world/user/xyadx
@version 1.0.0
@description View more topics without login in
@author YAD
==/UserStyle== */
@-moz-document domain("quora.com") {
body {
overflow: auto!important
}
#root [style*="blur(3px)"] {
filter: blur(0px)!important
}
[class*="blocking_wall"] {
display: none!important
}
}