Skip to content

shanebeaumont/youtube-userstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom YouTube Theme for Firefox

This works by overwriting YouTube's CSS using Firefox's userContent.css file.

Previews

Tokyo Night Tokyo Night

Catppuccin Catppuccin

Installation

Enable User Stylesheets

  1. Open Firefox.
  2. Type about:config into the address bar and press Enter.
  3. Click Accept the Risk and Continue if prompted.
  4. In the search bar, type toolkit.legacyUserProfileCustomizations.stylesheets.
  5. Set the preference to true by double-clicking it.

Open Profile Directory

  1. Type about:support into the address bar and press Enter.
  2. In the Application Basics section, locate Profile Directory.
  3. Click the Open Directory button next to Profile Directory.

Add the Custom CSS Files

  1. In your profile directory, create the chrome directory if it doesn't exist.
  2. Place the following into the chrome directory:
  • userContent.css
  • youtube.css
  • themes

Change the Theme

  1. Open userContent.css in a text editor.
  2. At the top, you'll see this import: @import url(./themes/tokyonight-night.css);
  3. Edit the import URL to your desired theme.
  4. For example: @import url(./themes/catppuccin-mocha.css);

That's it

Close and reopen Firefox for the changes to take effect.

About

A custom YouTube theme for Firefox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages