Skip to content

Unblur NSFW on hover - Nexusmods by RedSpearXIII

Screenshot of Unblur NSFW on hover - Nexusmods

Details

AuthorRedSpearXIII

LicenseNo License

Categorynexusmods

Created

Updated

Size607 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Unblur NSFW when hovering the cursor over NSFW media in Nexus mods.

Notes

Make sure the blur NSFW images feature in settings is enabled, this will also make gallery images unblurred by default when you enlarge them, meaning only thumbnails are blurred and you can obviously hover them to unblur, contact me at RedSpearXIII on the Nexusmods forums, feel free to give feedback!

Source code

/* ==UserStyle==
@name         Unblur NSFW on hover - Nexusmods
@version      20231030.02.33
@namespace    ?
==/UserStyle== */

@-moz-document domain("nexusmods.com") {
.blur-image-sm img:hover {
 
    filter: blur(0px) !important;
 
}
.blur-image-sm img {
 
   transition:all 0.5s;
 
}
 
.header-img.img-wrapper img {
 
    transition: all 0.5s;
 
}
 
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
 
    filter: blur(0px);
 
}
 
div.lg-inner > div.lg-item.lg-loaded.lg-current.lg-complete.lg-zoomable > div > button {
 
    display: none;
 
    transition: all 0s;
 
}
}

Reviews

No reviews yet.