adblock

How to prevent ad blocker from blocking ads on an app

若如初见. 提交于 2019-11-28 15:00:46
One of my users let the cat out of the bag and told me they were using one of my free apps, which is monetized by ads, but they were blocking the ads with an ad blocker. They told me this mockingly, as if I can't do anything about it. Can I do something about it? Is there a way to detect that ads are being blocked? Ivan I am aware of one way that ad blocking works (on any computer really), they edit the hosts file to point to localhost for all known ad servers. For android this is located in the "etc/hosts" file. For example, I use admob ads and a host file that I have taken from custom rom

inject.preload.js failing to load a file in chrome from my dev environment

a 夏天 提交于 2019-11-28 03:30:44
I use google chrome for my php/js development. today I started to see a file that is failing to load. file name is always different Request URL: blob:http://random.homestead.test/4d9f984b-b8f8-4e77-97cb-4fcfd8ace348 network page says that initiator is inject.preload.js:373 if I open this file, the first line says /* *This file is part of Adblock Plus <https://adblockplus.org/>, But I have Adblock Plus disabled. I noticed that file is being loaded with success occasionally. And also noticed that this file is only requested when I have AdBlock (not AdblockPlus) active. If I have AdBlock disabled

How to stop adblock plus blocking images in HTML page

…衆ロ難τιáo~ 提交于 2019-11-27 21:07:09
I am building a simple HTML page with some images, my FireFox has Adblock Plus—recently installed— and it blocks these images. I look at other similar pages on the net and they are not blocking images so why is it blocking mine? I do not want visitors to my page to not see images if they happen to have Adblock installed in FireFox. Some advice to allow images to show whilst ab block is on would be great. I don’t want to write exceptions or anything for my own viewing I want to set my page so that Adblock doesn’t block the images. I'm assuming that you're not talking about Adsense here but

Ad Blocker detection AKA Adblock Plus

假装没事ソ 提交于 2019-11-27 17:06:44
After searching Google and Stackoverflow for a few hours I could not find a solution. What I'm trying to do is detect Adblock plus and display a simple message for now. What I want to do is detect Adblock plus without using a JavaScript file or jQuery. Most of the adblock plus detect scripts they use a file, example "show_ads.js" that is hosted on there own domain with a line it in to set it "adblock = false;" The problem with using a JavaScript file, users can white list that JavaScript file and it will no longer detect it. What I'm looking for is a JavaScript that loads directly into the

Detecting AdBlocking software?

吃可爱长大的小学妹 提交于 2019-11-27 10:36:29
问题 I was recently visiting a site and noticed that the page had a section that said it noticed that I was using AdBlocking software and could I kindly turn it off to help support a small site like that. I was just wondering how you would do that? Would it be best done client-side or server-side? 回答1: This is something that simply can't be done server side - there's zilch reason for person to knock on your door and say "Look at me, I have AdblockPlus!". When on the client side, adblock is

How to prevent ad blocker from blocking ads on an app

ぐ巨炮叔叔 提交于 2019-11-27 08:57:55
问题 One of my users let the cat out of the bag and told me they were using one of my free apps, which is monetized by ads, but they were blocking the ads with an ad blocker. They told me this mockingly, as if I can't do anything about it. Can I do something about it? Is there a way to detect that ads are being blocked? 回答1: I am aware of one way that ad blocking works (on any computer really), they edit the hosts file to point to localhost for all known ad servers. For android this is located in

inject.preload.js failing to load a file in chrome from my dev environment

左心房为你撑大大i 提交于 2019-11-27 05:09:18
问题 I use google chrome for my php/js development. today I started to see a file that is failing to load. file name is always different Request URL: blob:http://random.homestead.test/4d9f984b-b8f8-4e77-97cb-4fcfd8ace348 network page says that initiator is inject.preload.js:373 if I open this file, the first line says /* *This file is part of Adblock Plus <https://adblockplus.org/>, But I have Adblock Plus disabled. I noticed that file is being loaded with success occasionally. And also noticed

How to stop adblock plus blocking images in HTML page

人盡茶涼 提交于 2019-11-27 04:30:02
问题 I am building a simple HTML page with some images, my FireFox has Adblock Plus—recently installed— and it blocks these images. I look at other similar pages on the net and they are not blocking images so why is it blocking mine? I do not want visitors to my page to not see images if they happen to have Adblock installed in FireFox. Some advice to allow images to show whilst ab block is on would be great. I don’t want to write exceptions or anything for my own viewing I want to set my page so

把Adblock Plus的过滤规则应用到IE9

邮差的信 提交于 2019-11-26 23:34:17
Adblock plus的广告过滤功能非常强大,但是这个插件没有IE版本。IE9带了个追踪保护列表(Tracking Protect List)功能,但是Adblock plus的过滤规则和TPL不兼容。 在看月光博客文章: 互联网广告过滤的小历史 ,看到,有网友已经把Adblock plus的过滤规则转换成TPL规则列表, 点击查看 。选择需要的规则,添加TPL规则就行了。 如果想禁用以前添加的TPL规则,可以在IE菜单→安全→跟踪保护中禁用相应的列表。 参考链接: 月光博客:互联网广告过滤的小历史 http://www.williamlong.info/archives/2951.html 微软的IE库: http://www.iegallery.com/zh-CN/trackingprotectionlists 转载于:https://www.cnblogs.com/sunjie21/archive/2012/06/09/2543116.html 来源: https://blog.csdn.net/weixin_30544657/article/details/99197347

Ad Blocker detection AKA Adblock Plus

落爺英雄遲暮 提交于 2019-11-26 18:51:19
问题 After searching Google and Stackoverflow for a few hours I could not find a solution. What I'm trying to do is detect Adblock plus and display a simple message for now. What I want to do is detect Adblock plus without using a JavaScript file or jQuery. Most of the adblock plus detect scripts they use a file, example "show_ads.js" that is hosted on there own domain with a line it in to set it "adblock = false;" The problem with using a JavaScript file, users can white list that JavaScript file