AdguardTeam / AdguardTeam/ExtendedCss
Ext-CSS rules with 'remove' don't work in apps at hotcleaner.com
- Lingua principale
- TypeScript
- Stelle
- 71
- Fork
- 11
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Similar issue as here - https://github.com/AdguardTeam/ExtendedCss/issues/127
Steps to reproduce:
1. Use AdGuard app
2. Add this rule to user rules:
```
hotcleaner.com#$?#body { remove: true; }
```
3. Go here - [https://www.hotcleaner.com/](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.hotcleaner.com%2F)
Website should be blank, but extended CSS rules with `remove` do not work.
I guess that it happens, because website override `Element.prototype.remove` and `Element.prototype.removeChild` function.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.