Disable MS Gothic

    @@ -1,6 +1,6 @@ /* - * @title フォントをMeiryo UIに変える - * @description フォントをMeiryo UIに変える + * @title MS UI GothicをMeiryo UIに変える + * @description MS UI GothicをMeiryo UIに変える * @include http://* * @license MIT License * @javascript_url @@ -9,6 +9,6 @@ (function() { var s = document.createElement('style'); s.setAttribute('type', 'text/css'); -s.innerHTML='body{font-family:"Meiryo UI"}'; +s.innerHTML='@font-face{font-family:"MS UI Gothic"src: local("Meiryo UI")}'; document.getElementsByTagName('head').item(0).appendChild(s); })();
  • /*
     * @title MS UI GothicをMeiryo UIに変える
     * @description MS UI GothicをMeiryo UIに変える
     * @include http://*
     * @license MIT License
     * @javascript_url
     */
    
    (function() {
    var s = document.createElement('style');
    s.setAttribute('type', 'text/css');
    s.innerHTML='@font-face{font-family:"MS UI Gothic"src: local("Meiryo UI")}';
    document.getElementsByTagName('head').item(0).appendChild(s);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。