Greasy Fork is available in English.

Automatic Material Dark-Mode for YouTube

A low-tech solution to a high-tech problem! Automatically clicks YouTube's "Dark Mode" button if dark mode isn't already active.

< Commentaires sur Automatic Material Dark-Mode for YouTube

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 01/12/2020
Édité le: 05/12/2020

Just figured out that this piece of code

document.getElementsByTagName("html")[0].setAttribute("dark", "true");

makes the deal. And you can use:

document.getElementsByTagName("html")[0].removeAttribute("dark");

to switch back to white theme.

Poster une réponse

Connectez-vous pour poster une réponse.