aminomancer / uc.css.js

A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.
Other
326 stars 27 forks source link

[FR] Add extension debug menu for Unified Extension panel #74

Closed garywill closed 1 year ago

garywill commented 1 year ago

Is your feature request related to a problem? Please describe. Recent Firefox update added Unified Extensions panel. debugExtensionInToolbarContextMenu.uc.js not yet adding debug menu for the new Firefox's Unified Extension panel.

Describe the solution you'd like aaa

Describe alternatives you've considered Or, you've another Extension Options Panel script, which is great too. Add debug menu to that.

Additional context I've tried to write some code but not 100% success yet. https://github.com/aminomancer/uc.css.js/compare/master...garywill:uc.css.js:patch-1 The submenu popup under "Debug Extension" failed to show

thanks~!