lifehack.org

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Racer
Forum Junkie
Forum Junkie
Posts: 142
Joined: Tue Apr 19, 2016 8:19 pm

lifehack.org

Post by Racer »

hi,

Ads are getting blocked, but i am seeing empty spaces where the ads are meant to be,

please help
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try:

uBo

Code: Select all

lifehack.org##[id^=lifehack_d_]
lifehack.org##[id^="lifehack_d_"] + * > [class]:has-text(ADVERTISING)
ABP (dev build chrome)

Code: Select all

lifehack.org##[id^=lifehack_d_]
lifehack.org#?#[id^="lifehack_d_"] + * > [class]:-abp-contains(ADVERTISING)
Racer
Forum Junkie
Forum Junkie
Posts: 142
Joined: Tue Apr 19, 2016 8:19 pm

Post by Racer »

worked wonderfully, thanks a lot !
Racer
Forum Junkie
Forum Junkie
Posts: 142
Joined: Tue Apr 19, 2016 8:19 pm

Post by Racer »

the empty boxes are back somehow
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

still works for me, at least on some article
http://www.lifehack.org/626304/how-your-legs-secretly-tell-others-about-what-you-are-thinking?ref=category_section_post_17853

provide a page still with empty boxes
Racer
Forum Junkie
Forum Junkie
Posts: 142
Joined: Tue Apr 19, 2016 8:19 pm

Post by Racer »

same for me, it works on few pages and not on other few, below is a link where i see empty boxes

Code: Select all

http://www.lifehack.org/articles/communication/10-questions-ask-before-marriage.html

Code: Select all

http://www.lifehack.org/621813/22-motivational-quotes-to-inspire-perseverance-for-those-who-had-thought-of-giving-up?ref=header-menu-dropdown-essential-read-quotes
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add also

Code: Select all

lifehack.org##.visible-md
Racer
Forum Junkie
Forum Junkie
Posts: 142
Joined: Tue Apr 19, 2016 8:19 pm

Post by Racer »

spot on master! works great.
Locked