All Projects → WillPower3309 → MinimalistMaterialFox

WillPower3309 / MinimalistMaterialFox

Licence: MIT license
A Material Design-inspired userChrome.css theme for Firefox, with tweaks to make the UX as optimal and minimal as possible

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MinimalistMaterialFox

nord-firefox
A Nord theme (userChrome.css) for firefox
Stars: ✭ 26 (-31.58%)
Mutual labels:  firefox, userchromecss, userchrome
FirefoxW10ContextMenus
Emulates the Windows 10 context menus in Firefox.
Stars: ✭ 103 (+171.05%)
Mutual labels:  firefox, userchromecss, userchrome
firefox-i3wm-theme
i3 and qutebrowser inspired theme for firefox
Stars: ✭ 72 (+89.47%)
Mutual labels:  firefox, userchromecss, userchrome
SimpleFox
🦊 A Userstyle theme for Firefox minimalist and Keyboard centered.
Stars: ✭ 1,403 (+3592.11%)
Mutual labels:  userchromecss, userchrome
FirefoxTaskMonitor
Show CPU & memory bar, per tab and all tasks. Firefox userChrome script. 🛠️📊
Stars: ✭ 16 (-57.89%)
Mutual labels:  firefox, userchrome
Firefox-UI-customization
Changing Firefox UI with custom CSS
Stars: ✭ 27 (-28.95%)
Mutual labels:  firefox, userchrome
MaterialFox-BigSur
A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox
Stars: ✭ 62 (+63.16%)
Mutual labels:  firefox, userchrome
Materialfox
A Material Design-inspired userChrome.css theme for Firefox
Stars: ✭ 1,690 (+4347.37%)
Mutual labels:  firefox, userchrome
Firefox-UI-Fix
🦊 I respect proton UI and aim to improve it.
Stars: ✭ 4,259 (+11107.89%)
Mutual labels:  userchromecss, userchrome
Prismatic-Night
A dark themed startpage and dark themes for Firefox and Linux inspired by Material design and Adapta.
Stars: ✭ 287 (+655.26%)
Mutual labels:  firefox, userchrome
clockwork-firefox
Clockwork - php dev tools integrated to your browser - Firefox add-on
Stars: ✭ 22 (-42.11%)
Mutual labels:  firefox
freeRep
Bypass repubblica.it and lastampa.it paywall
Stars: ✭ 34 (-10.53%)
Mutual labels:  firefox
ka GE.spell
ქართული ორთოგრაფიული ლექსიკონი - Georgian Spell Checking Dictionary
Stars: ✭ 24 (-36.84%)
Mutual labels:  firefox
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (-7.89%)
Mutual labels:  firefox
tua-body-scroll-lock
🔐 Body scroll locking that just works with everything
Stars: ✭ 304 (+700%)
Mutual labels:  firefox
alfred-bookmarks
bookmark search with alfred workflow written in Go
Stars: ✭ 24 (-36.84%)
Mutual labels:  firefox
containerise-lists
Containerise compatible domain lists
Stars: ✭ 28 (-26.32%)
Mutual labels:  firefox
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-44.74%)
Mutual labels:  firefox
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+107.89%)
Mutual labels:  firefox
definitelytyped-firefox-webext-browser
Script to generate TypeScript definitions for WebExtension Development in FireFox
Stars: ✭ 24 (-36.84%)
Mutual labels:  firefox

WillPower3309 Fork Readme

Optimizations Include:

  1. Close tab button replaces favicon on hover (saving tab space and allowing for longer tab titles)
  2. Fullscreen content is limited to the browser container (allowing for a video to play alongside an application in the same workspace)
  3. Buttons only appear on hover (giving a minimal aesthetic)

Installation

Follow the steps below.

  1. Navigate to [about:config]
  2. Set toolkit.legacyUserProfileCustomizations.stylesheets to true
  3. Set svg.context-properties.content.enabled to true

If desired, in [about:config], set browser.urlbar.update1 to false to remove the ugly search bar zoom

If desired, you may have fullscreen content limited to the browser container (allowing for a video to play alongside an application in the same workspace, recommended for tiling window manager users) by changing the following in [about:config]: Set full-screen-api.ignore-widgets to true

The startpage is available here

MaterialFox: Original Readme

A Material Design-inspired userChrome.css theme for Firefox

Preview This theme is powered by blood, sweat, and coffee. If you like it, please consider helping out to support its continued development.

Buy me a coffee

What this does

Inspired by Google's Material Design and their latest Google Chrome UI, this theme turns your Firefox into a Material-styled web browser. The aim was to style the browser as closely as possible to the latest Google Chrome dev builds, where practical.

This is a userChrome.css theme, which means you must manually add it to your Firefox profile. The theme overrides certain browser styles. Currently, only the main UI is affected (settings pages, etc. are not). More elements of the UI may be styled in the future.

What version do I use?

Check the releases section. Each release version will match the compatible Firefox version. For example, if you're using Firefox 76, try a v76.x release. The master branch is compatible with stable Firefox; the beta branch is compatible with Firefox Beta. This requires a periodic rebase of master on beta as Mozilla update their release cycle (which doesn't always occur immediately).

Installation

  1. Copy the chrome folder and user.js file into your Firefox profile directory. To find your profile directory, go to about:support or about:profiles.
  2. See Recommended instructions if you'd prefer a more Chrome-like experience.
  3. Restart Firefox.

Recommended instructions

Add space above tab bar:

  • Right click on toolbar -> Customize.
  • Check Drag Space checkbox.

Replicate Chrome behaviour for clipped tabs:

  • [about:config] Set browser.tabs.tabClipWidth to 83 (default is 140).

Replicate Chrome's "Not Secure" text on HTTP:

  • [about:config] Set security.insecure_connection_text.enabled to true.

Please note

  • Linux is not frequently tested; last tested on 21/05/2019.
  • Some customisation settings may no longer work (such as compact/touch density).
  • Some custom themes may clash with address bar.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].