Skip to content

Instantly share code, notes, and snippets.

@Artistan
Last active August 21, 2023 02:35
Show Gist options
  • Save Artistan/45fa744b899f4f054173693298d41930 to your computer and use it in GitHub Desktop.
Save Artistan/45fa744b899f4f054173693298d41930 to your computer and use it in GitHub Desktop.
Add Dark Theme Bookmark
javascript:var jq=document.createElement("script");jq.src="https://code.jquery.com/jquery-3.1.1.min.js",jq.onload=function(){jQuery.noConflict()},document.getElementsByTagName("head")[0].appendChild(jq);
javascript:(function(){ var h = document.getElementsByTagName("head")[0], s = document.createElement("style"); s.setAttribute("type","text/css"); s.appendChild(document.createTextNode("html { -webkit-filter:invert(100%) hue-rotate(180deg) contrast(70%) !important; background: #fff;} .line-content {background-color: #fefefe;}")); h.appendChild(s); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment