[Tổng hợp]List config hữu ích cho Firefox

buffpro

New Member
Joined
Sep 28, 2018
Messages
290
Reaction score
0
Last Updated 26-05-2019 at 14:49
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar
Code:
#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}


#nav-bar, #PersonalToolbar {
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
  transition: opacity 0.15s ease-in !important;
}

/* Lightweight Theme Support */
:root:-moz-lwtheme #nav-bar, 
:root:-moz-lwtheme #PersonalToolbar {
  background-color: var(--lwt-accent-color) !important;
  background-image: var(--lwt-header-image), var(--lwt-additional-images) !important;
  background-position: var(--lwt-background-alignment) !important;
  background-repeat: var(--lwt-background-tiling) !important;
}

#main-window[sizemode="normal"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-2px - var(--tabbar-height)) !important;
}
#main-window[sizemode="normal"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-2px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}

#main-window[sizemode="maximized"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-8px - var(--tabbar-height)) !important;
}
#main-window[sizemode="maximized"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-8px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}
Mời ae bổ sung thêm :doubt:

Last Updated 26-05-2019 at 14:40
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar
Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
  --tab-min-height: 29px;
}

:root[uidensity=compact][extradragspace]:not([sizemode="normal"]) #navigator-toolbox {
  --nav-bar-height: 33px;
  --tab-min-height: 21px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
  --tab-min-height: 33px;
}


:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
  --tab-min-height: 41px;
}

:root[uidensity=touch][extradragspace]:not([sizemode="normal"]) #navigator-toolbox {
  --nav-bar-height: 41px;
  --tab-min-height: 33px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}


#nav-bar, #PersonalToolbar {
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
  transition: opacity 0.15s ease-in !important;
}

/* Lightweight Theme Support */
:root:-moz-lwtheme #nav-bar, 
:root:-moz-lwtheme #PersonalToolbar {
  background-color: var(--lwt-accent-color) !important;
  background-image: var(--lwt-header-image), var(--lwt-additional-images) !important;
  background-position: var(--lwt-background-alignment) !important;
  background-repeat: var(--lwt-background-tiling) !important;
}

#main-window[sizemode="normal"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-2px - var(--tabbar-height)) !important;
}
#main-window[sizemode="normal"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-2px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}

#main-window[sizemode="maximized"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-8px - var(--tabbar-height)) !important;
}
#main-window[sizemode="maximized"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-8px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}
Mời ae bổ sung thêm :doubt:

Last Updated 26-05-2019 at 14:35
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}

Autohide urlbar + bookmark bar
Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
  --tab-min-height: 29px;
}

:root[uidensity=compact][extradragspace]:not([sizemode="normal"]) #navigator-toolbox {
  --nav-bar-height: 33px;
  --tab-min-height: 21px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
  --tab-min-height: 33px;
}


:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
  --tab-min-height: 41px;
}

:root[uidensity=touch][extradragspace]:not([sizemode="normal"]) #navigator-toolbox {
  --nav-bar-height: 41px;
  --tab-min-height: 33px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css ([URL="http://forums.voz.vn/redirect/index.php?link=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D1418963"]https://bugzilla.mozilla.org/show_bug.cgi?id=1418963[/URL]) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
  transition: opacity 0.15s ease-in !important;
}

/* Lightweight Theme Support */
:root:-moz-lwtheme #nav-bar, 
:root:-moz-lwtheme #PersonalToolbar {
  background-color: var(--lwt-accent-color) !important;
  background-image: var(--lwt-header-image), var(--lwt-additional-images) !important;
  background-position: var(--lwt-background-alignment) !important;
  background-repeat: var(--lwt-background-tiling) !important;
}

#main-window[sizemode="normal"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-2px - var(--tabbar-height)) !important;
}
#main-window[sizemode="normal"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-2px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}

#main-window[sizemode="maximized"]:-moz-lwtheme #nav-bar {
    background-position-y: calc(-8px - var(--tabbar-height)) !important;
}
#main-window[sizemode="maximized"]:-moz-lwtheme #PersonalToolbar {
    background-position-y: calc(-8px - var(--tabbar-height) - var(--nav-bar-height)) !important;
}
Mời ae bổ sung thêm :doubt:

Last Updated 28-03-2019 at 04:07
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 27-03-2019 at 04:07
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 27-03-2019 at 04:07
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 28-03-2019 at 04:07
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 27-03-2019 at 04:07
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 27-03-2019 at 04:01
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
config firefox - https://pastebin.com/VaxWGm8B #PasteMe
Mời ae bổ sung thêm :doubt:

Last Updated 20-03-2019 at 03:13
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 19-03-2019 at 03:13
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 20-03-2019 at 03:13
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 19-03-2019 at 03:13
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Last Updated 19-03-2019 at 02:57
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false
* full-screen-api.transition-duration.enter;0
* full-screen-api.transition-duration.leave;0
* full-screen-api.warning.timeout;1000
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code:
#navigator-toolbox[fullscreenShouldAnimate] {
transition: none !important;
}
Autohide urlbar + bookmark bar

