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
- Zoom
- Twitch
- Reddit
### Development

View file

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

View file

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