为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is there a hidden adblocker in Firefox?

  • 6 个回答
  • 1 人有此问题
  • 8 次查看
  • 最后回复者为 Rad1o

more options

I have ABP installed as an extension. I am trying to use: vcp-forum.de. In order to open properly, it requires adblockers to be off. My ABP is disabled on this website, but I also had it removed completely before and VCP would still not run. I can however view the site in IE Tab 2 even without turning ABP off. Where is the adblocker hidden that stops VCP to open in Firefox???

I have ABP installed as an extension. I am trying to use: vcp-forum.de. In order to open properly, it requires adblockers to be off. My ABP is disabled on this website, but I also had it removed completely before and VCP would still not run. I can however view the site in IE Tab 2 even without turning ABP off. Where is the adblocker hidden that stops VCP to open in Firefox???
已附加屏幕截图

被采纳的解决方案

Solved it. The extension blocking the advertising banner was GOOGLE ANALYTICS. When disabled the page displays as normal.

定位到答案原位置 👍 0

所有回复 (6)

more options

If the site runs ok with ABP removed that indicates ABP is the problem.

I use UblockOrigin, if I disable that for the site in question { vcp-forum.de ) then the warnings go away, I need not uninstall UBlockOrigin.

more options

Hi, there is no 'hidden' ad-blocker in Firefox, but it's possible something might have been remembered from when ABP was enabled, so you could try deleting ALL references to the website in question, as shown under the heading 'How do I remove a single website from my history?' in this article - Delete browsing, search and download history on Firefox, then try the site (not from an old bookmark) again. Note: It may take a few minutes to complete the deletion.

more options

Even uninstalling ABP did not stop the message. Anyway I have uninstalled ABP now and installed Ublockorigin and disabled on VCP. No change. I have allowed ALL history in the options now thinking that might be the problem. No change. I am running google analytics and I had this disabled, again no change. VCP displays the message. I have attached a screenshot of all running addons.

more options

I'm seeing that message as well. You see this when a Google ads div has height=0. I'm not seeing any messages about blocked content, so it could be that there is currently no such adds available and you can ignore it.


<div class="panel headerads">
	<div id="gandalfads">
	<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 .....

<script>
$(document).ready(function() {
if($("#gandalfads").outerHeight() === 0)
$("#displaywise").html("<div class='panel noscriptcss noscriptcssresponsive'><p class='warntext'>Please disable your Adblocker!<br>Remember: <a href='https://vcp-forum.de/donation'>Donators</a> do not see the ads!</p></div>").show();
}); 
</script>
more options

If you are visiting the site in a private window, you'll get that messages until you disable tracking protection. More info: What happened to Tracking Protection?.

more options

选择的解决方案

Solved it. The extension blocking the advertising banner was GOOGLE ANALYTICS. When disabled the page displays as normal.