Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
It works with the older version but i'd like to see this work with the new gmail as well. i love this script! any chance of an update ? x2 |
|
|
This seems to have stopped working, any chance of an update ? |
|
|
to set you own colors for labels do this :
and in the first lines of script make and array like this :
|
|
|
Really great script!! I have been using it for months, and the only problem I have found is whenever I open my Gmail from a browser that does not have this script installed (i.e. IE7 or FF on other PCs), the labels show up as label#colorcode, which is quite ugly to look at. I see that lots of ppl have this problem. I have a dirty hack around this: change the function getLabelColorInfo() to following:
Just my 2 cents... One question though: is it possible to color code the label "inbox" when viewing archived folder?? Thanks |
|
|
If it matters, I'm using Firefox 2.0.0.3 on Windows XP. I don't know what version of greasemonkey it is, but I just downloaded it a couple of days ago. |
|
|
It worked! I added labels in one of my gmail accounts. Unfortunately, the "# color" shows up as part of the label. But worse, when I went to another gmail account, where I had added no colorization to labels, I found that three labels had been colorized three arbitrary colors! I don't know how to change them since they have no color designation in their labels. Please, help. TIA. |
|
|
Thanks a lot, the script is very efficient. However, when GMail refreshs automatically the page to check for new mail incoming, labels disappear and the name of label with hex color code appears.
|
|
|
It works great - makes my inbox a lot clearer, but I had the same problems as csw (I think). I can change the colors hex values on the script, but it doesn't ever show up differently in gmail. Very odd. |
|
|
I can't change any of the label's colors!! sux please help?! |
|
|
I love this - I only wish it worked with the Gmail CSS RL Skin |
|
|
Could you please make the script compatible with this cool CSS? |
|
|
Somehow, I don't get emails colorized when I get more than one tag per email: email A: one tag ==> colorized
Is this a bug? |
|
|
I love the script so much that I keep coming back for some more punishment. This time, I did some bug hunting. Here is what I discovered.
|
|
|
I've gotten a few more reports about crashing behavior, but it's far from universal. Right now it looks like it might have more to do with FF1.5 weirdness than the script itself. If I can figure out a way to fix the crashing behavior I will, but at the moment I'm stymied. |
|
|
I'm pretty sure it's the script. My concern was that it could have been the combination of scripts and extension. I uninstalled all of them and installed just the greasemonkey with the colorizer. It happened again. So if nobody else complains it could be just me, it could be FF for OSX or it could be something else. I just know that the problems disappear when I'm not using this script. Hope that the next version will be easier on my system. |
|
|
Are you sure it's the script? It's possible, I suppose (although it's more likely to be a bug in FF's javascript implementation -- the script doesn't do anything too fancy). If you've really isolated it to the script, I'd like to know. Gotta be sure, though. I'm planning on making some interface improvements over the next week or two (basically a color picker and color assigner dialog). I'll try to come up with a more efficient way for the script to fire (rather than a timer) at the same time. |
|
|
I love the script, but it's doing some weird shi on my computer. I'm using FF 1.5 and the script is using 100% of the CPU. If I leave it like that for a while, it crashes the browser. I'm not going to rate it because of that. Oh yeah, I'm using OSX if that means anything. |
|
|
Fair enough. I like the current setup -- the bold is enough for me to tell what's unread and what isn't. It wouldn't be hard for you to keep unread rows the default white, however (just remove the part of the xpath query that looks for rows of class 'ur'). I'm hesitant to support different sets of colors for read and unread messages. I'll try to think of a simpler way to switch colors than the current system. |
|
|
Fair enough. I like the current setup -- the bold is enough for me to tell what's unread and what isn't. It wouldn't be hard for you to keep unread rows the default white, however (just remove the part of the xpath query that looks for rows of class 'ur'). I'm hesitant to support different sets of colors for read and unread messages. I'll try to think of a simpler way to switch colors than the current system. |
|
|
Nice, but its difficult to tell if the message is read or unread. |