The Firefox extension Stylish enables customization of a site's CSS. I'd like to use the same extension to make some tweaks to the Firefox GUI. How can I do this?
Asked
Active
Viewed 4,211 times
1 Answers
8
- Go to this url: chrome://browser/content/browser.xul This loads a page filled with Firefox GUI elements.
- Open Tools-> Web Developer-> Inspector.
- Inspect the element(s) you want to customize. This then lets you get the IDs and classes of the various elements.
- Create a Stylish style that modifies those elements.