Gmail Favicon Alerts 3

By Peter Wooley Last update Mar 18, 2011 — Installed 41,455 times.

Add your review

18 reviews


5 stars
Just works:) , Jul 24, 2011
Review written by Waffull - see all my reviews (5)

You've got to love a script that does what it says and just works. Thank you:)

0 comments |

5 stars
Works, and matches the other one , May 25, 2011
Review written by VeliciaL - see all my reviews (8)

Although gmail now has a lab that does this, greader doesn't, and this one matches the author's other addon. As with the gmail script, does everything I want it to without unneeded stuff.

0 comments |

5 stars
My favorite script EVER , Dec 17, 2010
Review written by Sherb - see all my reviews (1)

This is easily my favorite script. It's so useful, and the supporting documentation is thorough, yet succinct. Fabulous script, thank you so much!

0 comments |

5 stars
Perfect , Oct 14, 2010
Review written by Jerome Dane - see all my reviews (2)

Does what it advertises, and does it well.

0 comments |

4 stars
Priority inbox , Sep 7, 2010
Review written by maedox - see all my reviews (1)

This is great work! :D
Been using it since forever.

However, it seems it does not work properly when Priority Inbox is active in Gmail.

Is this something you can fix?

2 comments |

5 stars
Cool , Jun 17, 2010
Review written by Bob_Jones - see all my reviews (3)

Nice and useful. Thanks!

0 comments |

1 out of 1 person found this review helpful
5 stars
Great Script , Apr 14, 2010
Review written by Thomas Giambalvo - see all my reviews (4)

Works as advertised. A must have script for Gmailers!

0 comments |

5 stars
Great! , Feb 13, 2010
Review written by ReflexNPG - see all my reviews (1)

Works as described. There is only one thing missing: a notification sound.
I've added it quick and dirty:

// @resource      GMwavaudio http://gmflowplayer.googlecode.com/files/notify.wav


var au = document.createElement('audio');		//m00n
var oldcount = 0;					//m00n


this.poll = function() {
		if(!self.searchElement)
			return self.searchElement = self.getSearchElement();
		
		if(self.getChat() && self.newChat()) {
			return self.setIcon(self.icons.chat);
		}

		if(self.newMail()) {
			var unread = self.getUnreadCount();	//m00n
			if(unread > oldcount)			//m00n
				au.play();			//m00n
			oldcount = unread;			//m00n
			self.setIcon(self.getUnreadCountIcon());
		}
		else {
			self.setIcon(self.icons.read);
			oldcount = 0;				//m00n
		}
	}
		

0 comments |

5 stars
Great , Jan 14, 2010
Review written by martin t. - see all my reviews (2)

Works as described and is really helpful. You should check out the authors greader favicon alert too.

0 comments |

1 out of 1 person found this review helpful
5 stars
Exactly what I wanted , Jan 6, 2010
Review written by soeb - see all my reviews (2)

A great script, just if it added the count from labels, it'd be even better (or am I just doing something wrong? ;) ).

1 comment |