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.

< 脚本Automatic Material Dark-Mode for YouTube的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2020-12-01
编辑于:2020-12-05

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.

发表回复

登录以发表回复。