ATi ads are teh SUCK - EDIT: FIXED NOW, THANKS.

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: jliechty
Originally posted by: BingBongWongFooey
<iframe src="http://view.atdmt.com/CIB/iview/nndtcati00100003cib/direct/01?click=#747703#" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" width="125" height="600">

sure seems that fusetalk know's its supposed to be 600 px tall, so it cant just be that they slipped in some rogue 600px tall images.
Fusetalk may be reading the size specs from the ad company's server, so I wouldn't blame Anand right away. However, I'd like to know if there's any way to get Mozilla to ignore IFRAMEs; the regular ads I can put up with, but these flash ads are just rediculous. I thought that was an IE-only thing, anyway.

there most definitely is a way, its just a matter of figuring it out

with mozilla's everything-is-css-and-xml approach, you should be able to do a iframe { display: none; } somewhere, i'm just not sure where, or the exact syntax of it (xul css has some idiosynchrasies from run of the mill css)

in fact i've started wondering how i can tell mozilla to not display unloaded images (i.e. not display the empty "box" with the image icon in it, it's annoying, especially a page full of them while the page is loading)

try reading up on xul and userChrome.css on google, its interesting stuff. for example here is my rather simple userChrome.css:

#status-bar { font-size: larger !important; }
#throbber-box { display: none !important; }
.toolbargrippy { display: none !important; }

the first line makes the status bar text actually readable, the second line makes the mozilla "loading" animating icon thingie go away, and the third line gets rid of the grippies on the left of toolbars.

i just dont know if css for webpage contents goes here too, or if that's somewhere else.
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: BingBongWongFooey
there most definitely is a way, its just a matter of figuring it out

with mozilla's everything-is-css-and-xml approach, you should be able to do a iframe { display: none; } somewhere, i'm just not sure where, or the exact syntax of it (xul css has some idiosynchrasies from run of the mill css)

in fact i've started wondering how i can tell mozilla to not display unloaded images (i.e. not display the empty "box" with the image icon in it, it's annoying, especially a page full of them while the page is loading)

try reading up on xul and userChrome.css on google, its interesting stuff. for example here is my rather simple userChrome.css:

#status-bar { font-size: larger !important; }
#throbber-box { display: none !important; }
.toolbargrippy { display: none !important; }

the first line makes the status bar text actually readable, the second line makes the mozilla "loading" animating icon thingie go away, and the third line gets rid of the grippies on the left of toolbars.

i just dont know if css for webpage contents goes here too, or if that's somewhere else.
Thanks. I guess I may do some reading on google, or just forgo that in favor of simply experimenting to see what works and what doesn't.
 

McCarthy

Platinum Member
Oct 9, 1999
2,567
0
76
Topic phrasing could have been more subtle, but then well, the ads aren't so I suppose it's justified.

Between these ads and the multiple posts about non retail ATI cards running at silly slow core/memory speeds I'd rate this as a banner day for nVidia (pun intended).

--Mc
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: Paulson
Well, if this is the way ad companies are working toward, then they will for certainly crash and burn...
What bugs me are the new ads (which fortunately are not on anandtech - yet) that move around on the page and get in your way all the time.
 

CrazySaint

Platinum Member
May 3, 2002
2,441
0
0
Originally posted by: BingBongWongFooey
Originally posted by: jliechty
Originally posted by: BingBongWongFooey
<iframe src="http://view.atdmt.com/CIB/iview/nndtcati00100003cib/direct/01?click=#747703#" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" width="125" height="600">

sure seems that fusetalk know's its supposed to be 600 px tall, so it cant just be that they slipped in some rogue 600px tall images.
Fusetalk may be reading the size specs from the ad company's server, so I wouldn't blame Anand right away. However, I'd like to know if there's any way to get Mozilla to ignore IFRAMEs; the regular ads I can put up with, but these flash ads are just rediculous. I thought that was an IE-only thing, anyway.

there most definitely is a way, its just a matter of figuring it out

with mozilla's everything-is-css-and-xml approach, you should be able to do a iframe { display: none; } somewhere, i'm just not sure where, or the exact syntax of it (xul css has some idiosynchrasies from run of the mill css)

in fact i've started wondering how i can tell mozilla to not display unloaded images (i.e. not display the empty "box" with the image icon in it, it's annoying, especially a page full of them while the page is loading)

try reading up on xul and userChrome.css on google, its interesting stuff. for example here is my rather simple userChrome.css:

#status-bar { font-size: larger !important; }
#throbber-box { display: none !important; }
.toolbargrippy { display: none !important; }

