Contributing
If you want to get your change merged into the main project, please follow the contribution guidelines
Inspecting the browser window
To inspect Firefox's UI you can use the Browser Toolbox.
Enable the Browser Toolbox
Press
F12
to open the Page Inspector.Alternate: Right click the page then "Inspect Element (Q)".
Press
F1
to open the Page Inspector Settings.Alternate: In the top right of the Page Inspector next to the close button; press the "⋯" button then "Settings".
Ensure the following settings are checked:
- "Enable browser chrome and add-on debugging toolbox"
- "Enable remote debugging"
Open the Browser Toolbox
Press alt
, "Tools", "Browser Tools" then "Browser Toolbox".
Alternate: Press ctrl
+ alt
+ shift
+ i
Instructions adapted from user1189731's post