From 7bfcd1a627bac588a926ebe0759e915257d4f7b7 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 4 Oct 2022 13:44:30 -0400 Subject: [PATCH] added reddit --- README.md | 1 + style.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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; }