if(localStorage.getItem("nightTabStyle")){var style=document.createElement("style");switch(style.type="text/css",style.media="screen",localStorage.getItem("nightTabStyle")){case"light":style.innerHTML="html, body {background-color: rgb(255, 255, 255);}";break;case"dark":style.innerHTML="html, body {background-color: rgb(0, 0, 0);}"}document.querySelector("head").appendChild(style)}