Google Photos dark mode - invert colors.
Google Photos dark mode - invert colors by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryphotos.google.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Photos dark mode - invert colors
@version 20240709.99.1
@namespace english
@description Google Photos dark mode - invert colors.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("photos.google.com") {
/* ==UserStyle==
@name Google Photos dark mode - invert colors
@description Google Photos dark mode - invert colors.
@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, html, #yDmH0d ,.IdqZse {background:#ccc !important ;}
html{filter:invert(1)hue-rotate(180deg)}
.rtIMgb,img{filter:invert(1)hue-rotate(180deg)}
html .HnzzId {
background-color: rgb(242, 242, 242);
}
html .uGCjIb {
background: rgb(223, 228, 230);
}
}