public marks

PUBLIC MARKS from decembre with tags Waterfox & firebug

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

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).