Questions about blocking advertisements in browsers.
1
vote
2answers
146 views
How to block loading https server resource on http pages in Firefox?
I wish to block loading of https resources in Firefox on pages that are served via http protocol.
Think of these elements to be blocked/filtered:
img src="https://*"
script src="https://*"
iframe ...
2
votes
1answer
192 views
View created rule for AdBlock+ Element Hiding Helper in Chrome
How can I view the list rules that I have created for the AdBlock+ Element Hiding Helper extension in Chrome?
1
vote
1answer
409 views
How does adblock regex work?
Here I found adblock regex explanation. I wish to block all images containing "bbelements" in their url, but neither "bbelements" nor "*bbelements*" worked for me.
Surely it must be something very ...
1
vote
1answer
695 views
Adblock Plus not working after update to Firefox 4.0b6 on Ubuntu
Firefox recently updated itself on my Ubuntu 10.04 from 4.0b5 to 4.0b6. After a browser restart, Adblock Plus 1.2.2 which was installed no longer blocks any ads. The extensions appears as if it is ...
-2
votes
1answer
77 views
Advertisements blocked on most websites in IE9
On most websites the advertisements are blocked with the message "Internet Explorer cannot display the webpage". How do I fix this so the advertisements are shown?
2
votes
0answers
369 views
How do I filter certain javascripts from running and not block them all on Drudge Report?
How do I block this particular "auto refresh" script on Drudge Report from running in my Firefox browser on Windows XP?
var timer = setInterval("autoRefresh()", 1000 * 60 * 3);
function ...
0
votes
0answers
16 views
firefox adblocker that downloads but doesn't display ads
I'm searching for an adblocker for firefox that doesn't prevent the ads from downloading but prevents them from being shown. This has the following two use cases:
I want to support an ad driven site ...
0
votes
0answers
69 views
Use simple xpath with AdBlock Plus for hiding elements
Is there a way to block elements with their absolute /html/body/table/td[3]tr[2] or relative //div[@id="shit"]/table/tr[2] xpath or to use it as additional condition to prevert false positives?
ABP ...
0
votes
0answers
32 views
Adblock on Chrome not updating nor saving forced updated list
I have adblock on chrome and it wont save the updated list and reverts to the august 2012 as the latest after every restart of chrome, it is happening on both Windows and Ubuntu , any one else facing ...
0
votes
0answers
932 views
How can I block this script manually?
I use wireshark to check network traffic made by firefox and discover some lines keep coming up every minutes, some of them are made by facebook, which is totally non-sense to me. I would like to ...