aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-08-28 21:05:11 +0200
committerTeddy Wing2021-08-29 15:42:47 +0200
commiteb12719c2805a444735352de39f4b1ac299dee5b (patch)
tree93bea9c461675de9b4f6bd8c68b5959089e21253 /src
parent5734dd840138086fb2208a7eab1e57c124b46cca (diff)
downloadnetflix-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')
-rw-r--r--src/styles.ts3
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