  (function(){ function t_ready(e) { "loading" != document.readyState ? e() : document.addEventListener ? document.addEventListener("DOMContentLoaded", e) : document.attachEvent("onreadystatechange", (function() { "loading" != document.readyState && e() } )) } t_ready(function() { if (isFirefox) { document.querySelector("body").insertAdjacentHTML("beforeend", ` html { 		scrollbar-color: #bb00ff #acb6c8; 		scrollbar-width: thin; 	} ` ); } else { document.querySelector("body").insertAdjacentHTML("beforeend", ` html::-webkit-scrollbar { 		width: 40px !important; 		-webkit-appearance: none !important; 	} 	html::-webkit-scrollbar-track { 		background: #acb6c8 !important; 	} 	html::-webkit-scrollbar-thumb:hover { 		background: #00ff2a !important; 	} 	html::-webkit-scrollbar-thumb { 		background: #bb00ff !important; 		border: 6px solid #37ff00 !important; 		-webkit-border-radius: 7px !important; 			 				box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%); 			 	} ` ); } }); })()  