yinaai
Version:
--- # Features ## 1. Pre label beautification ### Use in the website```<pre>az</pre>```You can see the beautification effect ## 2. Code label beautification ### Use in the website```<code>az</code>```You can see the beautification effect ## Web page
2 lines (1 loc) • 447 B
JavaScript
;var link=document.getElementsByTagName("head")[0],cssURL="https://cdn.jsdelivr.net/npm/yinaai/yinaai.min.css",linkTag=document.createElement("link");linkTag.id="Yinaai-style",linkTag.href=cssURL,linkTag.setAttribute("rel","stylesheet"),linkTag.setAttribute("media","all"),linkTag.setAttribute("type","text/css"),link.appendChild(linkTag),cssUrl="https://cdn.jsdelivr.net/npm/yinaai/yinaai.min.css",document.createStyleSheet(cssURL);