Skip to content

Pinterest Simple Dark by itsNotYin

Details

AuthoritsNotYin

LicenseNO-REDISTRIBUTION

Categorypinterest

Created

Updated

Size922 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

inverts everything except images and videos, resulting in a black Pinterest.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Pinterest Simple Dark
@namespace      USO Archive
@author         VWGAMEDEV
@description    `It's super simple, it just inverts everything except images and videos, resulting in a black Pinterest. Accent colors of the logo and buttons are overridden as variables and become black and white.`
@version        20230526.8.6
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document regexp('(http|https):\/\/(pinterest|www\.pinterest)\.[a-z]*\/') {
div[data-test-id="drawer-image-group-first-image-container"] {
    filter: invert(1);
}
  


img, video {
	 filter: invert(1);
}
 body {
	 filter: invert(1);
	 background-color: #000;
	 --color-text-icon-brand-primary: black;
	 --g-colorRed0: #000;
	 --g-colorRed100: #000;
	 --g-colorRed100Active: #000;
   --g-colorRed100Hovered: #000;
	--color-background-primary-base: #000;

}
 
}

Reviews

No reviews yet.