From eb12719c2805a444735352de39f4b1ac299dee5b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 28 Aug 2021 21:05:11 +0200 Subject: styles: Hide new "Skip Recap" button Hide the new "Skip Recap" button introduced in August 2021. This also hides the "Skip Intro" button. --- src/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/styles.ts b/src/styles.ts index 2b6ba24..6b158a0 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -45,7 +45,8 @@ export default function styles () { a[aria-label="Skip Intro"], a[aria-label="Skip Recap"], a[aria-label="Next Episode"], - [data-uia="next-episode-seamless-button"] { + [data-uia="next-episode-seamless-button"], + .watch-video--skip-content { visibility: hidden !important; }`, stylesheet.cssRules.length -- cgit v1.2.3