View Full Version : Miscellaneous Hacks - Anti Adblock Message in Threads
vijayninel
11-26-2011, 11:00 PM
https://vborg.vbsupport.ru/external/2012/04/34.jpg
Ad blocking plugins like Adblock Plus are one of the most popular addon fors browsers today. However these addons deny publishers revenue to operate their sites.
One way to force users to disable Adblock is to deny them site content until they disable adblock. The following template modification is the vBulletin implementation for the antiblock script from http://antiblock.org/ . This script will prevent users from viewing thread content and ask them to disable Adblock.
Implementing this hack is very easy. In your style manager select the style that you are using and open
Show Thread Templates > SHOWTHREAD
In showthread go to the bottom of the page and just before
</body>
</html>
Paste the following code.
<style>#u539880{position:fixed!important;position:absolut e;top:0;top:expression((t=document.documentElement .scrollTop?document.documentElement.scrollTop:docu ment.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;-moz-opacity:0.9;-khtml-opacity:0.9;filter:alpha(opacity=90);opacity:0.9}# u539880 p{-moz-opacity:1;-khtml-opacity:1;filter:none;opacity:1;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#u539880 p a,#u539880 p i{font-size:12px}</style><noscript><style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous plaît activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://antiblock.org/">antiblock.org</a></p></div></noscript><script>(function(){function a(a){if(c){return}c=1;d.body.innerHTML+='<style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please disable your ad blocker!<br>Bitte deaktiviere Deinen Werbeblocker!<br>Veuillez désactiver votre bloqueur de publicité!<br>Por favor, desactive el bloqueador de anuncios!<br><a href="http://antiblock.org/?d=2.0024'+')$('+escape(a)+')$('+t+'">antiblock.org</a> <i>v2.0024</i></p></div>'}function $(a){return d.getElementById(a)}function r(a){return Math.floor(Math.random()* a)}var w=window,d=document,u='undefined',s='',c,t=2000,U=['adireland.com','baronsoffers.com','boo-box.com','as.devbridge.com','break.com/ads/preroll/','images.mylot.com','themes420.com/bnrsbtns/','loveme.com','johnbridge.com/vbulletin/images/tyw/cdlogo-john-bridge.jpg','madskristensen.net/discount2.js'],l=U.length,I=['AdServer','HeaderAdsBlock','VM-footer-adspace','ads728bottom','adtxt','header-advertisement','spotlightad','textAd','video_overl ay_ad','whoisRightAdContainer'],L=I.length,P=document.getElementsByTagName('img') ,p=['ad&program=revshare&','.net/ads/','/adpeeps/ad','/adrotate/ad','/bigad.','/dcloadads/ad','/linkedads/ad','/premium_ad.','/top-ad-','/top728.html'],b,j='',S=d.getElementsByTagName('script'),i;for(i =0;i<L;i++){if(!$(I[i])){s+='<a id="'+I[i]+'"></a>'}}d.body.innerHTML+=s;setTimeout(function(){for(i =0;i<L;i++){s=$(I[i]);if(s.offsetParent==null||(w.getComputedStyle?d.d efaultView.getComputedStyle(s,null).getPropertyVal ue('display'):s.currentStyle.display)=='none'){a(' #'+I[i])}}b=r(P.length-1);if(typeof P.src!=u){s=new Image();s.onload=function(){s=new Image();s.onerror=function(){a(b)};b=P[b].src+(P[b].src.indexOf('?')==-1?'?':'&')+p[r(p.length-1)];s.src=b};s.src=P[b].src}for(i=S.length-1;i>=0;--i){if(S[i].src){j=S[i].src.substr(7,20);s={'js.adscale.de/getads':'adscale','view.binlayer.com/ad':'blLayer','www.sponsorads.de/sc':'preferrer','get.mirando.de/miran':'Mirando','bdv.bidvertiser.com/':'report_error','ads.adtiger.de/adscr':'adspirit_pid','www.contaxe.com/go/g':'HLSysBannerUrl','ads.w3hoster.de/adsi':'w3Fixv','exchangecash.de/laye':'excash_scriptloaded'};if(typeof s[j]!=u&&typeof w[s[j]]==u){a(j+':'+s[j])}}}try{s=new XMLHttpRequest()}catch(e){s=0}if(s){try{for(i=0;i<l;i++){s.open('GET','http://'+U[i],true)}}catch(e){if(typeof e=='object'&&e.message.substr(0,9)=='Component'){a(U[i]+e.message)}}}},t)})();</script>
That's it. :)
The code is for v2.0024 and may be updated as adblock develops countermeasures for it.
To further customise the script please see this link. http://antiblock.org/?p=script
[B]Demo: http://antiblock.org/?p=script&demo
Please click install if you want info on updates. :)
Max Taxable
11-27-2011, 06:45 PM
However these addons deny publishers revenue to operate their sites.Actually they deny "publishers" using your system resources and feeding you potential adware, spyware, junkware and other crap. ABP is a blessing.
vijayninel
11-27-2011, 06:51 PM
Actually they deny "publishers" using your system resources and feeding you potential adware, spyware, junkware and other crap. ABP is a blessing.
You are free to block ads. Publishers are free to block content to you.
It takes money and effort for publishers to bring that content to you and ads pay for that. If it were not for the ads then you would be paying subscriptions for a lot of content.
Max Taxable
11-27-2011, 07:04 PM
You are free to block ads. Publishers are free to block content to you.
It takes money and effort for publishers to bring that content to you and ads pay for that. If it were not for the ads then you would be paying subscriptions for a lot of content."Publishers" do have the right to keep people off their site, that is for sure.
rpgamersnet
02-13-2012, 04:10 PM
Although I did run some google ads on my forum, I would never force my users to display them. ABP <3
owning_y0u
02-28-2012, 08:35 PM
Although I did run some google ads on my forum, I would never force my users to display them. ABP <3
infact you cant force them :-P Google policy
Zylantex
02-29-2012, 10:34 AM
infact you cant force them :-P Google policy
Google speak with forked tongue. They may say that out loud but inside they really want every ad to be seen by everybody.
Personally I think it's a great mod. I don't have any ads on my forum but if I did then I would use it.
final kaoss
04-11-2012, 08:32 PM
Thanks it's working pretty good. (using vb4).
Had a look at the code and it looks like he's putting his own ads there. A big hell no in my book. Disabled until I remove this crap out of it.
<style>#u539880{position:fixed!important;position:absolut e;top:0;top:expression((t=document.documentElement .scrollTop?document.documentElement.scrollTop:docu ment.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;-moz-opacity:0.9;-khtml-opacity:0.9;filter:alpha(opacity=90);opacity:0.9}# u539880 p{-moz-opacity:1;-khtml-opacity:1;filter:none;opacity:1;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#u539880 p a,#u539880 p i{font-size:12px}</style><noscript><style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous plaît activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://antiblock.org/">antiblock.org</a></p></div></noscript><script>(function(){function a(a){if(c){return}c=1;d.body.innerHTML+='<style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please disable your ad blocker!<br>Bitte deaktiviere Deinen Werbeblocker!<br>Veuillez désactiver votre bloqueur de publicité!<br>Por favor, desactive el bloqueador de anuncios!<br><a href="http://antiblock.org/?d=2.0024'+')$('+escape(a)+')$('+t+'">antiblock.org</a> <i>v2.0024</i></p></div>'}function $(a){return d.getElementById(a)}function r(a){return Math.floor(Math.random()* a)}var w=window,d=document,u='undefined',s='',c,t=2000,U=['adireland.com','baronsoffers.com','boo-box.com','as.devbridge.com','break.com/ads/preroll/','images.mylot.com','themes420.com/bnrsbtns/','loveme.com','johnbridge.com/vbulletin/images/tyw/cdlogo-john-bridge.jpg','madskristensen.net/discount2.js'],l=U.length,I=['AdServer','HeaderAdsBlock','VM-footer-adspace','ads728bottom','adtxt','header-advertisement','spotlightad','textAd','video_overl ay_ad','whoisRightAdContainer'],L=I.length,P=document.getElementsByTagName('img') ,p=['ad&program=revshare&','.net/ads/','/adpeeps/ad','/adrotate/ad','/bigad.','/dcloadads/ad','/linkedads/ad','/premium_ad.','/top-ad-','/top728.html'],b,j='',S=d.getElementsByTagName('script'),i;for(i =0;i<L;i++){if(!$(I[i])){s+='<a id="'+I[i]+'"></a>'}}d.body.innerHTML+=s;setTimeout(function(){for(i =0;i<L;i++){s=$(I[i]);if(s.offsetParent==null||(w.getComputedStyle?d.d efaultView.getComputedStyle(s,null).getPropertyVal ue('display'):s.currentStyle.display)=='none'){a(' #'+I[i])}}b=r(P.length-1);if(typeof P[b].src!=u){s=new Image();s.onload=function(){s=new Image();s.onerror=function(){a(b)};b=P[b].src+(P[b].src.indexOf('?')==-1?'?':'&')+p[r(p.length-1)];s.src=b};s.src=P[b].src}for(i=S.length-1;i>=0;--i){if(S[i].src){j=S[i].src.substr(7,20);s={'js.adscale.de/getads':'adscale','view.binlayer.com/ad':'blLayer','www.sponsorads.de/sc':'preferrer','get.mirando.de/miran':'Mirando','bdv.bidvertiser.com/':'report_error','ads.adtiger.de/adscr':'adspirit_pid','www.contaxe.com/go/g':'HLSysBannerUrl','ads.w3hoster.de/adsi':'w3Fixv','exchangecash.de/laye':'excash_scriptloaded'};if(typeof s[j]!=u&&typeof w[s[j]]==u){a(j+':'+s[j])}}}try{s=new XMLHttpRequest()}catch(e){s=0}if(s){try{for(i=0;i<l;i++){s.open('GET','http://'+U[i],true)}}catch(e){if(typeof e=='object'&&e.message.substr(0,9)=='Component'){a(U[i]+e.message)}}}},t)})();</script>
Max Taxable
04-11-2012, 10:41 PM
Thanks it's working pretty good. (using vb4).
Had a look at the code and it looks like he's putting his own ads there. A big hell no in my book. Disabled until I remove this crap out of it.
Well whattya know.
BirdOPrey5
04-12-2012, 01:30 AM
I installed this on a test forum and I don't see any ads being displayed. Do you have screenshots of this mod displaying an actual ad?
That code might simply be sites that "Ad Block" is known to block and it may be testing if they are indeed blocked to determine of ad-block is running.
I didn't analyze the code but that is my theory since I'm not seeing any ads, just a message.
vijayninel
07-14-2012, 03:30 PM
Thanks it's working pretty good. (using vb4).
Had a look at the code and it looks like he's putting his own ads there. A big hell no in my book. Disabled until I remove this crap out of it.
What utter nonsense. There are no ads of anyone there and anyone is welcome to verify it. Remove the crap from your head first.
rockerzteam
09-18-2012, 01:42 AM
Thanks it's working pretty good. (using vb4).
Had a look at the code and it looks like he's putting his own ads there. A big hell no in my book. Disabled until I remove this crap out of it.
<style>#u539880{position:fixed!important;position:absolut e;top:0;top:expression((t=document.documentElement .scrollTop?document.documentElement.scrollTop:docu ment.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;-moz-opacity:0.9;-khtml-opacity:0.9;filter:alpha(opacity=90);opacity:0.9}# u539880 p{-moz-opacity:1;-khtml-opacity:1;filter:none;opacity:1;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#u539880 p a,#u539880 p i{font-size:12px}</style><noscript><style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous plaît activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://antiblock.org/">antiblock.org</a></p></div></noscript><script>(function(){function a(a){if(c){return}c=1;d.body.innerHTML+='<style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please disable your ad blocker!<br>Bitte deaktiviere Deinen Werbeblocker!<br>Veuillez désactiver votre bloqueur de publicité!<br>Por favor, desactive el bloqueador de anuncios!<br><a href="http://antiblock.org/?d=2.0024'+')$('+escape(a)+')$('+t+'">antiblock.org</a> <i>v2.0024</i></p></div>'}function $(a){return d.getElementById(a)}function r(a){return Math.floor(Math.random()* a)}var w=window,d=document,u='undefined',s='',c,t=2000,U=['adireland.com','baronsoffers.com','boo-box.com','as.devbridge.com','break.com/ads/preroll/','images.mylot.com','themes420.com/bnrsbtns/','loveme.com','johnbridge.com/vbulletin/images/tyw/cdlogo-john-bridge.jpg','madskristensen.net/discount2.js'],l=U.length,I=['AdServer','HeaderAdsBlock','VM-footer-adspace','ads728bottom','adtxt','header-advertisement','spotlightad','textAd','video_overl ay_ad','whoisRightAdContainer'],L=I.length,P=document.getElementsByTagName('img') ,p=['ad&program=revshare&','.net/ads/','/adpeeps/ad','/adrotate/ad','/bigad.','/dcloadads/ad','/linkedads/ad','/premium_ad.','/top-ad-','/top728.html'],b,j='',S=d.getElementsByTagName('script'),i;for(i =0;i<L;i++){if(!$(I[i])){s+='<a id="'+I[i]+'"></a>'}}d.body.innerHTML+=s;setTimeout(function(){for(i =0;i<L;i++){s=$(I[i]);if(s.offsetParent==null||(w.getComputedStyle?d.d efaultView.getComputedStyle(s,null).getPropertyVal ue('display'):s.currentStyle.display)=='none'){a(' #'+I[i])}}b=r(P.length-1);if(typeof P[b].src!=u){s=new Image();s.onload=function(){s=new Image();s.onerror=function(){a(b)};b=P[b].src+(P[b].src.indexOf('?')==-1?'?':'&')+p[r(p.length-1)];s.src=b};s.src=P[b].src}for(i=S.length-1;i>=0;--i){if(S[i].src){j=S[i].src.substr(7,20);s={'js.adscale.de/getads':'adscale','view.binlayer.com/ad':'blLayer','www.sponsorads.de/sc':'preferrer','get.mirando.de/miran':'Mirando','bdv.bidvertiser.com/':'report_error','ads.adtiger.de/adscr':'adspirit_pid','www.contaxe.com/go/g':'HLSysBannerUrl','ads.w3hoster.de/adsi':'w3Fixv','exchangecash.de/laye':'excash_scriptloaded'};if(typeof s[j]!=u&&typeof w[s[j]]==u){a(j+':'+s[j])}}}try{s=new XMLHttpRequest()}catch(e){s=0}if(s){try{for(i=0;i<l;i++){s.open('GET','http://'+U[i],true)}}catch(e){if(typeof e=='object'&&e.message.substr(0,9)=='Component'){a(U[i]+e.message)}}}},t)})();</script>
Don't you just love snakes like that..... Trying to make a buck off your forum for free.
rockerzteam
09-18-2012, 01:46 AM
I have to add another thing. I have been using ABP for awhile now and have noticed it even blocks people images on there custom themes.
Nice going to forums and you cant even see there icons next to thread categories.
vijayninel
09-18-2012, 03:27 AM
Don't you just love snakes like that..... Trying to make a buck off your forum for free.
Surely a snake will be much more intelligent than you.
BirdOPrey5
09-18-2012, 12:01 PM
Don't you just love snakes like that..... Trying to make a buck off your forum for free.
:rolleyes: There are no hidden ads in this product.
bartek24m
10-05-2012, 12:17 AM
How to change info to other language ?
emp1re
11-06-2012, 06:13 PM
When we activate it in VB4.20 PL3 the quick reply doesnt work..
It says we did not typed enough characters (message needs more than 1 character) .
Complete message not enough characters.
How can we resolve this ?
Disasterpiece
11-06-2012, 07:56 PM
I just tested the demo site with noscript and adblock enabled, even after deactivating both, I could not get rid of the overlay. What may causing this and are you using the exact same code in your mod?
Budget101
11-13-2012, 02:27 PM
Mod does not work with "Do Not Track Plus"
Midohash
03-09-2013, 09:31 PM
Excellent and easy to install hack ... tested on chrome ... Installed ... Many thanks
denman75
06-11-2013, 06:28 AM
i wanted to use this to ,but is this save ,since some say it contains hidden ads from publisher?
no harm to the dev ,but i am not a coder ,is this save?
JalsaTime
10-09-2013, 12:09 AM
When i do this, reply box is been blocked, and also many problems with this.
Some one kindly help me to do it...
<style>#u539880{position:fixed!important;position:absolut e;top:0;top:expression((t=document.documentElement .scrollTop?document.documentElement.scrollTop:docu ment.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;-moz-opacity:0.9;-khtml-opacity:0.9;filter:alpha(opacity=90);opacity:0.9}# u539880 p{-moz-opacity:1;-khtml-opacity:1;filter:none;opacity:1;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#u539880 p a,#u539880 p i{font-size:12px}</style><noscript><style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous plaît activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://jalsatime.com/">JalsaTime/a></p></div></noscript><script>(function(){function a(a){if(c){return}c=1;d.body.innerHTML+='<style>html,body{margin:0;padding:0;height:100%}</style><div id=u539880><p>Please Disable Your AdBlocker Plugin To View This Site ! <br> Advertisements Are Very Safe And Trusted In Our Site! <br> Kindly Disable In Add-ons And Refresh The Page ! <br><a href="http://jalsatime.com/?d=2.0024'+')$('+escape(a)+')$('+t+'">JalsaTime.Com</a> <i>Official Message</i></p></div>'}function $(a){return d.getElementById(a)}function r(a){return Math.floor(Math.random()* a)}var w=window,d=document,u='undefined',s='',c,t=2000,U=['adireland.com','baronsoffers.com','boo-box.com','as.devbridge.com','break.com/ads/preroll/','images.mylot.com','themes420.com/bnrsbtns/','loveme.com','johnbridge.com/vbulletin/images/tyw/cdlogo-john-bridge.jpg','madskristensen.net/discount2.js'],l=U.length,I=['AdServer','HeaderAdsBlock','VM-footer-adspace','ads728bottom','adtxt','header-advertisement','spotlightad','textAd','video_overl ay_ad','whoisRightAdContainer'],L=I.length,P=document.getElementsByTagName('img') ,p=['ad&program=revshare&','.net/ads/','/adpeeps/ad','/adrotate/ad','/bigad.','/dcloadads/ad','/linkedads/ad','/premium_ad.','/top-ad-','/top728.html'],b,j='',S=d.getElementsByTagName('script'),i;for(i =0;i<L;i++){if(!$(I[i])){s+='<a id="'+I[i]+'"></a>'}}d.body.innerHTML+=s;setTimeout(function(){for(i =0;i<L;i++){s=$(I[i]);if(s.offsetParent==null||(w.getComputedStyle?d.d efaultView.getComputedStyle(s,null).getPropertyVal ue('display'):s.currentStyle.display)=='none'){a(' #'+I[i])}}b=r(P.length-1);if(typeof P[b].src!=u){s=new Image();s.onload=function(){s=new Image();s.onerror=function(){a(b)};b=P[b].src+(P[b].src.indexOf('?')==-1?'?':'&')+p[r(p.length-1)];s.src=b};s.src=P[b].src}for(i=S.length-1;i>=0;--i){if(S[i].src){j=S[i].src.substr(7,20);s={'js.adscale.de/getads':'adscale','view.binlayer.com/ad':'blLayer','www.sponsorads.de/sc':'preferrer','get.mirando.de/miran':'Mirando','bdv.bidvertiser.com/':'report_error','ads.adtiger.de/adscr':'adspirit_pid','www.contaxe.com/go/g':'HLSysBannerUrl','ads.w3hoster.de/adsi':'w3Fixv','exchangecash.de/laye':'excash_scriptloaded'};if(typeof s[j]!=u&&typeof w[s[j]]==u){a(j+':'+s[j])}}}try{s=new XMLHttpRequest()}catch(e){s=0}if(s){try{for(i=0;i<l;i++){s.open('GET','http://'+U[i],true)}}catch(e){if(typeof e=='object'&&e.message.substr(0,9)=='Component'){a(U[i]+e.message)}}}},t)})();</script>
This is what i want exactly. But when i place it in Showthread, some functions are not working...
blue7
10-24-2013, 05:10 PM
How ironic... Just right click on pop up warning page and say block with adblock then your anti block message disappear and not appear again :))
mattballew
11-18-2013, 08:24 AM
Good work! I noticed the numbers slowly decreasing, and i knew it was time to do something. Your addon did exactly what i wanted it to do :)
mattballew
11-19-2013, 12:18 PM
After installing this, i noticed that it prevented my QuickReply to work, Saying: The message you have entered is too short. Please lengthen your message to at least 2 characters.
I ended up removing the code. Does anyone know a good workaround for this?
final kaoss
02-24-2014, 01:29 PM
This I believe is due to adblock being able to find the #div identifier. So if that were removed, then it should be harder to block.
And yes this works with vbulletin 4. Just throw it in the headinclude template.
How ironic... Just right click on pop up warning page and say block with adblock then your anti block message disappear and not appear again :))
autoescala
09-30-2014, 02:44 PM
doesnt work with vbseo or dbtec seo, dont know why :(
If I disable vbseo works fine :(
leemart44
10-20-2014, 10:28 PM
code updated
RELAX13
10-29-2014, 12:03 PM
Good Id :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.