Adds a blur effect to NSFW themes on Theme Plaza!
Blur for NSFW Themes by codymkw
Imported from https://github.com/CodyMKW/My-Userstyles/raw/master/Styles/Blur%20for%20NSFW%20Themes%20%5BTheme%20Plaza%5D/blur-for-nsfw-themes.user.css
Mirrored from https://github.com/CodysNintendoNetwork/My-Userstyles/raw/master/Styles/Blur%20for%20NSFW%20Themes%20%5BTheme%20Plaza%5D/blur-for-nsfw-themes.user.css
Details
Authorcodymkw
LicenseCC-BY-SA-4.0
Categorythemeplaza.art
Created
Updated
Size636 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 Blur for NSFW Themes
@namespace github.com/CodysNintendoNetwork/My-Userstyles
@version 1.0.5
@description Adds a blur effect to NSFW themes on Theme Plaza!
@homepageURL https://sites.google.com/view/codymkw/userstyles
@supportURL https://github.com/CodysNintendoNetwork/My-Userstyles/issues
@author CodyMKW (https://sites.google.com/view/codymkw/home)
@license CC-BY-SA-4.0
==/UserStyle== */
@-moz-document domain("themeplaza.art") {
.theme-grid-item.card.bg-danger.mb-3 {
-webkit-filter: blur(10px);
}
.theme-grid-item.card.bg-danger.mb-3:hover {
-webkit-filter: blur(0px);
}
}