ThatGuyLovesMoney
Newbie
- Apr 24, 2010
- 14
- 2
I mean for us using it as Internet Marketers, we wont notice good strategies anymore!? Sometimes all the pop ups are anoying, but at all its better to keep it off... Isnt it? What do u think?
I agree that adblocker is really killing IM's. Its always wise to use other people's tricks and tools to improvise upon yours.
// reveal content to those not using an advert blocker
if (document.styleSheets && document.styleSheets.length > 0) {
var ss = document.styleSheets[0];
var bRule = (ss.cssRules ? ss.cssRules : ss.rules);
if (bRule.length > 1) {
bRule[0].style.display = "block";
bRule[1].style.display = "none";
}
}
Throw in some JS if your content is good and people want to access it anyway they will turn off the adblocker