Quora: remove the gated-content blur
Removes the blur effect and mask applied to content that Quora hides from non-logged-in visitors.
Code to copy
/* Remove the blur applied to gated content for non-logged-in users */
div[class*="q-box"][style*="blur"],
div[class*="q-box"] [class*="blur"] {
filter: none !important;
-webkit-filter: none !important;
}
div[class*="q-box"][style*="mask-image"] {
-webkit-mask-image: none !important;
mask-image: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.