+++ date = "2025-07-29T16:20:13+00:00" lastmod = "2025-07-29T16:20:35+00:00" tags = [ "gists", "linux" ] +++ Why dabble with [Firefox](https://www.firefox.com/)? Everything is customizable. How long will this be so? Who knows. {{< abbr "E.g" "For example" >}}, I have [custom stylesheets](https://github.com/tdro/dotfiles/blob/35b44c0e32e5ff3ef1f260b5b4d55c931d414fde/.config/.mozilla/firefox/profile.default/chrome/userContent.css) that hide comments everywhere ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/hide-comments-everywhere/)/[Chrome](https://chromewebstore.google.com/detail/he-comments-everywhere/bmhkdngdngchlneelllmdennfpmepbnc)) among [other things](https://github.com/tdro/dotfiles/blob/35b44c0e32e5ff3ef1f260b5b4d55c931d414fde/.config/.mozilla/firefox/profile.default/chrome/userChrome.css). "Experts" only? ``` { caption="Address for inspecting currently installed addons" } about:debugging#/runtime/this-firefox ``` ``` { caption="URL for inspecting the browser chrome interface" } chrome://browser/content/browser.xhtml ``` ``` { caption="For custom stylesheets visit about:config and add (+) this boolean" } toolkit.legacyUserProfileCustomizations.stylesheets true ```