Open
Bug 150325
Opened 23 years ago
Updated 3 years ago
[RFE]Add ability to block images that are links to sites
Categories
(Core :: Graphics: Image Blocking, enhancement)
Tracking
()
NEW
Future
People
(Reporter: csthomas, Unassigned)
References
Details
(Keywords: helpwanted)
It would be nice to block images that are links to ad.doubleclick.net but not
hosted on ad.doubleclick.net. Could this feature be added?
Comment 1•23 years ago
|
||
This can already be done:
a[href*="ad.doubleclick.net"] img { display: none}
in userContent.css
Comment 2•23 years ago
|
||
Would be nice to be able to set this in the preferences in an easy way.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2beta
| Reporter | ||
Comment 3•23 years ago
|
||
I cannot find that file anywhere on my hard drive. Do I have to create it myself?
Comment 4•23 years ago
|
||
Yeah, you want to take userContent-example.css, rename it to userContent.css and
then edit it.
| Reporter | ||
Comment 5•23 years ago
|
||
I assume the fact that this isn't closed means that someone is working on adding
an option in the prefs page?
Comment 6•23 years ago
|
||
That's what the "assigned" part means, yes.
Comment 7•23 years ago
|
||
*** Bug 142054 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
I was going to ask for an example of this, but I see there is an example in the
dup bug 142054.
Using that example, I go to http://www.wunderground.com/US/MA/Boston.html and I
see the four boxes at the bottom. I right-click on one of those boxes and I
select block-images-from-this-site from the context menu. Then I reload the
page. The box that I clicked on does not display.
So it seems to me that we have what you are asking for. Therefore closing this
out as WFM. If I'm misinterpreting something here, then please reopen and give
an explicit example (including URL and set of steps) for demonstrating the
problem.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 9•23 years ago
|
||
*** Bug 167630 has been marked as a duplicate of this bug. ***
Comment 10•23 years ago
|
||
In this bug you want to block images depending on which site they link to and
not depending on which site they are hosted from. Even though you have given a
way to do this by modifying the userContent.css file, there is no UI component
in Mozilla which allows you to do it. When I right click on an image I would
like to see the option:
Block Images that Link to this server.
This would get rid of the problem at
http://www.wunderground.com/US/MA/Boston.html
Clicking each image and disabling it from the server works. But it does not
disable all images linking to server.as5000.com
Comment 11•23 years ago
|
||
*** Bug 176913 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
This bug should NOT be marked resolved. Kostub is right on. This should be an
option in the context menu whenever you right-click a linked image.
Comment 13•23 years ago
|
||
reopening per comment# 10
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 14•23 years ago
|
||
Mass reassigning of Image manager bugs to mstoltz@netscape.com, and futuring.
Most of these bugs are enhancement requests or are otherwise low priority at
this time.
Assignee: morse → mstoltz
Status: REOPENED → NEW
Target Milestone: mozilla1.2beta → Future
Comment 15•22 years ago
|
||
*** Bug 183250 has been marked as a duplicate of this bug. ***
Comment 16•22 years ago
|
||
Is adding this feature worth the added bloat and complexity? I'm not sure. AN
implementation would help, so if anyon'es interested in having a go at this, go
ahead. I won't be working on it anytime soon.
Status: NEW → ASSIGNED
Keywords: helpwanted
Summary: Add ability to block images that are links to sites → [RFE]Add ability to block images that are links to sites
Comment 17•22 years ago
|
||
I stumbled across this one as I asked on #mozillazine whether Mozilla is able to
block images that link to an external site. The discussion so far seems to
suggest having an external site list. I think this adds unnecessary complexity
to both the UI and to the way people will have to use this feature. Can't we
just have an additional image acceptance policy `Do not load any images that
link to an external site' instead? Doing so would provide a very effective
mechanism to work around the advertisement workaround widely in use today. The
availability of this feature would probably also obsolete bug 78104 which, in
essence, pursues a similar objective as this bug.
| Reporter | ||
Updated•21 years ago
|
Status: ASSIGNED → NEW
QA Contact: nobody
Updated•19 years ago
|
Assignee: security-bugs → nobody
Updated•16 years ago
|
QA Contact: image-blocking
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•