impl #23 add custom privacy selectors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const rules: string[] = [
|
||||
'iframe, .rr-block { background: #ccc }',
|
||||
const rules: (blockClass: string) => string[] = (blockClass: string) => [
|
||||
`iframe, .${blockClass} { background: #ccc }`,
|
||||
'noscript { display: none !important; }',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user