Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
firefox:user.js [2018/07/02 09:26]
zagi [user.js]
firefox:user.js [2019/01/31 11:46]
zagi
Line 21: Line 21:
    * and in **Linux** it's ''~/.mozilla/firefox/<profile ID>.default/''    * and in **Linux** it's ''~/.mozilla/firefox/<profile ID>.default/''
 </box> </box>
 +
 +===== userChrome.css =====
 +
 +<code javascript| userChrome.css>
 +
 +/********************************************************
 +  tabs with rounded corners
 +   https://www.reddit.com/r/firefox/comments/72y8fa/how_to_modify_tab_style_in_firefox_57/
 +*********************************************************/
 +.tab-background {
 +  border-radius: 3px 3px 0px 0px !important;
 +  border-image: none !important;
 +}
 + 
 +.tab-line {
 +  display: none;
 +}
 + 
 +/********************************************************
 +  multiple rows of tabs
 +  https://www.reddit.com/r/firefox/comments/6wiu9k/is_there_a_webextension_for_multiple_rows_of_tabs/
 +*********************************************************/
 +#TabsToolbar .tabbrowser-arrowscrollbox,
 +#TabsToolbar .arrowscrollbox-scrollbox,
 +#TabsToolbar .scrollbox-innerbox {
 +  display: block !important;
 +}
 + 
 +.scrollbutton-up,
 +.arrowscrollbox-overflow-start-indicator,
 +.scrollbutton-down,
 +.arrowscrollbox-overflow-end-indicator {
 +  display: none !important;
 +}
 + 
 +.tabbrowser-tab {
 +  min-height: var(--tab-min-height) !important;
 +  vertical-align: bottom !important;
 +}
 +
 +</code> 
  
 ===== user.js ===== ===== user.js =====
Line 36: Line 77:
 # allow-experiments # allow-experiments
 #user_pref("network.allow-experiments", true); #user_pref("network.allow-experiments", true);
 +user_pref("network.predictor.enabled",true);
 +
  
 # default is 10 # default is 10
Line 106: Line 149:
 # default 256Mb # default 256Mb
 user_pref("browser.cache.disk.capacity", 256000); user_pref("browser.cache.disk.capacity", 256000);
 +user_pref("browser.cache.disk.metadata_memory_limit", 51200);
 +
 # manual settings # manual settings
 user_pref("browser.cache.disk.smart_size.enabled", false); user_pref("browser.cache.disk.smart_size.enabled", false);
firefox/user.js.txt ยท Last modified: 2019/01/31 11:46 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready