https://github.com/gabrielcapilla/firefox-unicorn
Firefox Unicorn - browse without distractions
https://github.com/gabrielcapilla/firefox-unicorn
firefox firefox-browser firefox-css firefox-theme userchrome userchrome-css userchrome-styles userchromecss
Last synced: about 1 year ago
JSON representation
Firefox Unicorn - browse without distractions
- Host: GitHub
- URL: https://github.com/gabrielcapilla/firefox-unicorn
- Owner: gabrielcapilla
- License: mit
- Created: 2024-11-10T21:48:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T13:50:06.000Z (about 1 year ago)
- Last Synced: 2025-03-08T14:28:39.345Z (about 1 year ago)
- Topics: firefox, firefox-browser, firefox-css, firefox-theme, userchrome, userchrome-css, userchrome-styles, userchromecss
- Language: CSS
- Homepage:
- Size: 2.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browse without distractions




Tabs make less noise, giving more room to browse the web letting you see what’s important to prevent you from getting distracted. One file without surprises, as simple as you always wanted.
## Preview

### Look and feel

## :dart: Keyboard Centered Design
Jump to any site quickly. Use the shortcuts.
- `Ctrl + W` Closes a Tab
- `Ctrl + T` Opens a New Tab
- `Ctrl + L` Focuses the URL bar
- `Ctrl + B` Shows you the Bookmarks
- `Ctrl + H` Shows you the History Bar
- `Ctrl + R` Refresh the page you're on
- `Ctrl + Alt + R` Clutter-free Reader View
- `Ctrl + Shift + B` Hide/unhide Bookmarks bar
- `Ctrl + Shift + A` Quick open for Add-Ons
- `Ctrl + Shift + T` Re-opens a tab that you just closed
- `Alt + Left Arrow` Go Back
- `Alt + Right Arrow` Go Forward
## :ninja: Protect Your Privacy
Works on top of Firefox, and [uBlock Origin works best on Firefox](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox). Stops ads and trackers, so you can browse faster without being tracked. And when you’re using a slow or expensive internet connection, it lets you block scripts and images, so pages load faster and use less data.
## :gear: How To Install
To install this theme, do the following:
- Type `about:config` in the address bar of Firefox.
- Put it on `true`
```md
toolkit.legacyUserProfileCustomizations.stylesheets
```
Chrome folder:
- Type `about:profiles` in the address bar of Firefox and find your profile folder.
- Create a folder named `chrome` in your profile folder(s). Add the file `userChrome.css` in the `chrome` folder. Then restart the browser.
## :people_hugging: Make It Yours
### Recommended Add-ons
- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
- [Adaptive Tab Bar Color](https://addons.mozilla.org/en-US/firefox/addon/adaptive-tab-bar-colour/)
### Do you use KDE?
Look your `about:config` the following parameters and change the value to `1`
```md
widget.use-xdg-desktop-portal.file-picker
```
```md
widget.use-xdg-desktop-portal.mime-handler
```
### Rounded corners
In `about:config` you can make the bottom window corners rounded by setting to `true`.
```md
widget.gtk.rounded-bottom-corners.enabled
```
## Miscellaneous
### Inspiration
Inspired by [Min Browser](https://github.com/minbrowser/min). I wanted to bring the Min Browser experience closer to Firefox. Min is written entirely with CSS and JavaScript using Electron, and is open-source software.