<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Account Multi-Login | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/16341</link>
    <description>Recent comments on userscript: Google Account Multi-Login</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>code changes for googles recent login update, replied by ahmed abdo</title>
      <description>&lt;p&gt;Thank you so much digideth you are the man.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Feb 2012 20:51:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:88025:420463</guid>
      <author>ahmed abdo</author>
      <link>http://userscripts.org/posts/420463</link>
    </item>
    <item>
      <title>code changes for googles recent login update, replied by Fabrizio</title>
      <description>&lt;p&gt;That's brilliant, I didn't find any license statement for this script, I assume that would make it free code, so why don't you edit the script and publish it yourself digideth? 
&lt;br /&gt;I'll do it myself otherwise... not everyone is able to edit a script and a working &quot;click and install&quot; version of the script would be very nice :)&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 04:33:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:88025:411487</guid>
      <author>Fabrizio</author>
      <link>http://userscripts.org/posts/411487</link>
    </item>
    <item>
      <title>code changes for googles recent login update, replied by techercizer</title>
      <description>&lt;p&gt;Thanks a ton; that cleared my issues right up!&lt;/p&gt;</description>
      <pubDate>Wed, 26 Oct 2011 15:22:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:88025:395763</guid>
      <author>techercizer</author>
      <link>http://userscripts.org/posts/395763</link>
    </item>
    <item>
      <title>code changes for googles recent login update, replied by DreamWalker</title>
      <description>&lt;p&gt;wowwww you really saved my day digideth, thanks for posting the fix for this problem. I already uninstalled and installed old versions of FF and installed the script but still the same, i also though that this could be due to new login page but i dun noh how to edit the script. Thanks again&lt;/p&gt;</description>
      <pubDate>Sat, 24 Sep 2011 17:39:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:88025:387050</guid>
      <author>DreamWalker</author>
      <link>http://userscripts.org/posts/387050</link>
    </item>
    <item>
      <title>code changes for googles recent login update, replied by digideth</title>
      <description>&lt;p&gt;I found out how to fix this problem when one of my favorite firefox extensions quit working this past week.&lt;/p&gt;

&lt;p&gt;So the code changes are:&lt;/p&gt;

&lt;p&gt;this line (line 85 in my editor): 
&lt;br /&gt;&lt;code&gt;https://www.google.com/accounts/ServiceLoginAuth&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;needs to be changed to:
&lt;br /&gt;&lt;code&gt;https://accounts.google.com/ServiceLoginAuth&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;this line (line 90 in my editor):
&lt;br /&gt;&lt;code&gt;galx_url='https://www.google.com/a/'+ d[1] +'/ServiceLogin';&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;needs to change to:
&lt;br /&gt;&lt;code&gt;galx_url='https://accounts.google.com/a/'+ d[1] +'/ServiceLogin';&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;this line (line 238 in my editor):
&lt;br /&gt;&lt;b&gt;....&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;code&gt;name=&quot;gmLoginForm&quot; action=&quot;https://www.google.com/accounts/ServiceLoginAuth&quot; method=&quot;post&quot;&lt;/code&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;....&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;needs to change to:
&lt;br /&gt;&lt;b&gt;....&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;code&gt;name=&quot;gmLoginForm&quot; action=&quot;https://accounts.google.com/ServiceLoginAuth&quot; method=&quot;post&quot;&lt;/code&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;....&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;BAM! Problem Solved!&lt;/p&gt;

&lt;p&gt;enjoy.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Sep 2011 05:22:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:88025:383969</guid>
      <author>digideth</author>
      <link>http://userscripts.org/posts/383969</link>
    </item>
    <item>
      <title>where is the data stored, replied by DSXC</title>
      <description>&lt;p&gt;They are stored as Greasemonkey values... these are only accessible from the address &quot;about:config&quot;.  By typing &quot;Google Account Multi-Login&quot; (or part of it) in the Filter at the top you will see the settings for the script.  Hope this helps.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Jun 2011 23:06:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:72760:353990</guid>
      <author>DSXC</author>
      <link>http://userscripts.org/posts/353990</link>
    </item>
    <item>
      <title>where is the data stored, replied by danielhb</title>
      <description>&lt;p&gt;Where store my data this script? can I add accounts manually editing that store?
&lt;br /&gt;&#191;d&#243;nde almacena mis datos el script? &#191;puedo agregar cuentas manualmente editando el almacenaje?&lt;/p&gt;

