Twitterのテキストを美咲フォントにする
@@ -7,6 +7,7 @@
* @require http://www.google.com/jsapi
* @require http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js
*/
+if(location.href.indexOf('http://twitter.com/') != -1){
WebFont.load({
custom: {
families: ['Misaki'],
@@ -22,4 +23,4 @@
});
}
});
-
+}
/*
* @title Twitterのテキストを美咲フォントにする
* @description TwitterのフォントをGoogle Font APIを使って変更します。
* @include http://twitter.com/
* @license MIT License
* @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js
* @require http://www.google.com/jsapi
* @require http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js
*/
if(location.href.indexOf('http://twitter.com/') != -1){
WebFont.load({
custom: {
families: ['Misaki'],
urls:['http://lab.slackl.info/font/MisakiGothic_Outline.css']
},
loading: function(){
alert("読み込みます...");
},
active: function(){
$("*").css({
"font-family":"Misaki",
"font-size":"12pt"
});
}
});
}
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。