Code:
:root[uidensity=compact] #navigator-toolbox {
  --nav-bar-height: 33px;
}

:root:not([uidensity]) #navigator-toolbox {
  --nav-bar-height: 39px;
}

:root[uidensity=touch] #navigator-toolbox {
  --nav-bar-height: 41px;
}

#navigator-toolbox {
  --tabbar-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
  --trigger-area-height: 5px;
}

:root[chromehidden~="toolbar"] #navigator-toolbox {
  --tabbar-height: 0.1px;
}

#toolbar-menubar {
  margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */
}

/* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */
/* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */
:root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar,
:root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar {
  padding-top: var(--space-above-tabbar) !important;
}

#nav-bar, #PersonalToolbar {
    /* Otherwise spacers will not count as hover-able areas */
    -moz-window-dragging: default;
}

:root:not([customizing]) #nav-bar
{
  overflow-y: hidden;
  max-height:0;
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  opacity: 0;
}

:root:not([customizing]) :hover > #nav-bar,
:root:not([customizing]) #nav-bar:focus-within {
  max-height: var(--nav-bar-height);
  opacity: 1;
  transition: opacity 0.15s ease-in, max-height 0.15s linear;
}

:root:not([customizing]) #navigator-toolbox {
  max-height: calc(var(--tabbar-height) + var(--trigger-area-height));
  min-height: var(--tabbar-height);
  margin-bottom: calc(-1 * var(--trigger-area-height));
}

:root:not([customizing]) #navigator-toolbox:hover,
:root:not([customizing]) #navigator-toolbox:focus-within {
  max-height: calc(var(--tabbar-height) + var(--nav-bar-height));
  margin-bottom: calc(0px - var(--nav-bar-height));
}

/* If the bookmarks bar is turned on, auto-hide that too */
:root:not([customizing]) #PersonalToolbar {
  max-height: 0 !important;
  min-height: 0.1px !important;
  opacity: 0;
  transition: opacity 0.15s ease-in !important;
}

:root:not([customizing]) :hover > #PersonalToolbar,
:root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar {
  max-height: 4em !important;
  opacity: 1;
}
Mời ae bổ sung thêm :doubt:

Add-ons hiện tại đang sử dụng: * uBlock Origin * minimal * Violentmonkey * Firefox multi-account containers * Auto Tab Discard

About:config: * media.peerconnection.enabled;false --Tắt WebRTC * reader.parse-on-load.enabled;false -- Tắt chế độ Reader View * extensions.pocket.enabled;false -- Tắt Pocket * extensions.screenshots.disabled;true -- Tắt screenshot * middlemouse.paste;true --Dùng chuột giữa để paste * ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar * findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị * layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu * browser.urlbar.delay;0 * browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar * browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab * browser.urlbar.trimURLs;false --tắt check http * browser.tabs.tabMinWidth;50 * network.IDN_show_punycode;true --hiển thị ponycode * security.insecure_connection_icon.enabled;true * security.ssl.treat_unsafe_negotiation_as_broken;true * security.dialog_enable_delay;500 * extensions.getAddons.cache.enabled;false * full-screen-api.transition-duration.enter;0 * full-screen-api.transition-duration.leave;0 * full-screen-api.warning.timeout;1000 * general.smoothScroll.mouseWheel.durationMaxMS;200 * general.smoothScroll.mouseWheel.durationMinMS;400 * general.smoothScroll.currentVelocityWeighting;0 * mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

Tắt animation khi bật fullscreen:

userChrome.css: #navigator-toolbox[fullscreenShouldAnimate] { transition: none !important; }

Mời ae bổ sung thêm :doubt:
 

eipi10

New Member
Joined
Sep 30, 2017
Messages
1,558
Reaction score
1
Làm sao để config nút Alt để nó trỏ vào URL nhỉ :stick: Mặc định của FF là nút F6 với tay cao quá :stick:
 

eipi10

New Member
Joined
Sep 30, 2017
Messages
1,558
Reaction score
1
Làm sao để config nút Alt để nó trỏ vào URL nhỉ :stick: Mặc định của FF là nút F6 với tay cao quá :stick:
 

ryajautb

New Member
Joined
Nov 21, 2017
Messages
52,706
Reaction score
35
buffpro said:
Add-ons hiện tại đang sử dụng:
* uBlock Origin
* minimal
* Violentmonkey
* Firefox multi-account containers
* Auto Tab Discard


