Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
firefox:user.js [2014/03/28 15:10] zagi |
firefox:user.js [2019/01/31 11:46] (current) zagi |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * and in **Linux** it's '' | * and in **Linux** it's '' | ||
| </ | </ | ||
| + | |||
| + | ===== userChrome.css ===== | ||
| + | |||
| + | <code javascript| userChrome.css> | ||
| + | |||
| + | / | ||
| + | tabs with rounded corners | ||
| + | | ||
| + | *********************************************************/ | ||
| + | .tab-background { | ||
| + | border-radius: | ||
| + | border-image: | ||
| + | } | ||
| + | |||
| + | .tab-line { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | / | ||
| + | multiple rows of tabs | ||
| + | https:// | ||
| + | *********************************************************/ | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | 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: | ||
| + | } | ||
| + | |||
| + | </ | ||
| ===== user.js ===== | ===== user.js ===== | ||
| Line 31: | Line 72: | ||
| # http:// | # http:// | ||
| # | # | ||
| - | user_pref(" | + | #Pipeline support was completely removed in Firefox 54. |
| - | user_pref(" | + | # |
| - | # might brake some proxies | + | |
| - | # user_pref(" | + | |
| - | # Max value is 32 | + | # allow-experiments |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # only with allow-experiments | + | |
| - | # | + | |
| # | # | ||
| + | user_pref(" | ||
| - | user_pref(" | + | |
| + | # default is 10 | ||
| + | user_pref(" | ||
| + | |||
| + | # default is 96 | ||
| user_pref(" | user_pref(" | ||
| - | user_pref(" | + | user_pref(" |
| - | # Default is 6 | ||
| # It is, however, considered poor etiquette to make too many connections to a server and may lead to you being banned from that | # It is, however, considered poor etiquette to make too many connections to a server and may lead to you being banned from that | ||
| # server. Anything above 10 is excessive. | # server. Anything above 10 is excessive. | ||
| - | user_pref(" | + | user_pref(" |
| - | user_pref(" | + | # Default is 8 |
| + | user_pref(" | ||
| user_pref(" | user_pref(" | ||
| # keep-alive timeout. default is 300 | # keep-alive timeout. default is 300 | ||
| user_pref(" | user_pref(" | ||
| - | # Enable prefetching | + | # Enable prefetching |
| user_pref(" | user_pref(" | ||
| # Enable DNS prefetch | # Enable DNS prefetch | ||
| Line 78: | Line 116: | ||
| # http:// | # http:// | ||
| # anything below 100 is not recommended. | # anything below 100 is not recommended. | ||
| - | user_pref(" | + | user_pref(" |
| # | # | ||
| - | user_pref(" | + | user_pref(" |
| # | # | ||
| user_pref(" | user_pref(" | ||
| Line 109: | Line 147: | ||
| # | # | ||
| user_pref(" | user_pref(" | ||
| - | # recommended max 200Mb | + | # default 256Mb |
| - | user_pref(" | + | user_pref(" |
| + | user_pref(" | ||
| # manual settings | # manual settings | ||
| user_pref(" | user_pref(" | ||
| Line 155: | Line 195: | ||
| # TABS | # TABS | ||
| user_pref(" | user_pref(" | ||
| + | # open bookmarks in new tab | ||
| + | user_pref(" | ||
| + | |||
| user_pref(" | user_pref(" | ||
| user_pref(" | user_pref(" | ||
| Line 164: | Line 207: | ||
| # open new tab next to active one | # open new tab next to active one | ||
| user_pref(" | user_pref(" | ||
| + | # to get clean/blank new tab with no " | ||
| + | user_pref(" | ||
| Line 207: | Line 252: | ||
| ## http:// | ## http:// | ||
| user_pref(" | user_pref(" | ||
| + | # disable warning about insecure elements on page | ||
| + | user_pref(" | ||
| ## Ask for password every " | ## Ask for password every " | ||
| # | # | ||
| Line 237: | Line 284: | ||
| # user_pref(" | # user_pref(" | ||
| # user_pref(" | # user_pref(" | ||
| - | user_pref(" | + | user_pref(" |
| user_pref(" | user_pref(" | ||
| user_pref(" | user_pref(" | ||
| Line 277: | Line 324: | ||
| # Reveal more tab/window options: | # Reveal more tab/window options: | ||
| user_pref(" | user_pref(" | ||
| - | + | ||
| + | # disable WebRTC | ||
| + | user_pref(" | ||
| # Status of ths smooth scrolling option (scrolling on a web page moves page content pixelwise rather than line-by-line) | # Status of ths smooth scrolling option (scrolling on a web page moves page content pixelwise rather than line-by-line) | ||
| - | user_pref(" | + | user_pref(" |
| + | user_pref(" | ||
| // Allows for faster mouse scrolling | // Allows for faster mouse scrolling | ||
| user_pref(" | user_pref(" | ||
| Line 293: | Line 343: | ||
| user_pref(" | user_pref(" | ||
| - | # Do not allow site to set fonts | + | # allow site to set fonts |
| - | # | + | # |
| # | # | ||
| Line 339: | Line 389: | ||
| user_pref(" | user_pref(" | ||
| - | # Enable | + | # disable |
| - | user_pref(" | + | user_pref(" |
| # If set to false a third-party provider will not be consulted to determine whether a site is phishy. | # If set to false a third-party provider will not be consulted to determine whether a site is phishy. | ||
| user_pref(" | user_pref(" | ||
| + | user_pref(" | ||
| + | user_pref(" | ||
| + | user_pref(" | ||
| + | user_pref(" | ||
| + | |||
| # do not warn when using about:conf | # do not warn when using about:conf | ||
| Line 365: | Line 420: | ||
| user_pref(" | user_pref(" | ||
| user_pref(" | user_pref(" | ||
| + | user_pref(" | ||
| + | user_pref(" | ||
| + | user_pref(" | ||
| + | |||
| # | # | ||
| # | # | ||

