魚拓用Firefox の設定メモ

1、アドオン 
 ScrapBook。 メニューをカスタマイズ。

2、設定
場所
  C:\Users\username\AppData\Roaming\.mozila\......\xxxx.defalut\chrome
  chromeはないので作成する。
chrome
・userChorme.css

@charset "utf-8";
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* サイドバーを右に配置する (右きき用) */
#browser {-moz-box-direction: reverse;}
/* アクティブタブ幅を広げて判別しやすくする */
.tabbrowser-tab[selected]:not([pinned])[fadein] {min-width: 200px !important;}
/* リンク/ブックマークコンテキストメニューの「新しいウィンドウで開く」を非表示にする */
#context-openlink,
#placesContext> menuitem[id="placesContext_open:newwindow"] {display: none !important;}
/* ソースを表示 */
#context-viewsource {color: Blue !important;}
/* 「選択した部分のソースを表示」 */
#context-viewpartialsource-selection {color:Blue !important;}



使用時は圧縮。
http://www.automotivecenter.nl/diversen/utility/csscompressor/
・userContent.css

なし。