Compare commits

...

2 commits

Author SHA1 Message Date
array-in-a-matrix ff799300a1 added reddit 2022-10-04 13:44:48 -04:00
array-in-a-matrix 7bfcd1a627 added reddit 2022-10-04 13:44:30 -04:00
3 changed files with 7 additions and 5 deletions

View file

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

View file

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

View file

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