resolve #1 add ignore and block strategy for privacy purpose

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 09f30d2a81
commit 86beabd2bb
6 changed files with 324 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
const rules: string[] = [
'iframe { background: #ccc }',
'iframe, .rr-block { background: #ccc }',
'noscript { display: none !important; }',
];