Skip to content

Instantly share code, notes, and snippets.

@Artistan
Last active August 21, 2023 02:35
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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