Comments by Matt's Awesome on scripts

2 comments

Comment on:
Gmail Tweaks: Multiple Signatures

Jul 25, 2007

camecamp, does it work when you switch to Plain Text? That's my situation... plain text good, rich text broken.

Is this script working for anyone in Rich Formatting?

Comment on:
Gmail Tweaks: Multiple Signatures

Jul 25, 2007

Signature at the top of replies:

Search for form.msgbody.value in the script. Replace that line and the line below it with this code:

" form.msgbody.value = sig[array_int] + \n" +
" '\\n' + form.msgbody.value;\n" +

We're just swapping the order of the quoted message and sig.