WHITELEAF:Kindle応援サイト

KindleでWEB小説を読もう! Narou.rb 公開中

2011-03-25から1日間の記事一覧

Flash をクリックしたときに出る点線の枠を消す

Stylish を使うか userContent.css を使って、 @namespace html url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http") { object, embed { outline: none !important; } } を設定。

FireGestures

[ハイブリッド] タブのピン留め/ピン外し+[TMP]タブの保護/解除 var tab = gBrowser.mCurrentTab; tab.pinned ? gBrowser.unpinTab(tab) : gBrowser.pinTab(tab); gBrowser.protectTab(tab);