Dark mode photos.google.com
JaxX photos.google.com - mai 2024 by jaxx
Details
Authorjaxx
LicenseNo License
Categoryphotos.google
Created
Updated
Size529 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 photos.google.com - mai 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("photos.google.com") {
/* Insérer le code ici... */
html,image,video,svg,.RY3tic, .RY3tic .OHeL3c,.VmkiKe, .KJca8b,.QtDoYb span,.rtIMgb svg
{
filter:invert(1) hue-rotate(180deg);
}
video.OHeL3c
{
filter: invert(0) !important;
}
}