This was requested by someone, it just removes the blurring and text overlay from censored pages on the Price For Freedom website.
Price For Freedom - Uncensor by slendercraft
Details
Authorslendercraft
LicenseNo License
CategoryPrice For Freedom
Created
Updated
Size508 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 Price For Freedom - Uncensor
@version 20210915.00.13
@namespace userstyles.world/user/slendercraft
@description Removes censorship from pages on the Price For Freedom website.
@author slendercraft
@license No License
==/UserStyle== */
@-moz-document domain("priceforfreedom.net") {
.base .page.patreon_censorship .patreon_censorship {
display: none;
}
.base .page.patreon_censorship img {
filter: blur(0px) saturate(1) brightness(1)
}
}