|
Script Summary:
Add a drop-down box with your ID's to the WebMail login form. |
this script has 2 topics, 11 posts |
This script has no reviews. |
Version: 2.0
Update: 13/01/2008
You must configure the script before it will work propery.
Compatibility:
For the count in Hotmail, Yahoo and Gmail uses the identification user.
For the count with Live_com, use the option: "insert another name".
Configuration:
----- Method 1 -------
Go to "Manage User Scripts" and use the "Edit" button to change the script.
Add your user ID's to this array
var names = ['your-email-1','your-email-2'];
----- Method 2 -------
type this in a window address bar
%appdata%\Mozilla\firefox\Profiles
keep going through folders 'till ur in the gm_scripts folder
right click the "multilogingmailyahoomail.user.js" file and select edit,
find these lines
//Add your user ID's to this array
var names = [];
and change to
//Add your user ID's to this array
var names = ['your-email-1','your-email-2'];
Images
Before:

After:






