Brief ad appearance

JWW

New Member
Odd, never seen that before.

Does not appear on the windows application.
It doesn't, you're right. However, I prefer the Chrome extension to the full app. The Chrome UI is more accessible, usable and informative, plus the user ad blocker function in the Chrome extension has an immediate, persistent effect whereas the full app doesn't - at least in Chrome. I had real trouble getting my filters to work in the full app, returned to the extension and it's easy. That aside it would be nice to have that 'brief ad appearance' issue solved (or at least an explanation as to why it happens).

Thanks

EDIT: The same 'brief appearance' issue does occur on other sites. A well known download site with the initials TPB is an example.
 
Last edited by a moderator:

JWW

New Member
Nothing to lose sleep over - just a niggle. On this page:

http://support.pandasecurity.com/forum/viewforum.php?f=64&sid=aed7644ace74f81c5333a9bf781f1015

...there's an ad that appears on the lower left hand side. I can block it myself but it makes a brief re-appearance when clicking on a forum topic where the page refreshes. Just wondering why it does that - not a problem I've had elsewhere with other DIY ad blocks.
Just checked the filter log. It would seem that you are white-listing this ad in the filter list - I am not white-listing anything myself! See attached screenshot...

2014-07-06_112645.png
 

avatar

Administrator
Staff member
Administrator
Normally we do not block the ads like this (ads promoting their own features).

Add this rule to the user filter to remove it:
Code:
support.pandasecurity.com##.layout-left div[align="center"]
 

JWW

New Member
Normally we do not block the ads like this (ads promoting their own features).

Add this rule to the user filter to remove it:
Code:
support.pandasecurity.com##.layout-left div[align="center"]
Understood - the ad's unnecessary though and 'in your face' when using the forum. The code you sent me doesn't work btw....
 

avatar

Administrator
Staff member
Administrator
Understood - the ad's unnecessary though and 'in your face' when using the forum. The code you sent me doesn't work btw....
This particular banner is rather annoying so let's block it with common filter.
I've updated English filter.
 

JWW

New Member
This particular banner is rather annoying so let's block it with common filter.
I've updated English filter.
Thanks - that seems to work, but the white-list entry is still there! You say that you don't normally block ads of this type yet I had assumed that this ad would, in fact, have normally been blocked but was showing due to your own white-listing. Now confused...
 

avatar

Administrator
Staff member
Administrator
Thanks - that seems to work, but the white-list entry is still there! You say that you don't normally block ads of this type yet I had assumed that this ad would, in fact, have normally been blocked but was showing due to your own white-listing. Now confused...
This ad is hidden, but the image is not blocked because of the rule that whitelists pandasecurity.com own ads.
So you don't see it but it's loaded in the background.
It is simple static image, no tracking or cookies there, so it's not very critical.
 

JWW

New Member
This ad is hidden, but the image is not blocked because of the rule that whitelists pandasecurity.com own ads.
So you don't see it but it's loaded in the background.
It is simple static image, no tracking or cookies there, so it's not very critical.
Actually you do see it - briefly - when you click on any thread link on that page it reappears for a second or so in the same position. I successfully blocked the ad myself before you added it to the filter list and got the same result.
 

avatar

Administrator
Staff member
Administrator
Actually you do see it - briefly - when you click on any thread link on that page it reappears for a second or so in the same position. I successfully blocked the ad myself before you added it to the filter list and got the same result.
Yeah, I see it now. Check filters updates, I've finally blocked the image :)
 

avatar

Administrator
Staff member
Administrator
May I ask why?
Browser extension cannot change page source code until it has been loaded.
So it injects CSS and removes blocked element after the page has been loaded and rendering has been started.
The difference is that the windows app modifies the page source code before the browser receive it.

This is common problem for all browser extensions (Firefox also) and there's no way to fix it.
 

JWW

New Member
Browser extension cannot change page source code until it has been loaded.
So it injects CSS and removes blocked element after the page has been loaded and rendering has been started.
The difference is that the windows app modifies the page source code before the browser receive it.

This is common problem for all browser extensions (Firefox also) and there's no way to fix it.
That's clear - thanks for the explanation.
 
Top