Fix Pink YouTube
A browser add-on to make YouTube red again
What does it do?
This extension restores YouTube's classic red color scheme by changing:
- Progress bar in the main video player
- Progress bar in video thumbnails
- Other UI elements to match YouTube's pre-2023 red theme
Player Progress Bar

Thumbnail Progress Bar
Color Reference
To ensure authenticity, we use colors from a May 7, 2023 snapshot from archive.org
--yt-brand-youtube-red: #f00;
--yt-brand-medium-red: #c00;
--yt-brand-light-red: #ff4e45;
--yt-spec-brand-button-background: #c00;
--yt-spec-brand-button-background-hover: #990412;Development
🛠 Build locally
- Clone the repository
- Run
npm installto install dependencies - Run
npm run build
🏃 Run the extension
- Run
npm run watchto watch for changes - Run
npm install --global web-ext(first time only) - Run
web-ext run -t chromiumin another terminal