the first line makes the status bar text actually readable, the second line makes the mozilla "loading" animating icon thingie go away, and the third line gets rid of the grippies on the left of toolbars.

i just dont know if css for webpage contents goes here too, or if that's somewhere else.

CSS for webpage contents goes in userContent.css.
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: CrazySaint
CSS for webpage contents goes in userContent.css.
I added iframe { display: none; } to my userContent.css file, but Mozilla doesn't seem to be honoring it. More reading on XUL CSS seems to be what's needed for me.
 

JingYen

Member
Apr 27, 2002
78
0
66
You might try adding a "visibility:hidden;" as well... The display will remove the extra space as well, but if visibility is set to visible, you'll still see it unfortunately...


Edit: This line actually doesn't matter. Just make sure that you are editing the correct userContent.css file. For correct profile paths, view this page and copy your userContent.css there...
 

JingYen

Member
Apr 27, 2002
78
0
66
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: JingYen
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...
The problem was that I was modifying the userContent.css file buried in several folders under the Mozilla folder in Program Files, while I should have been using the one under my Documents and Settings folder. Thanks very much.
 

Flashram

Diamond Member
Apr 11, 2000
3,968
0
76
Originally posted by: JingYen
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...

Thanks, worked great.
 

malbojah

Golden Member
Dec 6, 2000
1,710
8
81
Originally posted by: JingYen
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...

You sir, are my new best friend

Originally posted by: Lord Evermore
The solution is to redirect view.atdmt.com to the local IP.

Sorry, I'm stupid...how do I do this?
 

PreDatoR

Golden Member
Nov 17, 2000
1,050
0
0
yeah that add really sucks a fat one... i'm at 1280x1024 and it still fills up the whole screen...
 

aphex

Moderator<br>All Things Apple
Moderator
Jul 19, 2001
38,572
2
91
Originally posted by: PreDatoR
yeah that add really sucks a fat one... i'm at 1280x1024 and it still fills up the whole screen...


Takes nearly all of my 1600x1200 as well.

Sickening really.
 

udonoogen

Diamond Member
Dec 28, 2001
3,243
0
76
Originally posted by: malbojah
Originally posted by: JingYen
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...

You sir, are my new best friend

Originally posted by: Lord Evermore
The solution is to redirect view.atdmt.com to the local IP.

Sorry, I'm stupid...how do I do this?

edit your hosts file (found here --> C:\WINDOWS\SYSTEM32\DRIVERS\etc)

it should read:
127.0.0.1 view.atdmt.com

if i remember correctly.

also ... damn u. the star destroyer IS a big ball. =)

 

Rand

Lifer
Oct 11, 1999
11,071
1
81
So are the powers that be at AT going to comment on this?

I'm going on the assumption that AT is not going to keep the offending banner ad on the site, as they've acted promptly to remove other banner adds that have been rather 'excessive' in the past.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: JingYen
The solution is to append (or create, depending on if you have a userContent.css already) this line into your userContent.css

iframe { display: none !important;visibility: hidden !important;}

If you do not have a custom made userContent.css yet, make sure that you copy it to the right directory.

For 2K, it is C:\Documents and Settings\<NT login>\Application Data\Mozilla\Profiles\default\<this foldername will vary>\chrome

Restart mozilla, and you should have no more annoying iframe flash ads...

cool, thanks for putting it all together.

one other change i'd make is:

body.ftbody iframe { display: none !important;visibility: hidden !important;}

that way it only affects fusetalk (on some sites you might want iframes to work)
 

nagger

Golden Member
Dec 26, 2001
1,429
0
0

yep Mozilla kicked this Ati add's a$$

thanks everyone that provided with the necessary changes on the HOSTS and userContent.css files
 

SinfulWeeper

Diamond Member
Sep 2, 2000
4,567
11
81
Originally posted by: nagger
yep Mozilla kicked this Ati add's a$$

thanks everyone that provided with the necessary changes on the HOSTS and userContent.css files

I concur... however this thread did not finish up before I became a subscriber.

All communications in my town come through satelite. I will say this much, Anandtech subscriptions do not stream. I see 0% difference in speed .
But now at least my PM's are higher . Not sure if was worth the $12 though .
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: BingBongWongFooey
one other change i'd make is:

body.ftbody iframe { display: none !important;visibility: hidden !important;}

that way it only affects fusetalk (on some sites you might want iframes to work)
Thanks, BBWF-the-CSS-master.

It works great, and doesn't seem to affect phpbb systems that use iframes in a good way.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |