cloudconvert.com dark mode webp-conv.
cloudconvert.com dark mode webp-conv by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorycloudconvert
Created
Updated
Size979 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 cloudconvert.com dark mode webp-conv
@version 20240801.02.47
@namespace english
@description cloudconvert.com dark mode webp-conv.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("cloudconvert.com") {
/* ==UserStyle==
@name cloudconvert.com dark mode webp-conv
@description cloudconvert.com dark mode webp-conv.
@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
*/
html .app-content,
html footer
{ filter: invert(1)hue-rotate(180deg)brightness(1.1)contrast(0.8);}
html footer{background:#e8e8e8;}
html footer{display:none;}
#appzz{padding-bottom:5em;}
html body{background: #131313;}
}