Sideway BICK BlogSideway BICK BLOG from Sideway

A Sideway to Sideway Home

Link:http://output.to/sideway/default.asp?qno=170800017

ShuowenJiezi Chinese Character Radicals 而

Chinese ShuowenJiezi Radical 361 而(U+800C)

Section 分部Character
漢字 3
U+800C
open
close
頰毛也象毛之形周禮曰作其鱗之而凡而之屬𣅜从而臣鉉等曰:今俗別作髵非是如之切
last updated 25March2017
U+800F
open
close
罪不至也也从而从彡奴代切
last updated 25March2017
U+8010
open
close
或从寸諸法度字从寸
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:

  1. 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. image
  2. 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)
    }
  3. 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 }

Sideway BICK Blog

14/08


Copyright © 2000-2020 Sideway . All rights reserved Disclaimerslast modified on 26 January 2013