Compare commits

..

No commits in common. "ff799300a14e93ae7d5dac71b55aed8f8117aea4" and "968d0ba654a5223ce7a85ed90bba0d342b7f3ed9" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -14,7 +14,6 @@ The following video sharing/hosting websites are also supported:
- Invidious instances
- Zoom
- Twitch
- Reddit
### Development

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "RGB YouTube",
"version": "4.4",
"version": "4.3",
"author": "Array in a Matrix",
"developer": {
"name": "Array in a Matrix",

View file

@ -1,5 +1,6 @@
/* YouTube */
.ytp-play-progress, .ytp-swatch-background-color,
.ytp-play-progress,
.ytp-swatch-background-color,
/* Invidious */
/* Odysee */
.vjs-play-progress,
@ -7,10 +8,8 @@
/* Vimeo */
.played,
/* Twitch */
.seekbar-segment,
/* Reddit */
._3fnsfWuIyofBJBBCbeOZzM
{
.seekbar-segment
{
animation: RGB 25s ease-in-out infinite;
}