Andrey Meshkov
Andrey Meshkov
https://github.com/Eloston/disable-html5-autoplay/
In theory the new `$urltransform` modifier: https://github.com/AdguardTeam/CoreLibs/issues/1364
We should do that experiment one more time after iOS 15 is out and we can create content blockers with 150k rules. I am not yet sure how important this...
@maximtop @scripthunter7 Copy/pasting implementation ideas from [the comment](https://github.com/AdguardTeam/tsurlfilter/issues/81#issuecomment-1503631375) in a duplicate issue: Possible implementations: 1. Support it uBO-like, i.e. natively (parse the rule, check if there's :matches-media, take it into...
Regarding the converter way, I am not entirely sure about it. Of course we could convert them into a simple CSS rule, i.e. `##.banner:matches-media(xxx)` --> `#$#@media xxx { .banner {...
> In my opinion, it makes more sense to use the native CSS syntax at the engine level and convert the other rules. I am more or less okay with...
Thank you! Actually, there are only a few dozens of these rules in the known filter lists so probably bothering with implementing a new modifier is not feasible anyway. >...
In the case of AdGuard we rely on filters that tell AdGuard what to do, it's not a generic solution for clearing all cookies or something like that, it's just...
@tvinzz ideally, I'd like us to have a unit-test build that tries to compile all our filter lists and checks if Safari is able to load them. We may need...
We can experiment with this once again since the current rules were made a few years ago. However, the current regular expressions were chosen for a reason. Testing showed that...