&lt;p&gt;Thanks / Gracias&lt;/p&gt;</description>
      <pubDate>Sat, 23 Apr 2011 03:41:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:72760:338125</guid>
      <author>danielhb</author>
      <link>http://userscripts.org/posts/338125</link>
    </item>
    <item>
      <title>you have been signed out of this account, replied by mikeymcmikenson</title>
      <description>&lt;p&gt;I've also had this problem since I fist began using the script in mid-2010. I can't figure out how to prevent it. The error message says:&lt;/p&gt;

&lt;p&gt;You have been signed out of this account.&lt;/p&gt;

&lt;p&gt;This may have happened automatically because another user signed in from the same browser. To continue using this account, you will need to sign in again. This is done to protect your account and to ensure the privacy of your information.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:51:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:46600:320055</guid>
      <author>mikeymcmikenson</author>
      <link>http://userscripts.org/posts/320055</link>
    </item>
    <item>
      <title>Add support for youtube , replied by bseos</title>
      <description>&lt;p&gt;Could someone kindly add support for youtube now, since they decided it was a great idea to link your gmail and youtube account..&lt;/p&gt;</description>
      <pubDate>Mon, 06 Dec 2010 07:39:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:64683:303530</guid>
      <author>bseos</author>
      <link>http://userscripts.org/posts/303530</link>
    </item>
    <item>
      <title>Is there an alternative to the script?, replied by edhaker13</title>
      <description>&lt;p&gt;yeah man right click on the monkey's face and click manage scripts in the drop down menu then look for Google Acoount multi-login select it and then click uninstall button on bottom left corner of the window
&lt;br /&gt;Although I'm sure there's a way to fix your problem  if you ask for it&lt;/p&gt;</description>
      <pubDate>Mon, 27 Sep 2010 13:22:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:22979:286352</guid>
      <author>edhaker13</author>
      <link>http://userscripts.org/posts/286352</link>
    </item>
    <item>
      <title>Google Chrome Compatibility, replied by greyg00</title>
      <description>&lt;p&gt;In chrome &lt;a href=&quot;http://chrome.google.com/extensions/detail/dffhipnliikkblkhpjapbecpmoilcama&quot;&gt;use this instead!&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;https://chrome.google.com/extensions/detail/dffhipnliikkblkhpjapbecpmoilcama&quot;&gt;https://chrome.google.com/extensions/detail/dff...&lt;/a&gt;
&lt;br /&gt;:)&lt;/p&gt;</description>
      <pubDate>Fri, 03 Sep 2010 22:22:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:45166:281021</guid>
      <author>greyg00</author>
      <link>http://userscripts.org/posts/281021</link>
    </item>
    <item>
      <title>Doesn&amp;#39;t work with checkout, replied by Turkeyphant</title>
      <description>&lt;p&gt;Anyone?&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jul 2010 14:50:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:56668:272376</guid>
      <author>Turkeyphant</author>
      <link>http://userscripts.org/posts/272376</link>
    </item>
    <item>
      <title>working with google apps email, replied by KClowlife</title>
      <description>&lt;p&gt;yeah, I'm seeing the same thing.  I only just started using this tool, so I'm not sure what the fix is.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Jul 2010 12:19:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20504:269845</guid>
      <author>KClowlife</author>
      <link>http://userscripts.org/posts/269845</link>
    </item>
    <item>
      <title>Doesn&amp;#39;t work with checkout, replied by Turkeyphant</title>
      <description>&lt;p&gt;The only reason I want to use this is to manage multiple google checkout seller accounts but it doesn't work. When specifying my log-in details, it tries to log-in with google apps rather than just the email address which is how checkout works.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Jul 2010 10:52:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:56668:268914</guid>
      <author>Turkeyphant</author>
      <link>http://userscripts.org/posts/268914</link>
    </item>
    <item>
      <title>Does not work, replied by asm@m</title>
      <description>&lt;p&gt;sorry. it work. i need to enable third party cookies&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jun 2010 00:35:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:55172:264960</guid>
      <author>asm@m</author>
      <link>http://userscripts.org/posts/264960</link>
    </item>
    <item>
      <title>Does not work, replied by asm@m</title>
      <description>&lt;p&gt;i cannot make it work on Firefox in Linuxmint 9&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 22:28:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:55172:264521</guid>
      <author>asm@m</author>
      <link>http://userscripts.org/posts/264521</link>
    </item>
    <item>
      <title>hide password when typing, replied by dogsnapper</title>
      <description>&lt;p&gt;hello, great script. donated to your cause and have been using it for about a year... very happy.
