AdguardTeam / AdguardTeam/tsurlfilter
Convert generic CSS and JS rules to uBlock properly
Đang mở
Priority: P4
- Ngôn ngữ chính
- TypeScript
- Star
- 81
- Fork
- 20
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
These generic AdGuard rules:
```adblock
#%#//scriptlet('set-constant', 'foo', '1')
#$#body { background-color: yellow !important; }
```
should be converted to uBlock as
```adblock
*##+js(set, foo, 1)
*##body:style(background-color: yellow !important;)
```
See https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#specific-generic
Also, we can remove wildcard when converting to ADG
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.