Skip to content

A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community.

Notifications You must be signed in to change notification settings

eduardhojbota/FirefoxCSS-Store.github.io

 
 

Repository files navigation

FirefoxCSS-Store


A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit.
Preview here.

Generic Installation

  • Go to the wanted theme and click the download button.
  • You should now be on the github page for that topic.
  • Below you should see a guide on how to install that particular theme and a few preview pictures. Anyway, here are some common steps for all themes.
  1. Download theme with the big green button "Code" >> Download.zip

  2. Open about:config page.

  3. A dialog will warn you, but ignore it, just do it press the I accept the risk! button.

  4. Search for these:

    • toolkit.legacyUserProfileCustomizations.stylesheets
    • layers.acceleration.force-enabled
    • gfx.webrender.all
    • gfx.webrender.enabled
    • layout.css.backdrop-filter.enabled
    • svg.context-properties.content.enabled

    Then make sure to enable them all!.

  5. Go to your Firefox profile.

    • Linux - $HOME/.mozilla/firefox/XXXXXXX.default-XXXXXX/.
    • Windows 10 - C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX.
    • macOS - Users/<USERNAME>/Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX.
  6. Create a folder and name it chrome, then assuming that you already have cloned this repo, just copy the theme to chrome folder.

  7. Restart Firefox.

Add your theme <3

  • If you have a Github account:

    1. Fork this repository
    2. Look for a file called themes.json, open and edit it
    3. Below the first [ copy the following code and paste it in the file
    4. Add the properties of your theme: title, link, description and image
    5. Avoid the use of escaped characters and the order matters
    6. Please, do not use a very big image, preferably (650x500)
    7. Image property:
    • You can put an image url
    • Or an image file in /images/themes/ (it doesn't matter the file extension). And then reference it in your code with the following assets/img/themes/YOUR_FILE_NAME_WITHOUT_EXTENSION.webp
    1. Then send it as a pull request in the repository.
  • Or create a Issue:

    1. when creating an issue you will find a template for submitting theme, use that one. it's easy.
  • If you have a Twitter account:

    1. Send at least the following properties: title, link, description and picture to @Neikon66.

Code

{
		"title": "..........",
		"link": "..........",
		"description": "..........",
		"image": ".........."
},

What do you think =?

Feel free to send me any feedback via issue or my twitter @Neikon66.

About

A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • SCSS 37.1%
  • Shell 11.5%
  • Pug 9.3%