- 名前
- OYAMADA, Masafumi
- アカウントなど
- http://twitter.com/stillpedant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
@-moz-document url(chrome://browser/content/browser.xul) { | |
#sidebar-header { -moz-box-ordinal-group: 100; } | |
} | |
@-moz-document url(chrome://pano/content/sidebar.xul) { | |
#panoSearchbar { -moz-box-ordinal-group: 100; } | |
tree { | |
border: 0 !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>Find</name> | |
<description>Find from KeySnail</description> | |
<description lang="ja">ページ内やすべてのタブを検索</description> | |
<updateURL>https://gist.github.com/raw/905297/find.ks.js</updateURL> | |
<iconURL>https://sites.google.com/site/958site/Home/files/find.ks.png</iconURL> | |
<author>958</author> |