diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles.ts b/src/styles.ts index 0d5235d..db4c4b9 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -38,7 +38,7 @@ export default function styles () { a[aria-label="Skip Recap"], a[aria-label="Next Episode"], [data-uia="next-episode-seamless-button"] { - visibility: hidden; + visibility: hidden !important; }`, stylesheet.cssRules.length ); |