AD blocks navigation to website

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
lych
Posts: 4
Joined: Mon Jul 20, 2009 8:07 am

AD blocks navigation to website

Post by lych »

I like to download episodes of Loveline from their website, but recently they added an annoying advertisement that loads before the site does. You actually have to click this tiny url beneath it to get to the site. It is very annoying. Here is the url: http://www.lovelineshow.com.

Is there a way to get rid of this using adp?
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

All you have to do is change your bookmark to point to http://www.lovelineshow.com/site



Quite a few ads blocked on that site with EasyList but

Code: Select all

lovelineshow.com##*[id^="ad"]
And

Code: Select all

lovelineshow.com##TR[height="90"]
Remove some empty space...
lych
Posts: 4
Joined: Mon Jul 20, 2009 8:07 am

Post by lych »

I never thought about removing the empty spaces... cool. The problem with changing my bookmark to lovelineshow.com/site is that it only works with the current session. The site uses a per session cookie that is used to check if the ad has been seen or not. Once I reload my browser, that ad is back again.
Locked