My block adblock script doesnt work anymore

Discussion forum for Extension Writers regarding Extension Development.
User avatar
Stoker 4.0
Registered User
Posts: 1532
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

My block adblock script doesnt work anymore

Post by Stoker 4.0 »

Looks like the adblockers got smarter.

Mine stopped working some years ago.
Does anybody have a solution?

Code: Select all

<!-- IF (U_SEE_ADS and ENABLE_ADBLOCK_WARN or S_ADSENSEADS) and not (ENABLE_TOTAL_TOPIC_BLOCK and S_VIEWTOPIC) -->
<!-- IF (ENABLE_ADSENSE_TESTMODE and U_ACP) or not ENABLE_ADSENSE_TESTMODE -->
<script>
$(document).ready(function() {
if($("#{AGANDALF}").outerHeight() === 0)
$("#{DISPLAYWISE}").html("<div class='panel noscriptcss noscriptcssresponsive'><p class='warntext'><!-- IF S_USER_LOGGED_IN --><strong>{S_USERNAME}</strong>, <!-- ENDIF -->{ADBLOCK_WARN_TEXT}</p></div>").show();
}); 
</script>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF (U_SEE_ADS and ENABLE_TOTAL_TOPIC_BLOCK and S_VIEWTOPIC) -->
<!-- IF (ENABLE_ADSENSE_TESTMODE and U_ACP) or not ENABLE_ADSENSE_TESTMODE -->
<script>
$(document).ready(function() {
if($("#{AGANDALF}").outerHeight() === 0)
$("#{ARANDOM}").css("display","none");
}); 
</script>
<script>
$(document).ready(function() {
if($("#{AGANDALF}").outerHeight() === 0)
$("#{TOPICWISE}").html("<div class='panel noscriptcss noscriptcssresponsive'><p class='warntext'><!-- IF S_USER_LOGGED_IN --><strong>{S_USERNAME}</strong>, <!-- ENDIF -->{TOTAL_TOPIC_BLOCK_TEXT}</p></div>").show();
}); 
</script>
<!-- ENDIF -->
<!-- ENDIF -->
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker 4.0
Registered User
Posts: 1532
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

Re: My block adblock script doesnt work anymore

Post by Stoker 4.0 »

Just found this solution and thought I would post it here for those of you that use adsense.

Read this article: https://optad360.com/blog/ad-blocking-r ... ock-users/
You need at least 1 adsense ad to make it work.
Not working for mobile devices.
~ The greatest achievement in life is to inspire ~
Regards Stoker

Return to “Extension Writers Discussion”