Gmail with different attachment icons

By splintor Last update Nov 18, 2007 — Installed 16,512 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 33 posts, 17 voices



splintor Script's Author

Thanks Jakob. I only saw your message now. I was not aware of GAFYD before. I have now improved my previous fix for Tex to only look for "paperclip.gif" and not the full path.
In addition, I improved the script by making it work when you navigate to other folders/labels.
I also added automatic update support, in case http://userscripts.org/scripts/show/2296 is installed.

 
Jakob Breivi... User

Somehow this does not work in GAFYD - I still get boring attachment binder icon. Changed URL to use to "http*://mail.google.com/*" - but this did of course not fix anyhing (just simpler). Any clues on how to resolve this?

 
Artform User

Now if only someone had an attachment size indicator for the inbox (no need to the view the message to find the size)

 
splintor Script's Author

Thanks Tex for your comment - I didn't notice it. It is fixed now.

 
peno User

fantastic !!!!

 
Jota User

Excellent script. Tex's fix worked for me.

Thanks guys!
=)

 
Tex User

Very nice.
A little bug: icons are not displayed if you're using a secure connection.

Just modify the if condition:
if(img.src == "http://mail.google.com/mail/images/paperclip.gif")

in:
if(img.src == "http://mail.google.com/mail/images/paperclip.gif") or (img.src == "https://mail.google.com/mail/images/paperclip.gif")

or whatever you like in order to check both http and https link urls.

A must to have script, BTW.

 
Balachandar User

love it!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel