VIP Box TV detecting Adblock
Re: VIP Box TV detecting Adblock
anyway ... why using such a disgusting site like vip ? try drakulastream.eu, fromhot.com, sportlemontv ...
Re: VIP Box TV detecting Adblock
vipleague.se is working well using anti adblock killer (installed in greasemonkey / tampermonkey)
you don't need any custom filter
[Redacted]
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.
Re: VIP Box TV detecting Adblock
vipleague.tvmapx 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
.me does not exist it seems, and .se automatically forwards to .tv
Re: VIP Box TV detecting Adblock
use the script above (anti adblock killer) is working fine
Re: VIP Box TV detecting Adblock
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.
Re: VIP Box TV detecting Adblock
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
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
Re: VIP Box TV detecting Adblock
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 ...)
Re: VIP Box TV detecting Adblock
UNBELIEVABLE...
YOU DID IT
Thank you very, very much.
I hope it lasts

YOU DID IT

Thank you very, very much.
I hope it lasts
Re: VIP Box TV detecting Adblock
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
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
Re: VIP Box TV detecting Adblock
@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.
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.
Re: VIP Box TV detecting Adblock
Just to let you know:
It is back to blocking and red this morning...
It is back to blocking and red this morning...
Re: VIP Box TV detecting Adblock
just replace showblock with showmsgblock
anyway keep this filter (to avoid their idiotic popups)
anyway keep this filter (to avoid their idiotic popups)
Code: Select all
||ad130m.com^$popup
-
- Posts: 2
- Joined: Mon Apr 20, 2015 11:48 am
Re: VIP Box TV detecting Adblock
Brilliant! Works heremapx wrote:just replace showblock with showmsgblock
Re: VIP Box TV detecting Adblock
jesterpaul wrote:Brilliant! Works heremapx wrote:just replace showblock with showmsgblock
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...
Re: VIP Box TV detecting Adblock
cat & mouse game
They are reading here.
so, ...
replace:
Aak.uw.showmsgblock = function () {};
with:
for (i in Aak.uw) { Aak.uw = function () {}; }

so, ...
replace:
Aak.uw.showmsgblock = function () {};
with:
for (i in Aak.uw) { Aak.uw = function () {}; }