Disable MS Gothic

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