public marks

PUBLIC MARKS from decembre with tags about:config & Waterfox

April 2018

WATERFOX - ABOUT:CONFIG - To disable Stylo in Waterfox 56.1.0- Do not forget to enable Stylo(Quantum CSS).... : waterfox

(via)
If you have prolem, you can test that: To disable Stylo in Waterfox 56.1.0: >about:config >SEARCH : layout.css.servo. > CHANGE layout.css.servo.enabled TO false – then either (a) reload any page that may be bugged by Stylo in 56.1.0; or (b) restart Waterfox.

October 2017

FIR - ConfigFox - Utility to manage Firefox advanced, hidden setting

(via)
ConfigFox is an utility to manage Firefox advanced, hidden settings and tweaks, mostly concerning security and privacy. With ConfigFox you can manage multiple profiles independently. It is compatible with all Firefox builds: Waterfox, Palemoon, Tor, Portable, etc... If you don't have Firefox installed in your computer you will be prompted to select your custom Firefox path (executable). Features - Quickly create and customize Firefox profiles. - Easily enable/disable settings with one click. - Quickly search Config entries. - Get updates for Config collection. - Backup, Defrag and Vacuum profiles for a faster performance. - View profile information. - Search online for Config strings information.

FIREFOX 50 > / WATERFOX - Firebug is not working with Firefox version 50.0 - Stack Overflow

(via)
You may be able to reenable Firebug by setting the preferences: - Go to the about:config (type in url bar) - Find xpinstall.signatures.required (set to false) - Find browser.tabs.remote.autostart (set all to false: browser.tabs.remote.autostart.1 and browser.tabs.remote.autostart.2) I'm using Firefox for development, and both Firebug and Firefox development tools, for different purposes (Firebug for DOM and CSS manipulation, which is superior, and Firefox Tools for Console and NET panel, which are cleaner).