mirror of
https://github.com/Ingan121/Vineless.git
synced 2026-04-13 16:03:11 +00:00
* Block persistentState: required keySystemAccess if persistence is disallowed * Finish persistent license support * Tested on https://biograf-155113.appspot.com/ttt/episode-2/, it's a bit broken so you should put sessionId in IndexedDB manually with the console
7 lines
139 B
CSS
7 lines
139 B
CSS
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
color-scheme: dark;
|
|
}
|
|
} |