diff options
author | Teddy Wing | 2021-08-28 21:05:11 +0200 |
---|---|---|
committer | Teddy Wing | 2021-08-29 15:42:47 +0200 |
commit | eb12719c2805a444735352de39f4b1ac299dee5b (patch) | |
tree | 93bea9c461675de9b4f6bd8c68b5959089e21253 /src/styles.ts | |
parent | 5734dd840138086fb2208a7eab1e57c124b46cca (diff) | |
download | netflix-immersive-eb12719c2805a444735352de39f4b1ac299dee5b.tar.bz2 |
styles: Hide new "Skip Recap" button
Hide the new "Skip Recap" button introduced in August 2021. This also
hides the "Skip Intro" button.
Diffstat (limited to 'src/styles.ts')
-rw-r--r-- | src/styles.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 |