Skip to content

Instantly share code, notes, and snippets.

@mooz
mooz / shibuya-el-position-paper.md
Created August 20, 2012 04:35 — forked from ainame/shibuya-el-position-paper.md
shibuya.elのポジションペーパーです。githubアカウントをお持ちの方はforkしてお使いください。
@mooz
mooz / pano.userChrome.css
Created November 3, 2011 04:17 — forked from teramako/pano.userChrome.css
Pano のサイドバー用スタイル。タブっぽい感じにする
@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;
@mooz
mooz / find.ks.js
Created April 6, 2011 11:40 — forked from 958/find.ks.js
// 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>