Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Blockadblock: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
function detectAdblock(){const adblockTests={uBlockOrigin:{url:"https://incolumitas.com/data/pp34.js?sv=",id:"837jlaBksSjd9jh"},adblockPlus:{url:"https://incolumitas.com/data/neutral.js?&ad_height=",id:"hfuBadsf3hFAk"}};function canLoadRemoteScript(obj){return new Promise(function(resolve,reject){var script=document.createElement("script");script.onload=function(){if(document.getElementById(obj.id)){resolve(false)}else{resolve(true)}};script.onerror=function(){resolve(true)};script.src=obj.url;document.body.appendChild(script)})}return new Promise(function(resolve,reject){let promises=[canLoadRemoteScript(adblockTests.uBlockOrigin),canLoadRemoteScript(adblockTests.adblockPlus)];Promise.all(promises).then(results=>{resolve({uBlockOrigin:results[0],adblockPlus:results[1]})}).catch(err=>{reject(err)})})}
(function detectAdblockWithInvalidURL(callback) {
</script>
  var flaggedURL = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
  <script type="text/javascript">
 
    detectAdblock().then((res) => {
  if (window.fetch) {
       alert("It looks like you're using an ad-blocker!\n\nIf you enjoy our content, please support our site by disabling your adblocker. We depend on ad revenue to keep creating quality content for you to enjoy for free. Ads are necessary to keep the platform free for all.\n\nYou can also disable all ads by activating the subscription in your account. In this way, you will be providing serious financial support to our website. For details, please email us.");
    var request = new Request(flaggedURL, {
      method: 'HEAD',
       mode: 'no-cors',
     });
     });
    fetch(request)
      .then(function(response) {
        if (response.status === 404) {
          callback(false);
        }
      })
      .catch(function(error) {
        callback(true);
      });
  } else {
    var http = new XMLHttpRequest();
    http.open('HEAD', flaggedURL, false);
    try {
      http.send();
    } catch (err) {
      callback(true);
    }
    if (http.status === 404) {
      callback(false);
    }
  }
})(function(usingAdblock) {
  alert("It looks like you're using an ad-blocker!\n\nIf you enjoy our content, please support our site by disabling your adblocker. We depend on ad revenue to keep creating quality content for you to enjoy for free. Ads are necessary to keep the platform free for all.\n\nYou can also disable all ads by activating the subscription in your account. In this way, you will be providing serious financial support to our website. For details, please email us." + usingAdblock);
})
   </script>
   </script>
</html>
</html>

Revision as of 11:34, 16 October 2022

Advertising: