Skip to content

Pinterest Anti-Dim by minnieo

Screenshot of Pinterest Anti-Dim

Details

Authorminnieo

LicenseNo License

Categorypinterest.com

Created

Updated

Code size410 B

Code checksumad417400

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes dark overlay when hovering on pins

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Pinterest Anti-Dim
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.pinterest.com") {

   /* --- removes dark overlay when hovering on pins --- */
    
    [data-test-id="contentLayer"] {
        background-color: transparent !important;
    }

}

Reviews

No reviews yet.