diff --git a/README.md b/README.md index a756c1c..8ebee9d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The following video sharing/hosting websites are also supported: - Invidious instances - Zoom - Twitch +- Reddit ### Development diff --git a/style.css b/style.css index 80049dc..f99f822 100644 --- a/style.css +++ b/style.css @@ -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; }