🌐 🇵🇱 Polski · 🇬🇧 EN
With the release of the new version of YouTube, users can take advantage of the dark mode (dark interface). How do you enable it? You can do this from the menu that appears when you click on your profile icon in the top right corner. It might not be available for you immediately, but there is no need to worry as we can quickly fix that. Simply use the developer console available in every browser (usually by pressing "Ctrl + Shift + I" or "F12") and add one line, confirming it with Enter. The line is:
document.cookie="PREF=f6=4;path=/;domain=.youtube.com";
After entering the line above and confirming it, you will be able to toggle dark mode on/off in the user menu.

Comments