Removes the need for JS for some basic pages, and skips straight past the prompt.
Patreon - no 18+ blur by lightwo
Details
Authorlightwo
LicenseNo License
Categorypatreon
Created
Updated
Size431 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Don't use this if you're under 18, obviously. It says 18+ in the title for a reason.
Source code
/* ==UserStyle==
@name Patreon - no 18+ blur
@version 1.1
@namespace patreon.com
@description Removes the need for JS for some basic pages, and skips straight past the prompt.
==/UserStyle== */
@-moz-document domain("www.patreon.com") {
/* Blur */
.QrIZg {
-webkit-filter: none !important;
filter: none !important;
}
/* 18+ modal */
.hmjayf.sc-caiLqq {
display: none !important;
}
}