Gmail Signature for Firefox 3

By vikysaran Last update Jul 16, 2008 — Installed 588 times.
Script Summary:
Add signature to Gmail

Script homepage

Recently Updated TopicsPosts
xpath code1

this script has 1 topic, 1 post

This script has no reviews.

Script works for Firefox 3 and Newer Gmail.

This script shows signature in two ways-

1. Simple Text format
2. HTML signature

For HTML signature you would have to upload a text file containing HTML code to a webserver, like geocities, googlepages etc. Then you will give thats link into your installed script as i gave in Line# 14 (var urlString = 'http://www.geocities.com/vikysaran/sign.txt')

www.Devsol.co.nr

If you like to change urlstring into your Script, follow the Steps:-

click start> Run> type-

%appdata%\Mozilla\firefox\Profiles

open the folder you see, now open another folder name 'gm_scripts'

open another forlder named 'gmail_signature_for_fire'

open the file in any editor like Notpad

At 14th line- Replace url with your uploaded url
At 15th line- place txtType = 2 (putting '1' will show Text signature 'Your Name' and you also can change it at the button of the script.)

Its Over