Minimalistic oneliner firefox userChrome.css. Focus on keyboard shortcuts.
- Hide some context menu item
- Hide Tab cross icon, shows when hover the tab
- Now playing audio icon adjust, shows along favicon ( don't need for firefox v136+ )
- Floating navbar in center
- Few default icon change ( backward, forward, extension, etc )
- Hide most of the unnecessary items
- And many more
Firstly write about:config urlbar and enable toolkit.legacyUserProfileCustomizations.stylesheets to true.
- Then open your profile folder (you can find the location in
about:profilesroot directory). - Copy
chromefolder to that root directory. - This should work with any theme and density in Firefox.
- It meant for
compact density(enbalebrowser.compactmode.showtotrueinabout:config)
the
user.jssame user.js from betterfox
Thank you for your interest in this repository! Please note that this project is primarily for personal use, and I generally do not accept pull requests (PRs) for new features or changes. However, I welcome feedback, bug reports, and contributions that improve the codebase or fix issues.
-
Report Bugs:
- If you encounter any issues or bugs with the current code, please open an Issue on GitHub. Provide as much detail as possible, including steps to reproduce the problem.
-
Feature Requests:
- While I appreciate your ideas, I am not currently accepting feature requests for this repository. This project is tailored to my personal needs, and I already have a clear roadmap for its development.
-
Pull Requests for Improvements and Bug Fixes:
- If you have a pull request that improves the codebase (e.g., optimizations, refactoring, or bug fixes), you are welcome to submit it. Please ensure that your PR is well-documented and aligns with the purpose of this repository.
-
Forking:
- You are welcome to fork this repository and use it for your own purposes. However, please note that I will only merge PRs that align with the goals of this project.
This repository is maintained for personal use, and I want to keep the codebase aligned with my specific requirements. While I generally do not accept PRs for new features, I welcome contributions that improve the exiting codebase or fix bugs. If you have any questions, feel free to open an Issue to discuss your proposed changes before submitting a PR.
Thank you for understanding!
Shortcuts for general use
- New Tab =
ctrl + T - Close Tab =
ctrl + W - Open tab in new window =
ctrl + N - Open last close tab =
ctrl + shift + T - Close all tab =
ctrl + shift + W - Focus on address bar =
ctrl + L - Cycle tabs =
ctrl + tab(setting< general < tab)
- Show menu bar =
alt - Bookmark sidepanel =
ctrl + B - Bookmark Library =
ctrl + shift + O - Show / Hide bookmark bar =
ctrl + shift + B - History sidepanel =
ctrl + H - Donwloads =
ctlr + J - Find in page =
ctrl + F - Find next word =
ctrl + G - Open defautl search open =
ctrl + E - about:addons =
ctrl + shift + A
Based off userChrome.css and FirefoxCSS-Darknight


