Skip to content

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

Customizing blurring by Text Blurrer Extension to mask the text

Notes

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
}
}

Reviews

No reviews yet.