Disable MS UI Gothic

  • /*
     * @title Disable MS UI Gothic
     * @description 指定されているMS UI Gothicを無効にする。
     * @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(null);}';
    document.getElementsByTagName('head').item(0).appendChild(s);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2020/12/23 01:09:39 - 2020-12-23
  2. 2020/12/23 01:06:49 - 2020-12-23
  3. 2020/12/23 01:06:29 - 2020-12-23
  4. 2020/12/23 01:05:46 - 2020-12-23
  5. 2020/12/23 01:05:25 - 2020-12-23
  6. 2020/12/23 01:04:32 - 2020-12-23
  7. 2020/12/23 00:56:35 - 2020-12-23
  8. 2020/12/23 00:56:13 - 2020-12-23
  9. 2020/12/23 00:46:37 - 2020-12-23
  10. 2020/12/23 00:45:27 - 2020-12-23
  11. 2020/12/23 00:39:38 - 2020-12-23