2004-10-05から1日間の記事一覧

Firefox prefs.js

# Mozilla User Preferences /* Do not edit this file. * * If you make changes to this file while the browser is running, * the changes will be overwritten when the browser exits. * * To make a manual change to preferences, you can visit the…

Firefox user.js

user_pref("browser.cache.memory.capacity", 65536); user_pref("browser.cache.disk_cache_ssl", true); user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", …

Firefox userContent.css

/* Change cursor for links that open in new window */ :link[target="_blank"], :visited[target="_blank"], :link[target="_new"], :visited[target="_new"] { cursor: crosshair; } /* frames resiz OK */ user_pref("layout.frames.force_resizability…

Firefox userChrome.css

/* Place the sidebar on the right edge of the window */ window > hbox { direction:rtl; } window > hbox > * { direction:ltr; } /* Make the Search box flex wider */ #search-container { -moz-box-flex: 200 !important; } #searchbar { -moz-box-f…

Firefox 拡張

名称説明 Autohide全画面表示 Tabbrowser Extentionsタブ Toolbar Enhancementsツールバーを縦にも配置できる Compact Menuメニューをひとつのボタンにまとめる ChromEditChromを編集 translation翻訳