yelp.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Function
New Member
New Member
Posts: 5
Joined: Wed Jan 16, 2019 12:43 am

yelp.com

Post by Function »

I've noticed that yelp is inserting 2 ads into the top of search results.
Because they have dynamic content, I am having a hard time with the right code to eliminate them:

Code: Select all

https://www.yelp.com/search?find_desc=pizza&find_loc=New+York%2C+NY&ns=1
https://i.imgur.com/kUAT9zg.png
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try (uBo)
yelp.com##li:has(span:has-text(/^Ad$/))

ABP
yelp.com#?#li:-abp-has(span:-abp-contains(/Ad/))
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 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

I'm able to reproduce the problem

Code: Select all

yelp.com##li:has(span:has-text(/^Ad$/))
Fixed it for me.
"If it ain't broke don't fix it."
Function
New Member
New Member
Posts: 5
Joined: Wed Jan 16, 2019 12:43 am

Post by Function »

Yelp seems to have changed something about their results. The pictures of the sponsored results don't show up, but the boxes are there again.

Here is the screenshot https://i.imgur.com/EWkcuOf.png
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 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Function
New Member
New Member
Posts: 5
Joined: Wed Jan 16, 2019 12:43 am

Post by Function »

Bingo! Thank you
Locked