I have found the following discussions about this, each of which seem
to offer fixes:
http://persistent.info/archives/2005/12/23/greasemonkey
http://persistent.info/archives/2006/03/21/gmail-macros
http://userscripts.org/scripts/show/2432
There are probably more.
Can't we all just get along? Which is the best?
Mark as Unread -> uses key 'b' (So 'v' works with the conversation
preview script)
Move to Inbox -> 'i'
Remove Labels -> 'z'+label
'o' operates how gmail has it set up
'O' will toggle opened/closed all the conversations in the current
thread
The label menu can stay closed and the label operations still work.
On Oct 26, 12:15 pm, "Brent Nef" <brent....@gmail.com> wrote:
> I just uploaded my modified script, which has a couple of hacks in
> it... It differs from Michael's in the following ways. (btw is there
> a way to delete/change the files that we uploaded? I meant to change
> the filename...)
Brent, you're a lifesaver.
just wanted to offer you a quick thanks for getting gmail usable for me
again :-)
-djh
Brent, Karl, Anand:
You guys have done some *fabulous* work here! I'm using Brent's script
as the basis for my own personal hacked up version. But mainly, I'm
just SO happy that gmail is working the Right Way again.
Have a good weekend,
Scott
It's possible to change the grey color of the selection balloon. In
the line:
this.backgroundNode.style.background = "#000";
this.backgroundNode.style.MozOpacity = "0.55";
change #000 to some other color, and 0.55 to some other opacity value.
I use
this.backgroundNode.style.background = "midnightblue";
this.backgroundNode.style.MozOpacity = "0.75";
Carl
Carl