VIP Box TV detecting Adblock

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

anyway ... why using such a disgusting site like vip ? try drakulastream.eu, fromhot.com, sportlemontv ...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

vipleague.se is working well using anti adblock killer (installed in greasemonkey / tampermonkey)
you don't need any custom filter
[Redacted]
Last edited by rach on Thu Nov 19, 2015 1:37 pm, edited 1 time in total.
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

mapx wrote:you posted also filters not related to vip stuff.
anyway, what's the address you are testing ? vipleague.me ? vipleague.se ? provide the exact link
vipleague.tv

.me does not exist it seems, and .se automatically forwards to .tv
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

use the script above (anti adblock killer) is working fine
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

mapx wrote:use the script above (anti adblock killer) is working fine

No, it is not.....

It forwards from .se to .tv within a few seconds... and once there, changes to red immediately.

I also admit I do not really understand what is going on with that site.... What on earth is the point, if no one can use it? And there is no way to contact those guys, the one contact address does not exist ...very, very strange.
Last edited by rossdorn on Sun Apr 19, 2015 12:21 pm, edited 1 time in total.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

if you have already installed the script:
in firefox:
-click on the greasemonkey arrow (near gm icon)
-choose manage user scripts
-right click on the script ==> edit
-ctrl-F and search for vipleague
you'll see:
vipleague_domains : {
host : ['vipleague.ws', 'vipleague.tv', 'vipleague.se', 'vipleague.me', 'vipleague.co', 'vipleague.sx', 'vipleague.ch', 'vipbox.tv', 'vipbox.co', 'vipbox.sx', 'vipboxsa.co', 'strikeout.co', 'homerun.re'],

add to the host row vipleague.tv

save and test again
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

in chrome using tampermonkey, it's pretty the same (go to tampermonkey dashboard, click the script and edit the same part of it, then save ...)
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

UNBELIEVABLE... :shock:

YOU DID IT 8)

Thank you very, very much.
I hope it lasts
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

well, if you want to see cricket you have to add (on host row) ==> homerun.re

also, when the script will be updated ... you'll have to update again the hosts row ...or report to reek (script creator) what hosts to add
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

@mapx

Thanks again, for everything.
The sportsite I was using was closed down, and amongst the others I knew vipleague was by far the best. So thanks for dracula and fromhot.
I am still using this old (and by now huge) Ff Profile, which was on a computer I got from someone, who knew far better than I what to use.
Right now, I know (almost) what I doing, so I am replacing it, by sorting through everything in it. This nuisance vipleague story came right in the middle of it...

So thanks again.
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

Just to let you know:

It is back to blocking and red this morning...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

just replace showblock with showmsgblock

anyway keep this filter (to avoid their idiotic popups)

Code: Select all

||ad130m.com^$popup
jesterpaul
Posts: 2
Joined: Mon Apr 20, 2015 11:48 am

Re: VIP Box TV detecting Adblock

Post by jesterpaul »

mapx wrote:just replace showblock with showmsgblock
Brilliant! Works here
rossdorn
Posts: 17
Joined: Sat Apr 26, 2014 3:47 am

Re: VIP Box TV detecting Adblock

Post by rossdorn »

jesterpaul wrote:
mapx wrote:just replace showblock with showmsgblock
Brilliant! Works here

No, not working here, still same... red

What I do not understand... the website changed the system only a few weeks ago. They must have an interest in people to continue using it, with ABP switched off? But there is no way to contact them, the shown e-mail address does not exist... What is this?

And on top of all this, even after un-installing ABP completely, the red pop up still comes...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: VIP Box TV detecting Adblock

Post by mapx »

cat & mouse game ;) They are reading here.

so, ...
replace:
Aak.uw.showmsgblock = function () {};

with:
for (i in Aak.uw) { Aak.uw = function () {}; }
Locked