Skip to content

gabrielcapilla/firefox-unicorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d34c23e · Mar 8, 2025

History

45 Commits
Nov 19, 2024
Nov 10, 2024
Mar 8, 2025
Nov 21, 2024

Repository files navigation

Browse without distractions

Static Badge Static Badge Static Badge Static Badge

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

image

Look and feel

image

🎯 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

🥷 Protect Your Privacy

Works on top of Firefox, and 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.

⚙️ How To Install

To install this theme, do the following:

  • Type about:config in the address bar of Firefox.

  • Put it on true

    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.

🫂 Make It Yours

Recommended Add-ons

Do you use KDE?

Look your about:config the following parameters and change the value to 1

widget.use-xdg-desktop-portal.file-picker
widget.use-xdg-desktop-portal.mime-handler

Rounded corners

In about:config you can make the bottom window corners rounded by setting to true.

widget.gtk.rounded-bottom-corners.enabled

Miscellaneous

Inspiration

Inspired by Min Browser. 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.