<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Multi-Login GMail, YahooMail, HotMail | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5110</link>
    <description>Recent comments on userscript: Multi-Login GMail, YahooMail, HotMail</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Suggested modifications, replied by kswartz</title>
      <description>&lt;p&gt;1. You can have a live.com account that isn't tied to hotmail. If that's the case, modify this line:&lt;/p&gt;

&lt;p&gt;	    g = ['hotmail','','login','passwd','@hotmail.com']&lt;/p&gt;

&lt;p&gt;to this:&lt;/p&gt;

&lt;p&gt;	    g = ['hotmail','','login','passwd',''];&lt;/p&gt;

&lt;p&gt;Note that the names array will need to contain the full username then, e.g.: 'user@hotmail.com', rather than just 'user'. This is most useful with the second suggestion...&lt;/p&gt;

&lt;p&gt;2. If you have different usernames for each service, and you want the drop-down to only list the login names for THAT service, build a hash (array of arrays), and re-assign names only to the array of names for that service.&lt;/p&gt;

&lt;p&gt;Quick-and-dirty method requires two steps. First, change this line in the beginning:&lt;/p&gt;

&lt;p&gt;var names = [];&lt;/p&gt;

&lt;p&gt;to this:&lt;/p&gt;

&lt;p&gt;var NameHash = new Array();
&lt;br /&gt;NameHash['yahoo'] = ['yahooname1','yahooname2'];
&lt;br /&gt;NameHash['google'] = ['gmailuser1','gmailuser2'];
&lt;br /&gt;NameHash['hotmail'] = ['liveuser@mydomain.com','otheruser@hotmail.com'];&lt;/p&gt;

&lt;p&gt;Then search for this:&lt;/p&gt;

&lt;p&gt;		userPasswd = f.elements.namedItem( g[3] );&lt;/p&gt;

&lt;p&gt;and add this line after it:&lt;/p&gt;

&lt;p&gt;		names = NameHash[g[0]];&lt;/p&gt;

&lt;p&gt;Enjoy.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 23:08:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:22326:98539</guid>
      <author>kswartz</author>
      <link>http://userscripts.org/posts/98539</link>
    </item>
    <item>
      <title>Archived Comments, replied by JayhawkMD</title>
      <description>&lt;p&gt;fantastic. thank you.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 04:28:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24714</guid>
      <author>JayhawkMD</author>
      <link>http://userscripts.org/posts/24714</link>
    </item>
    <item>
      <title>Archived Comments, replied by HatastiX</title>
      <description>&lt;p&gt;re: &quot;keep going through folders 'till ur in the gm_scripts folder&quot;&lt;/p&gt;

&lt;p&gt;orrr... right click on the monkey in the statusbar, click Manage User Scripts, find this userscript, and click edit&lt;/p&gt;

&lt;p&gt;waaay less hassle&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jan 2008 09:44:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24715</guid>
      <author>HatastiX</author>
      <link>http://userscripts.org/posts/24715</link>
    </item>
    <item>
      <title>Archived Comments, replied by axax</title>
      <description>&lt;p&gt;This script seems to have stopped working with the new hotmail (windows live hotmail) login form.&lt;/p&gt;

&lt;p&gt;Has anyone succeeded in making it work recently?&lt;/p&gt;</description>
      <pubDate>Thu, 20 Sep 2007 00:09:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24716</guid>
      <author>axax</author>
      <link>http://userscripts.org/posts/24716</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sorarus</title>
      <description>&lt;p&gt;i'm having some trouble..i entered the emails and they appear in the dropdown box in gmail..but for my hotmail acc i can't login ?! anyone any ideas&lt;/p&gt;</description>
      <pubDate>Sat, 05 May 2007 12:07:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24717</guid>
      <author>Sorarus</author>
      <link>http://userscripts.org/posts/24717</link>
    </item>
    <item>
      <title>Archived Comments, replied by JimMP80</title>
      <description>&lt;p&gt;type this in a window address bar 
&lt;br /&gt;%appdata%\Mozilla\firefox\Profiles &lt;/p&gt;

&lt;p&gt;keep going through folders 'till ur in the gm_scripts folder&lt;/p&gt;

&lt;p&gt;right click the &quot;multilogingmailyahoomail.user.js&quot; file and select edit,&lt;/p&gt;

&lt;p&gt;find these lines
&lt;br /&gt;//Add your user ID's to this array
&lt;br /&gt;var names = [];&lt;/p&gt;

&lt;p&gt;and change to
&lt;br /&gt;//Add your user ID's to this array
&lt;br /&gt;var names = ['youremail1','youremail2'];&lt;/p&gt;

&lt;p&gt;(I don't think you need the @wherever.com part)
&lt;br /&gt;I hope this helps it took me awhile to figure it out to.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Apr 2007 16:35:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24718</guid>
      <author>JimMP80</author>
      <link>http://userscripts.org/posts/24718</link>
    </item>
    <item>
      <title>Archived Comments, replied by chinmaya</title>
      <description>&lt;p&gt;Logout of Gmail and look the dropdown box in the username field.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Feb 2007 17:34:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24719</guid>
      <author>chinmaya</author>
      <link>http://userscripts.org/posts/24719</link>
    </item>
    <item>
      <title>Archived Comments, replied by mario</title>
      <description>&lt;p&gt;Yeah, I can't figure out how to add them.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Dec 2006 06:33:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24720</guid>
      <author>mario</author>
      <link>http://userscripts.org/posts/24720</link>
    </item>
    <item>
      <title>Archived Comments, replied by pehdepano</title>
      <description>&lt;p&gt;How to use it?
&lt;br /&gt;How to include logins?&lt;/p&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:56:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24721</guid>
      <author>pehdepano</author>
      <link>http://userscripts.org/posts/24721</link>
    </item>
    <item>
      <title>Archived Comments, replied by mario</title>
      <description>&lt;p&gt;Well, this looks good, but for the life of me, I can't figure out how to use it. I'm pretty new to Greasemonkey, so I'm reasonably sure it's mostly me being a fool. But idiot-proofing it would be tres awesome :)&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 07:53:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24722</guid>
      <author>mario</author>
      <link>http://userscripts.org/posts/24722</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:06:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10785:24713</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/24713</link>
    </item>
  </channel>
</rss>
