quora.com
https://www.quora.com/What-are-some-mind-blowing-technologies-that-exist-that-most-people-dont-know-about
Unblocked ad(s)

Default.
We should probably keep this open as it seems that they actively bypass. Have been seeing ads on this site consistently for several weeks now. (Same with Facebook)
quora.com##div[class] > div > div > div > div > div > div > div > div > div:has-text(sponsored)
I can't reproduce.
I can't reproduce.
I can reproduce on the home page (requires account).
quora.com##div[class] > div > div > div > div > div > div > div > div > div:has-text(sponsored)
Works, but doesn't block ads labeled like Promoted by DuckDuckGo
Here's a log in you can try:
email: [email protected]
pw: quora
The filter above was tested as guest user only FYI, also I can't reproduce either.
try quora.com##div[class] > div > div > div > div > div > div > div > div > div:has-text(/sponsored|promoted/)
The filter above was tested as guest user only FYI, also I can't reproduce either.
try
quora.com##div[class] > div > div > div > div > div > div > div > div > div:has-text(/sponsored|promoted/)
This works. Should be added.
quora.com##:xpath(//div[not(@class="ui_qtext_para") and contains(text(), 'ad')]/parent::div/parent::div/parent::div[@id])
seems to work.
Yep, but leaves empty template outlines for where the ads would have been while the other one doesn't.
quora.com##.u-inherit:has-text(sponsored)
if you are offended by the empty template outlines.
That works.
This works. Should be added.
Won't get added unless it's reproducible, the filter posted here are for you to use yourself.
Maybe georestricted? @ZaphodBeebblebrox can you reproduce (on the home page; you can use the above posted log in info if you don't have your own account)?
@mapx- I emailed you a zip of the website with unblocked sponsored ads.
Test
quora.com##:xpath(//p[contains(text(),"sponsored ")]/../../../..)
That works, but the element that holds the ad is visible. It's good enough.

@mapx- I'm seeing ads again.
send me a new example test case
test
quora.com##:xpath(//span[(text()='d')]/../../../../..)
That works. Thanks.