Closed
Bug 359557
Opened 18 years ago
Closed 18 years ago
Omnibus ad-blocking bug for November
Categories
(Camino Graveyard :: Annoyance Blocking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-graveyard, Assigned: alqahira)
References
Details
(Keywords: fixed1.8.0.9, fixed1.8.1.1)
Attachments
(2 files)
4.28 KB,
patch
|
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
11.20 KB,
patch
|
Details | Diff | Splinter Review |
Filed on behalf of Smokey since he hasn't filed one yet and I have more ads to block :-p
The following HTML snippet is showing an ad on MacUpdate:
<td id='ad_gutter'>
<a href='http://affiliates.digitalriver.com/z/5643/CD73614/'><img src='http://affiliates.digitalriver.com/42/73614/5643' height='120' width='120' alt='Parallels Desktop for Mac' border='0'></a><p><script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://ads.macupdate.com/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:2");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://ads.macupdate.com/adclick.php?n=a0b57c19'><img src='http://ads.macupdate.com/adview.php?what=zone:2&n=a0b57c19' border='0' alt=''></a></noscript>
</td>
Comment 1•18 years ago
|
||
Need iframe[src*="ads-rm.looksmart.com"] (and maybe others) to block awful crap on http://www.findarticles.com/.
Comment 2•18 years ago
|
||
Need to block flash (and maybe other content) from content.ru4.com for sfgate.com.
Comment 3•18 years ago
|
||
sfgate.com displays another annoyance, iframes from http://http-2081.edge.ru4.com/
Comment 4•18 years ago
|
||
Since you removed div[id^="ad_"], in bug 355073, I see more google ads popping up.
Example: articles on IHT, down the right column.
(http://www.iht.com/articles/2006/11/17/news/france.php)
I block them with
div[id*="ad_google"]
So far, no side effects: Gmail works fine, searching on google.com/google.co.jp works correctly.
Comment 5•18 years ago
|
||
*.adjuggler.com is another source of Flash ads on MacNN.com, for example:
http://img1.adjuggler.com/banners/Client171439/1161805959544_728x90_macOffice_Holiday.swf?clickTAG=http://rotator.adjuggler.com:80/servlet/ajrotator/202931/0/cj?ajkey=V1199AE89A144B7CAFB44B7CAFBL202962L206337QK76321QQP0G001C
Comment 6•18 years ago
|
||
content*.kanoodle.com is another source of ads in iframes, eg, on http://www.tokyopop.com:
http://context3.kanoodle.com/cgi-bin/context.cgi?id=87748823&db=context&cgroup=gorilla728x90&format=mon12tif&newtarget=1
Assignee | ||
Comment 7•18 years ago
|
||
This fixes everything mentioned here (except comment 0, which is both hard to block cleanly and no longer present), bug 359625, and also updates my email address.
Attachment #247046 -
Flags: superreview?(sfraser_bugs)
Updated•18 years ago
|
Attachment #247046 -
Flags: superreview?(sfraser_bugs) → superreview+
Assignee | ||
Comment 8•18 years ago
|
||
December is bug 362330.
Status: NEW → ASSIGNED
Whiteboard: [needs checkin]
Comment 9•18 years ago
|
||
Chickened on 1.8branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1.1
Resolution: --- → FIXED
Whiteboard: [needs checkin]
Assignee | ||
Comment 10•18 years ago
|
||
We'll see how long this has been live when we go to do 1.0.4, but nominating so we don't forget.
Flags: camino1.0.4?
Assignee | ||
Comment 11•18 years ago
|
||
This is the consolidated patch for ad-blocking for 1.0.4 (this bug, bug 355073, bug 351124, and bug 346792).
Assignee | ||
Updated•18 years ago
|
Flags: camino1.0.4? → camino1.0.4+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [needs checkin 180 branch]
Comment 12•18 years ago
|
||
Checked in on 180 for 1.0.4
Keywords: fixed1.8.0.9
Whiteboard: [needs checkin 180 branch]
You need to log in
before you can comment on or make changes to this bug.
Description
•