bitly dark mode invert filter.
bitly dark mode invert filter by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorybitly
Created
Updated
Size808 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 bitly dark mode invert filter
@version 20240802.04.52
@namespace english
@description bitly dark mode invert filter.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("bitly.com") {
/* ==UserStyle==
@name bitly dark mode invert filter
@description bitly dark mode invert filter.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
body{
filter: invert(1)hue-rotate(180deg)brightness(1.1)contrast(0.8);
}
}