Firefox

基本設定

  • Firefox起動時ホームページの表示
  • ホームページをGoogleに
  • ファイルごとに保存先を指定
  • スムーズスクロール機能を使用しない
  • ハードウェアアクセラレーションを無効にする
  • 自動スペルチェック機能を使用しない
  • 規定のブラウザか確認しない
  • Firefoxヘルスレポート,クラッシュレポートを送信しない

about:config

// 最後のタブを閉じたらウィンドウも閉じる
browser.tabs.closeWindowWithLastTab:false
// 右クリック無効化の無効化
nglayout.events.dipatchLeftClickOnly:true
// ステータスバーへのアクセス禁止
capability.policy.default.Window.status:noAccess
// フレームをリサイズ可能に
layout.frames.force_resizability:true
// 中クリックで貼り付け
middlemouse.paste:true
// スクロールバー上で中クリックで移動
middlemouse.scrollbarPosition:true
// Javascriptによるウィンドウの制御を無効化
dom.disable_window_flip:true
dom.disable_window_move_resize:true
dom.disable_window_status_change:true
// GUIの変更を無効に
dom.disable_window_open_feature.location:true
dom.disable_window_open_feature.status:true
dom.event.contextmenu.enabled:true
// 色管理がうんたら
gfx.color_management.enablev4:true
 

アドオン

  • Basic Bookmarks for FF3 + FF4
  • Context Menu Image Saver
  • DOM Inspector
  • DownloadHelper
  • DownThemAll!
  • Evernote Web Clipper
  • FireGestures
  • Ghostery
  • Greasefire
  • Image Search Options
  • RefControl
  • Scriptish
  • Search By Image (by Google)
  • Stylish
  • UnMHT
  • Vacuum Places Improved
  • ツリー型タブ
  • 赤福、ねないこ、合間合間に
  • Locationbar²

Stylish

browser

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url("chrome://browser/content/browser.xul") {
/*ブックマークツールバーのアイテムの間を詰める*/
#PlacesToolbarItems toolbarbutton{padding:0 !important}
/*ファビコン非表示*/
#PlacesToolbarItems .toolbarbutton-icon{display:none !important;}
/*サイドバーヘッダー非表示*/
#sidebar-header{display:none!important}
}
 

Scriptish

A killer Mod

アフィリンクを置き換える

Don't track me Google

検索結果のURLを置き換え

Fast look up JP and En

Yキーで国語辞典、英英辞典、英和辞典などその他を検索できる

nicovideo Add Thumbnail

動画のサムネイルをタイトル左に表示

NivoVideo Additional MyList

マイリストをローカルに保存することで500以上の動画をマイリストに入れられる

NicoWatch Tools

いろいろ
// バージョン 0.5.20130123では
// Heatmeterの三角が動かないが
// 40行付近の
var flvplayer = unsafeWindow.document.getElementById('flvplayer').wrappedJSObject;
//を
var flvplayer = unsafeWindow.document.getElementById('flvplayer');
//に書き換えることで動作(2013/07/07現在)
 

Show Just Image

Twitterとか画像サイトの余計な広告を消して画像だけを表示

Webcomic Reader

矢印キーで漫画の次のページとかその他いろいろ
最終更新:2014年01月27日 20:52