Please add to IOS the way to add custom list on ios too, because the default one aren’t enough to pass the adblock test https://adblock-tester.com/ and https://d3ward.github.io/toolz/adblock.html
Thanks
Currently the lists are being converted , and ios limits on how large a list can be.
We’re looking at improving other ios aspects like Cosmetic filtering (removing empty space, and hiding cookie elements.). And scriptlet injection (fix more advance anti-adblock)
opened 05:57PM - 01 Jul 20 UTC
blocked
QA/Yes
Epic: Shields
Similar to https://github.com/brave/brave-ios/issues/2683, scriptlets could be i… njected into documents without needing to use the iOS content blocking system, and much of the [content script code](https://github.com/brave/brave-core/blob/master/components/brave_extension/extension/brave_extension/content_cosmetic.ts) from brave-core could be reused.
opened 05:54PM - 01 Jul 20 UTC
blocked
QA/Yes
release-notes/include
Epic: Shields
Since cosmetic filtering doesn't have the same timing issues as request blocking… , it wouldn't need to go through the iOS content blocking / declarative system.
Most (all?) of this information and functionality should already be available in the rust DAT and adblock-rust. Also, likely a lot of the brave-core [brave_extension content script](https://github.com/brave/brave-core/blob/master/components/brave_extension/extension/brave_extension/content_cosmetic.ts) code could be reused