Firefox15 user.js など整理

(1)about:config

layout.css.visited_links_enabled ---> false
network.prefetch-next ---> false
network.http.spdy.enabled.v3 ---> true
browser.urlbar.trimURLs ---> false

(2)stylish
初期設定

/* ----- コンテキストメニュー --------------------------------------- */
/* 1.Web上で普通に右クリックしたときに現れるコンテキストメニュー */
    #context-back,#context-forward,#context-reload,#context-stop,#context-sep-stop,#context-sendpage {display: none !important;}
/* 2.リンク上で右クリックをしたときに現れるコンテキストメニュー */
    #context-openlink,#context-sep-open,#context-bookmarklink,#context-sendlink,#context-copyemail,#context-sep-copylink {display: none !important;}
/* 3.画像上で右クリックしたときに現れるコンテキストメニュー */
    #context-viewimage,#context-copyimage-contents,#context-copyimage,#context-sep-copyimage,#context-sendimage,#context-setWallpaper,#context-blockimage,#context-viewbgimage,#context-sep-viewbgimage {display: none !important;}
/* 4.テキストエリアで右クリックしたときに現れるコンテキストメニュー */
    #context-undo,#context-sep-undo,#context-cut,#context-delete,#context-sep-paste,#context-selectall,#context-sep-selectall,#context-sep-properties,#context-viewpartialsource-selection,#context-keywordfield,#context-printpage,#frame,#frame-sep,#context-viewpartialsource-mathml,#context-metadata {display: none !important;}

/* ----------------------------------------------------------------- */
/* サイドバーを右に配置する (右きき用) */
  #browser {-moz-box-direction: reverse;}

/* アクティブタブ幅を広げて判別しやすくする */
  .tabbrowser-tab[selected]:not([pinned])[fadein] {min-width: 200px !important;}

/* Make Link を目立たせる */
  #makelink-menu {color: red !important;}

/* viewsource */
  #context-viewsource {color: Blue !important;}


(3)New Tab Wallpaper

/* Set a wallpaper for the about:newtab page*/
@-moz-document url("about:newtab") {
    #newtab-scrollbox{
        background: url("file:///c:/Users/username/Pictures/machu.jpg") no-repeat !important ;
        background-size: 100% !important;
     }
}

(4)add-ons
   scrapbook 個人魚拓
   stylish  初期設定 
   MakeLink 日付、時間取得可能とする改造済み