about:config:
* media.peerconnection.enabled;false --Tắt WebRTC
* reader.parse-on-load.enabled;false -- Tắt chế độ Reader View
* extensions.pocket.enabled;false -- Tắt Pocket
* extensions.screenshots.disabled;true -- Tắt screenshot
* middlemouse.paste;true --Dùng chuột giữa để paste
* ui.key.menuAccessKeyFocuses;false -- Tắt hotkey ALT để bật menubar
* findbar.modalHighlight;true --khi tìm kiếm keyword trên page sẽ tối đi trừ từ khoá được hiển thị
* layout.word_select.eat_space_to_next_word;false -- firefox mặc định sẽ thêm space khi click đúp, khi texting khá khó chịu
* browser.urlbar.delay;0 -- bỏ độ trễ khi dùng suggestion trên searchbar
* browser.urlbar.doubleClickSelectsAll;true --click đúp chuột để select all trên urlbar
* browser.tabs.closeWindowWithLastTab;false --bỏ thoát FF khi tắt 1 tab
* browser.urlbar.trimURLs;false --tắt check http
* browser.tabs.tabMinWidth;50 --fix cứng size tab
* network.IDN_show_punycode;true --hiển thị ponycode
* security.insecure_connection_icon.enabled;true --để báo những trang http là insecure
* security.ssl.treat_unsafe_negotiation_as_broken;true
* security.dialog_enable_delay;500
* extensions.getAddons.cache.enabled;false (để true cũng được)
* full-screen-api.transition-duration.enter;0 -- tắt fullscreen fading
* full-screen-api.transition-duration.leave;0 -- như trên
* full-screen-api.warning.timeout;1000 --cho FF hiện thông báo fullscreen nuột nà hơn (muốn tắt hẳn thì để 0)
* general.smoothScroll.mouseWheel.durationMaxMS;200
* general.smoothScroll.mouseWheel.durationMinMS;400
* general.smoothScroll.currentVelocityWeighting;0 --Tắt smoothscroll
* mousewheel.min_line_scroll_amount;25 --giảm kích thước scrollbar

userChrome.css:

Tắt animation khi bật fullscreen:
Code: #navigator-toolbox[fullscreenShouldAnimate] { transition: none !important; } Autohide urlbar bookmark bar

Code: :root[uidensity=compact] #navigator-toolbox { --nav-bar-height: 33px; } :root:not([uidensity]) #navigator-toolbox { --nav-bar-height: 39px; } :root[uidensity=touch] #navigator-toolbox { --nav-bar-height: 41px; } #navigator-toolbox { --tabbar-height: calc(var(--tab-min-height) var(--space-above-tabbar)); --trigger-area-height: 5px; } :root[chromehidden~="toolbar"] #navigator-toolbox { --tabbar-height: 0.1px; } #toolbar-menubar { margin-top: 0px !important; /* This is usually 0, but under Win7 can be given an extra 1px when not maximized */ } /* Undo add of 4px extra margin on top of the tabs toolbar on Windows 7. */ /* Note: @media -moz-os-version does not work in userChrome.css (https://bugzilla.mozilla.org/show_bug.cgi?id=1418963) */ :root[sizemode="normal"][chromehidden~="menubar"] #TabsToolbar, :root[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] #TabsToolbar { padding-top: var(--space-above-tabbar) !important; } #nav-bar, #PersonalToolbar { /* Otherwise spacers will not count as hover-able areas */ -moz-window-dragging: default; } :root:not([customizing]) #nav-bar { overflow-y: hidden; max-height:0; min-height:0 !important; padding-top:0 !important; padding-bottom:0 !important; opacity: 0; } :root:not([customizing]) :hover > #nav-bar, :root:not([customizing]) #nav-bar:focus-within { max-height: var(--nav-bar-height); opacity: 1; transition: opacity 0.15s ease-in, max-height 0.15s linear; } :root:not([customizing]) #navigator-toolbox { max-height: calc(var(--tabbar-height) var(--trigger-area-height)); min-height: var(--tabbar-height); margin-bottom: calc(-1 * var(--trigger-area-height)); } :root:not([customizing]) #navigator-toolbox:hover, :root:not([customizing]) #navigator-toolbox:focus-within { max-height: calc(var(--tabbar-height) var(--nav-bar-height)); margin-bottom: calc(0px - var(--nav-bar-height)); } /* If the bookmarks bar is turned on, auto-hide that too */ :root:not([customizing]) #PersonalToolbar { max-height: 0 !important; min-height: 0.1px !important; opacity: 0; transition: opacity 0.15s ease-in !important; } :root:not([customizing]) :hover > #PersonalToolbar, :root:not([customizing]) #navigator-toolbox:focus-within #PersonalToolbar { max-height: 4em !important; opacity: 1; } Mời ae bổ sung thêm :doubt:
:sexy:
Mấy cái này có dùng cho Chrome được không thím ơi? 305212
 

buffpro

New Member
Joined
Sep 28, 2018
Messages
290
Reaction score
0
eipi10 said:
Làm sao để config nút Alt để nó trỏ vào URL nhỉ :stick: Mặc định của FF là nút F6 với tay cao quá :stick:
ko rõ, đổi hotkey thì chắc chỉ có cài add-on thôi
 

buffpro

New Member
Joined
Sep 28, 2018
Messages
290
Reaction score
0
vanfsn said:
:sexy:
Mấy cái này có dùng cho Chrome được không thím ơi? 305212
chrome thì có cái chrome://flags đấy
 
Top