bandaancha.eu

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
zarrasqueta
New Member
New Member
Posts: 2
Joined: Fri Aug 04, 2017 3:52 pm

bandaancha.eu

Post by zarrasqueta »

Code: Select all

bandaancha.eu##.spBr
Example: https://bandaancha.eu/foros/yoigo-convierte-marca-productos-premium-1729080 (inside the first post).

Unfortunately the CSS class looks like it might change in the future (a CSS minifier was used). Any tips on how to improve the rule?
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

in uBo

Code: Select all

bandaancha.eu##[itemprop="articleBody"] > [class]:has(a[href*="click.php"])
in ABP should work

Code: Select all

bandaancha.eu#?#[itemprop="articleBody"] > [class]:-abp-has(a[href*="click.php"])
but ...it doesn't

try (in ABP)
bandaancha.eu##[itemprop="articleBody"] > [class]
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

@intense I think you missed the "?" in the filter for ABP.

PS: You can delete this reply.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

I put only here a wrong filter (otherwise is not even accepted to be added in ABP)
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Ooops!! A misinterpreting :P
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked