Delete only blur of "Mature Content".
This allows you to know if the image is designated as "Mature Content" while still displaying it.
tensor.art no blur "Mature Content" NSFW by wormzmeat
Details
Authorwormzmeat
LicenseNo License
Categorytensor
Created
Updated
Code size1.3 kB
Code checksumc3e0e46
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Required “sensor.art” settings.
Mature Content =ON
Blur Mature Content =ON
Source code
/* ==UserStyle==
@name tensor.art no blur "Mature Content" NSFW
@version 20250417.11.52
@namespace https://userstyles.world/user/wormz
@description Delete only blur of "Mature Content". This allows you to know if the image is designated as "Mature Content" while still displaying it.
@author wormz
==/UserStyle== */
@-moz-document domain("tensor.art") {
/*
Delete only blur of "Mature Content".
This allows you to know if the image is designated as "Mature Content" while still displaying it.
Required “sensor.art” settings.
Mature Content=ON
Blur Mature Content=ON
*/
.thumbnail-image .blur-40 {
/* No blur. */
--un-blur: blur(0px)!important;
}
.thumbnail-image .backdrop-blur-xl {
/* No blur. */
--un-blur: blur(0px)!important;
--un-backdrop-blur: blur(0px)!important;
}
.thumbnail-image .bg-white\/30 {
background-color: transparent!important;
}
.thumbnail-image .c-text-anti{
/* Change text color. */
color: #ff6868;
/* Border text for readability. */
-webkit-text-stroke: 2px black;
text-stroke: 2px black;
paint-order: stroke;
/* Raise the text position. */
top: -50%;
}
/* Shrink gaps. */
.thumbnail-image .c-text-anti *{
padding:0px!important;
}
}