No one likes that "Login to continue" popup, am I right?
I've come up with a pretty basic solution in order to block the popup and browse Quora without being logged in with no interruptions.
Just install the Stylus browser extension and add the following style to Quora website:
#root {
filter: none !important;
}
[id*='signup_wall_wrapper']{