(function(bscheck) {
let adb;
setTimeout(() => {
const abj = typeof(adsbyjuicy['adsbyjuicy']) == 'undefined' ? false : true;
const pps = typeof(JuicyPop) == 'undefined' && typeof(pop_cdn) == 'undefined' ? false : true;
adb = !abj && !pps ? true : false;
if (adb) { window.setTimeout(showMsg, 25000); }
}, 2000);
function showMsg() {
const msgBox = document.createRange().createContextualFragment('
Hello Sexy!
It looks like you\'re using a very nice ad blocker. That\'s OK. Who doesn\'t?
But without advertising-income, we can\'t keep making this site BadAss-er! Winky Wink ;)
');
document.body.innerHTML = '';
document.body.append(msgBox);
}
bscheck.adblocker = () => { return adb; }
// if (typeof(JuicyPop) == 'undefined') { window.setTimeout(showMsg, 25000); }
//
// function showMsg() {
// let msgBox = document.createRange().createContextualFragment('Hello Sexy!
It looks like you\'re using a very nice ad blocker. That\'s OK. Who doesn\'t?
But without advertising-income, we can\'t keep making this site BadAss-er! Winky Wink ;)
');
//
// document.body.innerHTML = '';
// document.body.append(msgBox);
// }
//
// bscheck.adblocker = () => { return typeof(JuicyPop) == 'undefined' ? true : false; }
}(window.bscheck = window.bscheck || {}));