Link:http://output.to/sideway/default.asp?qno=170800017 ShuowenJiezi Chinese Character Radicals 而 Chinese ShuowenJiezi Radical 361 而(U+800C) Section 分部 | Character 漢字 3 |
---|
部 | 而 U+800C 頰毛也象毛之形周禮曰作其鱗之而凡而之屬𣅜从而臣鉉等曰:今俗別作髵非是如之切 last updated 25March2017 | | 耏 U+800F 罪不至也也从而从彡奴代切 last updated 25March2017 耐 U+8010 或从寸諸法度字从寸 last updated 25March2017 |
Link:http://output.to/sideway/default.asp?qno=170800018 Firefox Knowledge Base Custom Style Script
Custom Style Script (Inject desired CSS or JS)
Tips:
- Custom style script can inject desired CSS or JS to a document by enter "*" to field URL, check the "Tab" box, enter a URL, e.g. a local URL https://sideway.to/style/css.js to the second row of JavaScript Code/Linke, and enter a URL, e.g. a local URL https://sideway.to/style/style.css to the second row of Style (CSS) Code/Link.
- Use a custom JavaScript file to custom all tagged elements in a document
JavaScript Code Input:function setstyle(tagbody) {
var aa = tagbody.children;
for (var j = 0, max = aa.length; j < max; j++) {
aa[j].setAttribute('style', 'overflow:visible;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:o;max-height:1000000px !important');
setstyle(aa[j])
}
}
window.onload = function() {
var docbody=document.body;
setstyle(docbody)
}
- Use a custom CSS file to custom specified tagged elements in a document
CSS Code Input:#adv,hr {min-height:0;height:0;visibility:hidden !important}
pre code{overflow:visible;word-wrap:break-word !important}
h1{font-size:1.7em !important }
h2{font-size:1.5em !important }
h3{font-size:1.3em !important }
|
|