Disable MS UI Gothic
by
mino90
2020-12-23 [2020/12/23 01:09:39]
指定されているMS UI Gothicを無効にする。
@@ -1,9 +1,8 @@
/*
- * @title MS UI Gothic
- * @description
+ * @title Disable MS UI Gothic
+ * @description 指定されているMS UI Gothicを無効にする。
* @include http://*
* @license MIT License
- * @private
* @javascript_url
*/
/*
* @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 です。