Google Meet - dark mode - invert all but not video feed.
Google Meet - dark mode - invert all by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorymeet.google.com
Created
Updated
Size1.2 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 Meet - dark mode - invert all but not video feed
@version 20240709.99.1
@namespace english
@description Google Meet - dark mode - invert all but not video feed.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("meet.google.com") {
/* ==UserStyle==
@name Google Meet - dark mode - invert all but not video feed
@description Google Meet - dark mode - invert all but not video feed
@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
.oORaUb .NONs6c
*/
body{filter:invert(1)hue-rotate(180deg);}
.oORaUb {filter:invert(1)hue-rotate(180deg);}
.jmSZUc img{filter:invert(1)hue-rotate(180deg);}
html .p2ZbV.zKHdkd {
background: #e8e8e8;
}
html .ye1V6b img{filter:brightness(0.73);}
html .bztZ5c {
background: #d9d9d9;
}
}