Firefox CSS customization
Firefox CSS code to remove some of the bloat that comes with the vanilla version.
Unlock custom CSS usage
about:config > toolkit.legacyUserProfileCustomizations.stylesheets > true
Copy the userChrome.css file or contents into your Firefox profile's chrome folder. Create the folder if it does not exist. Find the profile by going to about:support then clicking Open Directory
- Typical linux location: ~/.mozilla/firefox/####.default/chrome
- Typical Windows location: %APPDATA%\Mozilla\Firefox\Profiles\
- Send Link to Device (and separator)
- Send Page to Device (and separator)
- Send, Copy, Set Image as background
- Bookmark Link
Some stuff can be removed by disabling extensions. open about:config and disable as desired:
- extensions.pocket.enable;false
- extensions.screenshots.disabled;true
Enable once:
- Tools > WebDeveloper > Toggle Tools > Toolbox Options > Enable browser chrome and add-on debugging toolboxes
- Tools > WebDeveloper > Toggle Tools > Toolbox Options > Enable remote debugging
Hit Ctrl+Alt+Shift+I or open 'Tools > WebDeveloper > Browser Toolbox'.
Inspect ui or web content.
Force popups to stay open for inspection: Click on 'disable popup auto hide' button (= button with four squares) on developer toolbars end.
- Element names and IDs: https://github.com/Aris-t2/CustomCSSforFx