&lt;br /&gt;i do not store my passwords. is there a way to make the password characters appear as asterisks?&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jun 2010 22:40:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:55541:263832</guid>
      <author>dogsnapper</author>
      <link>http://userscripts.org/posts/263832</link>
    </item>
    <item>
      <title>Google Chrome Compatibility, replied by Jarett</title>
      <description>&lt;p&gt;ez4u2sai is correct; it uses unsafeWindow, in addition to a few of the gm_ functions that Greasemonkey-specific. Unless Chrome implements these, it'll be a pain to get the script working in Chrome.&lt;/p&gt;</description>
      <pubDate>Sun, 20 Jun 2010 21:54:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:45166:263117</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/posts/263117</link>
    </item>
    <item>
      <title>Does not work, replied by Jarett</title>
      <description>&lt;p&gt;That isn't enough information for me to help you, sorry. I'd try refreshing the page first and trying again. If it happens again, can you check the Javascript error console (Tools &gt; Error Console) and see what errors, if any, were generated by the script?&lt;/p&gt;</description>
      <pubDate>Sun, 20 Jun 2010 21:53:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:55172:263115</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/posts/263115</link>
    </item>
    <item>
      <title>Does not work, replied by takkischitt</title>
      <description>&lt;p&gt;Just installed this script today (17th June 2010).&lt;/p&gt;

&lt;p&gt;I've added several Google accounts which have all saved fine in the script. When I click on the other accounts to switch to them it does not change.&lt;/p&gt;

&lt;p&gt;Can anyone help?&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:50:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:55172:262289</guid>
      <author>takkischitt</author>
      <link>http://userscripts.org/posts/262289</link>
    </item>
    <item>
      <title>Google Chrome Compatibility, replied by ez4u2sai</title>
      <description>&lt;p&gt;Having had a brief look at the script, it uses the Gmail Greasemonkey API ( &lt;a href=&quot;http://code.google.com/p/gmail-greasemonkey/wiki/GmailGreasemonkey10API&quot;&gt;http://code.google.com/p/gmail-greasemonkey/wik...&lt;/a&gt;) which requires access to the base page's Javascript objects through the unsafeWindow greasemonkey object, which doesn't exist in Chrome.  Basically the script can't access the API needed to get it working, so Chrome support for this script isn't coming any day soon.&lt;/p&gt;

&lt;p&gt;.. happy to be proved wrong, of course.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jun 2010 08:18:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:45166:262235</guid>
      <author>ez4u2sai</author>
      <link>http://userscripts.org/posts/262235</link>
    </item>
    <item>
      <title>Opera Compatible???, replied by asm@m</title>
      <description>&lt;p&gt;yup please....&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jun 2010 06:28:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:54752:262199</guid>
      <author>asm@m</author>
      <link>http://userscripts.org/posts/262199</link>
    </item>
    <item>
      <title>Opera Compatible???, replied by ohyeahgod</title>
      <description>&lt;p&gt;This is a great script, but it doesn't work with Opera anymore. I've tested on Opera 10.5x &amp;amp; 10.6x  but it doesn't work at all, would &quot;Jarett&quot; or anyone please does some hack to make it work on Opera please, I really need it.&lt;/p&gt;

&lt;p&gt;Thank you so much for the great script.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jun 2010 20:30:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:54752:260505</guid>
      <author>ohyeahgod</author>
      <link>http://userscripts.org/posts/260505</link>
    </item>
    <item>
      <title>Bug?, replied by Fabrizio</title>
      <description>&lt;p&gt;Hi there! Great job on this one!
&lt;br /&gt;I think there's a sort of bug I've found... if you come from a country whose domain is .co.uk, .com.nz, .com.au, etc when you try and open google reader from the upper link, it will redirect from gmail.com to  google.&amp;lt;country&gt;/reader/?tab=my.&lt;/p&gt;

&lt;p&gt;This is not the bug!
&lt;br /&gt;The bug is: when you are in google reader .&amp;lt;yourcountry&gt; you cannot change account anymore: whatever account I choose, it just gets ignored.&lt;/p&gt;

&lt;p&gt;Workaround for me is to open manually google.*com*/reader/?tab=my but if you can fix it it's just better :)&amp;lt;/yourcountry&gt;&amp;lt;/country&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jun 2010 06:40:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:54365:258954</guid>
      <author>Fabrizio</author>
      <link>http://userscripts.org/posts/258954</link>
    </item>
    <item>
      <title>FF 3.6 Issue, replied by Eon</title>
      <description>&lt;p&gt;There is not a permanent fix yet, but doing what tdlm says will let you reload your gmail without having to restart or clear your cookies. THat's the only way I have seen that will get you back to going.&lt;/p&gt;</description>
      <pubDate>Sat, 27 Mar 2010 12:12:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:44322:235560</guid>
      <author>Eon</author>
      <link>http://userscripts.org/posts/235560</link>
    </item>
  </channel>
</rss>
