Answers for "force dark mode (in browser)"

0

force dark mode (in browser)

javascript:(function(){var link = document.createElement('link'); link.setAttribute('rel', 'stylesheet'); link.setAttribute('href', "https://squaredstudios-mc.github.io/JavascriptBookmarkSnippets/darkdarkdarkmode.css"); document.head.appendChild(link);})();
Posted by: Guest on March-22-2022

Browse Popular Code Answers by Language