resolve #1 add ignore and block strategy for privacy purpose

This commit is contained in:
Yanzhen Yu
2018-12-02 23:23:21 +08:00
parent 78967192fc
commit 2c9db926c0
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; }',
];