Skip to content

Redify YouTube by Reycko

Details

AuthorReycko

LicenseGPLv3

Categoryyoutube

Created

Updated

Size659 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces some of YouTube's recent magenta colors to back to red.

Notes

Current things that are changed:

  • Progress bar
  • Logo

Source code

/* ==UserStyle==
@name           youtube.com
@namespace      redify-yt
@version        1.0.0
@description    Replaces some of YouTube's recent magenta colors to back to red.
@license        GPLv3
@author         Reycko
==/UserStyle== */

@-moz-document domain("youtube.com") {
	div.ytp-progress-list > div.ytp-play-progress.ytp-swatch-background-color {
		background: #f00 !important;
	}

	div.style-scope.ytd-topbar-logo-renderer {
		display: block !important;
	}

	ytd-yoodle-renderer.style-scope.ytd-topbar-logo-renderer {
		display: none !important;
	}

	[id^="yt-ringo2-svg_"] path[fill="#FF0033"] {
		fill: #f00 !important;
	}
}

Reviews

No reviews yet.