Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Is there a hidden adblocker in Firefox?

  • 6 válasz
  • 1 embernek van ilyen problémája
  • 8 megtekintés
  • Utolsó üzenet ettől: 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???
Csatolt képernyőmentések

Kiválasztott megoldás

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

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (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

Kiválasztott megoldás

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