brave / adblock-rust

Brave's Rust-based adblock engine
Mozilla Public License 2.0
1.38k stars 119 forks source link

Support AdGuard cosmetic filter variants #236

Open antonok-edm opened 1 year ago

antonok-edm commented 1 year ago

Some AdGuard lists use #$# rather than :style() to add a custom style to elements. uBO supports both options. adblock-rust should as well.

See also here for documentation on location modifiers.

antonok-edm commented 1 year ago

As of https://github.com/brave/adblock-resources/pull/90, Brave is shipping a regional list with these cosmetics - they are currently ignored.

superlex commented 11 months ago

I hope to see these features soon.

superlex commented 1 month ago

Hello, any news?