It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
/* AdBlocker Detection Script */
(function() {
const detectAdBlock = () => {
// Create a bait element with common ad classes
const bait = document.createElement('div');
bait.className = 'adsbox ad-unit google-ads textads';
bait.setAttribute('style', 'position:absolute;left:-9999px;width:1px;height:1px;');
document.body.appendChild(bait);
// Give the browser a moment to apply adblock filters
setTimeout(() => {
const isBlocked = window.getComputedStyle(bait).display === 'none' || bait.offsetHeight === 0;
if (isBlocked) {
// ACTION: You can change the alert to a custom function or modal
alert("AdBlocker Detected! Please disable it to support our website.");
console.warn("User is using an AdBlocker.");
}
bait.remove();
}, 500);
};
// Run when page is fully loaded
if (document.readyState === 'complete') {
detectAdBlock();
} else {
window.addEventListener('load', detectAdBlock);
}
})();
Site is Blocked
Sorry! This site is not available in your country.