AdguardTeam / AdguardTeam/AdguardBrowserExtension
Add support for Extended CSS selectors and styles in the DevTools
- Lingua principale
- TypeScript
- Stelle
- 4.4k
- Fork
- 449
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Issue Details
Extended selectors and styles are not currently supported in DevTools.
Right now, when you preview and apply the rules, one style is used with display: none !important
### Proposed solution
Things to be added:
1. Support for Extended CSS selectors.
2. Support for applying styles (standard and extended css), such as [example.com#$#body](http://example.com/#$#body) { background: red !important; } / [example.com#$?#body](http://example.com/#$?#body) { background: red !important; }
When previewing/applying, there should not be one style with display: none !important, but a separate style.
Optional:
Add a function to highlight (by color/frame) all elements that match their selector.
In this case, if the wrong rule is entered, it will be immediately visible.
### Alternative solution
_No response_
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.