Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Is there a hidden adblocker in Firefox?

  • 6 Antworten
  • 1 hat dieses Problem
  • 54 Aufrufe
  • Letzte Antwort von 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???
Angefügte Screenshots

Ausgewählte Lösung

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

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (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

Ausgewählte Lösung

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