tivi.fi

Finish supplemental subscription

Moderator: Nordic & Scandinavian Mods

Locked
peace2000
Finnish List Author
Finnish List Author
Posts: 82
Joined: Mon Oct 02, 2017 10:51 pm

tivi.fi

Post by peace2000 »

Hi, this site has some sponsored articles ("kaupallinen yhteistyö" in Finnish).

I need help in blocking those things on the front page without causing breakages in other sections.

I made this rule:

Code: Select all

##div#skyscraper-height-div > section > div:has-text(Kaupallinen yhteistyö)
It blocks sponsored articles on the front page as it should but it also causes issues on this subpage:

Code: Select all

https://www.tivi.fi/uutiset
that lists all the news (uutiset in Finnish). It blocks them all if there is one sponsored article among them.

I use Ublock Origin.
I maintain the Finnish Easylist. If you report an ad issue, tag my name so I'll get a notification.
peace2000
Finnish List Author
Finnish List Author
Posts: 82
Joined: Mon Oct 02, 2017 10:51 pm

Post by peace2000 »

That sponsored article section goes by class name

Code: Select all

##.jnHZUM.sc-1eb6gn8-0
at the moment but I bet they change them sometimes as it's name implies.
I maintain the Finnish Easylist. If you report an ad issue, tag my name so I'll get a notification.
Moved from Ad Blocking Topics to Report unblocked content on Mon Sep 16, 2019 10:30 pm by LanikSJ

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

Post by intense »

test (only uBo)

Code: Select all

tivi.fi##:xpath(//span[contains(text(),"Kaupallinen ")]/../../../..)
tivi.fi##:xpath(//h2[contains(text(),"Kaupallinen ")]/../..)
peace2000
Finnish List Author
Finnish List Author
Posts: 82
Joined: Mon Oct 02, 2017 10:51 pm

Post by peace2000 »

Seems to work thank you.
I maintain the Finnish Easylist. If you report an ad issue, tag my name so I'll get a notification.
Moved from Report unblocked content to EasyList Finland on Thu Sep 19, 2019 4:16 am by LanikSJ

Locked