diff options
| -rw-r--r-- | src/styles.ts | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/styles.ts b/src/styles.ts index 940ff30..e1e0c28 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -14,4 +14,9 @@ export function styles () {  		'.player-view-childrens { visibility: hidden; }',  		stylesheet.cssRules.length  	); + +	stylesheet.insertRule( +		'[data-uia="watch-credits-seamless-button"] { visibility: hidden; }', +		stylesheet.cssRules.length +	);  } | 
