// detect Ad-Blocker and display error pop up
function adBlockFunction() {
console.log('Add Blocker Detected');
let adp_underlay = document.createElement('div');
adp_underlay.className = 'adp-underlay';
document.body.appendChild(adp_underlay);
let adp = document.createElement('div');
adp.className = 'adp';
adp.innerHTML = `
Sorry. We detected that you have activated Ad-Blocker.
Please Consider supporting us by disabling your Ad-Blocker It helps us in maintaining this website.
To View the content disable Ad-Blocker and refresh the page. Thank You !!!