firefox-developer-tools

How do I disable firefox console from grouping duplicate output?

无人久伴 提交于 2019-11-27 22:01:13
问题 Anyone knows how to avoid firefox console to group log entries? I have seen how to do it with firebug https://superuser.com/questions/645691/does-firebug-not-always-duplicate-repeated-identical-console-logs/646009#646009 but I haven't found any group log entry in about:config section. I don't want use Firebug, because it's no longer supported or maintained and I really like firefox console. I try to explain better, I want console to print all logs and not the red badge with number of

What are the alternatives to the Firefox Developer Tools?

北城余情 提交于 2019-11-27 06:42:47
问题 Since last few updates of Firefox our beloved Firebug is integrated into the Firefox Developer Tools and a lot of people including me don't like what happened to Firebug. The built-in developer tools have a very ugly menu system and messed up usability. So, what are the alternatives to the Firefox Developer Tools? Is there a tool with the same usability as Firebug? 回答1: Alternatives are: Turn off multi-process Firefox. (Though that's only a temporary solution and doesn't bring back all

How can you disable the new JSON Viewer/Reader in Firefox Developer Edition?

随声附和 提交于 2019-11-27 02:35:36
问题 Firefox Developer Edition 44 now has a built in JSON Viewer. It's a nice gesture, but I highly prefer the readability of the third-party JSON viewer I was using. Is there any way to disable, override, or otherwise customize the new built in JSON viewer? 回答1: Go to about:config In search, paste 'devtools.jsonview.enabled' Select the pref, right-click and select 'toggle' 来源: https://stackoverflow.com/questions/34399282/how-can-you-disable-the-new-json-viewer-reader-in-firefox-developer-edition

Google Chrome / Firefox do not see extension output in console

杀马特。学长 韩版系。学妹 提交于 2019-11-25 22:55:54
问题 I am trying to test sample code for web extension for browsers. But, it doesn\'t work. I checked the console for Google Chrome and also for Firefox. It doesn\'t print anything. The following is my code: manifest.json : { \"description\": \"Demonstrating webRequests\", \"manifest_version\": 2, \"name\": \"webRequest-demo\", \"version\": \"1.0\", \"permissions\": [ \"webRequest\" ], \"background\": { \"scripts\": [\"background.js\"] } } background.js : function logURL(requestDetails) { console