I wish browsers could just provide a way to disable javascript after page `onload`. Perhaps only enables js when user clicks something.
No adblocker detected
11–20 of 388 posts
Re: No adblocker detected
#12I wonder what the overlap between visitors to a site that would display this and visitors not already using an adblocker is. Then again I've seen developers with ads plastered all over their screens before, I'd like to believe it's a conscious decision on their part.
Re: No adblocker detected
#13I wonder what the overlap between visitors to a site that would display this and visitors not already using an adblocker is. Then again I've seen developers with ads plastered all over their screens before, I'd like to believe it's a conscious decision on their part.
Now that I think of it, when a professional YouTuber shows their browser, more often than not, there is no ad-blocking. But as professional YouTubers, there is no way they are not aware of ad-blocking. I wonder if they actually watch the ads on purpose, even in private or if they turn their adblocker off just for the video, as not to give ideas to their viewers and potentially losing ad revenue.
The chance that he was using one the whole damn time? 100%
Re: No adblocker detected
#14I wonder what the overlap between visitors to a site that would display this and visitors not already using an adblocker is. Then again I've seen developers with ads plastered all over their screens before, I'd like to believe it's a conscious decision on their part.
Now that I think of it, when a professional YouTuber shows their browser, more often than not, there is no ad-blocking. But as professional YouTubers, there is no way they are not aware of ad-blocking. I wonder if they actually watch the ads on purpose, even in private or if they turn their adblocker off just for the video, as not to give ideas to their viewers and potentially losing ad revenue.
Re: No adblocker detected
#15Of course highlighting this fact that the presence of an adblocker is detectable, unfortunately only results in escalating the cat-and-mouse game further.
I have also considered popularising a script that replaces the whole page's content with "JavaScript detected, please disable it to view this content and improve your security".
Re: No adblocker detected
#16I wish browsers could just provide a way to disable javascript after page `onload`. Perhaps only enables js when user clicks something.
Re: No adblocker detected
#17> but if you use external CSS, it’s quite common for the request to fail resulting in an unstyled page That’s a pretty crazy statement. How often do you see loading a CSS stylesheet fail to load? Most sites are completely unusable without their stylesheets and I don’t recall the last time I saw a stylesheet fail to load.
I've had it happen to me exactly once in the past few years. And a simple refresh fixed it. Definitely an overstatement to say it's common.
Re: No adblocker detected
#18Re: No adblocker detected
#19Instead of document.cookie consider document.localStorage since there’s verbiage around showing a notice on your site if you use cookies, etc, for tracking purposes. At least with local storage, you aren’t using cookies :P