Advertisement
ZetiX

Firefox Configs

Oct 31st, 2018
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. DISABLE MIDDLE CLICK TAB BAR
  2. Paste in profile/chrome/userChrome.css
  3.  
  4. /* TAB - Pointer Events [tested:68-73] */
  5. #tabbrowser-tabs :-moz-any(.arrowscrollbox-scrollbox, .tabbrowser-arrowscrollbox) {pointer-events: none}
  6. .tabbrowser-tab, #tabs-newtab-button, .tabs-newtab-button {pointer-events: auto}
  7. .scrollbutton-up, .scrollbutton-down {pointer-events:auto !important}
  8. .new-tab-popup, .new-tab-popup > * {pointer-events: auto} /*container tabs - longpress*/
  9.  
  10. DISABLE WHATS NEW
  11. in about:config set to false
  12. browser.messaging-system.whatsNewPanel.enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement