Customizing blurring by Text Blurrer Extension to mask the text
Customize Text Blurrer by horihiro
Details
Authorhorihiro
LicenseNo License
Categoryanysites
Created
Updated
Size303 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This sytle needs Text Blurrer Extension
https://chromewebstore.google.com/detail/text-blurrer/mbikojdgkmpjfackcmiliemgmkdkbbcl?authuser=0
Source code
/* ==UserStyle==
@name Customize Text Blurrer
@version 20240506.06.59
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://") {
.tb-blurred {
background-color: black;
color: black;
filter: unset !important;
}
.tb-blurred:hover {
color: black !important
}
}