Default YouTube to Dark Theme

Makes YouTube default to its Dark Theme by initialising the relevant cookie

< Rückmeldungen aufDefault YouTube to Dark Theme

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 15.04.2023

Thanks for the handy script that uses Youtube's built-in dark theme.
I want to suggest a small improvement by adding a page refresh so that the dark theme is applied immediately:

if(!c || !c.match("^PREF=|; ?PREF=")) {
document.cookie = "PREF=f6=400;domain=youtube.com";
// Reload the page so that the changes take effect immediately
location.reload();
}

§
Veröffentlicht: 08.08.2023

location.reload();
In my case, on the embedded pages, the player restarts endlessly.

Antwort schreiben

Anmelden um eine Antwort zu senden.