Skip to content

Blacklist blur remover by nooner

Details

Authornooner

LicenseNo License

Categorysankakucomplex.com

Created

Updated

Size422 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the blur and orange eye icon from blacklisted posts. (granted you don't have them outright disabled)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           sankakucomplex.com - 12/4/2022, 2:49:59 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("sankakucomplex.com") {
    [class^="jss"]{
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
    
    /* Remove eye icon */
    .jss4555{
        display: none;
    }
}

Reviews

No reviews yet.