<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Multiple Windows Live ID's | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/15390</link>
    <description>Recent comments on userscript: Multiple Windows Live ID's</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by jerone @ Tue, 23 Sep 2008 14:18:18 -0500</title>
      <description>&lt;p&gt;OK thnx, Spanish translation is updated.
&lt;br /&gt;If you're willing to translate &lt;a href=&quot;http://userscripts.org/users/31497/scripts&quot;&gt;more...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 14:18:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27769</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by sanosuke @ Tue, 23 Sep 2008 12:17:21 -0500</title>
      <description>&lt;p&gt;OK, no problem
&lt;br /&gt;&lt;pre&gt;				'left'			: 'Izquierda',
				'right'			: 'Derecha',
				'unknown'		: 'Desconocido',
				'unknown'		: 'desconocido',&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 12:17:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27770</guid>
      <author>sanosuke</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Tue, 23 Sep 2008 03:07:24 -0500</title>
      <description>&lt;p&gt;Hey, since your last comment i've got some new ones for you to translate before I release the new scripts:
&lt;br /&gt;&lt;pre&gt;				'left'			: 'Left',
				'right'			: 'Right',
				'unknown'		: 'Unknown',
				'unknown'		: 'unknown',&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 03:07:24 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27771</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by sanosuke @ Tue, 23 Sep 2008 02:35:07 -0500</title>
      <description>&lt;p&gt;Hello again. I forgot to translate the smalles part of all the script, the short language name XD, but you're right, it's &lt;code&gt;es&lt;/code&gt;. And as you asked, i translated the US_language script, so, here it goes:
&lt;br /&gt;&lt;pre&gt;'es' : {
			'language' : {
				'languageShort'	: 'es',
				'languageLong'	: 'Espa&#241;ol',
				'translator'	: 'sanosuke'},
			'common' : {
				'settings'		: 'Configuracion',
				'options'		: 'Opciones',
				'ok'			: 'Aceptar',
				'apply'			: 'Aplicar',
				'cancel'		: 'Cancelar',
				'reset'			: 'Reiniciar',
				'add'			: 'A&#241;adir',
				'remove'		: 'Quitar',
				'edit'			: 'Editar',
				'up'			: 'Arriba',
				'down'			: 'Abajo'},
			'time' : {
				'millisecond'	: 'milisegundo',	'milliseconds'	: 'milisegundos',
				'second'		: 'segundo',			'seconds'		: 'segundos',
				'minute'		: 'minuto',			'minutes'		: 'minutos',
				'hour'			: 'hora',			'hours'			: 'horas',
				'day'			: 'dia',			'days'			: 'dias',
				'week'			: 'semana',			'weeks'			: 'semanas',
				'year'			: 'a&#241;o',			'years'			: 'a&#241;os'},
			'USU' : {
				'notYetDefined'	: 'A&#250;n no definido',
				'upDate'		: &quot;Actualizar @1@ con la version @2@ a la version @3@?&quot;,
				'noUpdate'		: &quot;Ser&#225;s notificado cuando visites nuevamente este sitio despues de @1@.&quot;,
				'lower'			: 'es menor que',
				'equel'			: 'es igual a',
				'higher'		: 'es mayor que',
				'this'			: 'este',
				'server'		: 'servidor'}},&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Ah... and one or two little mistakes in the previous translation:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;'display' : 'Apariencia'
'name' : 'Nombre'
'wlids' : 'ID\'s de Windows Live '&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;So I guess that's all. Let me know if there's anything more to translate. I'll be waiting for the next update of your script to see if the translation really works XD. Bye&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 02:35:07 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27772</guid>
      <author>sanosuke</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Thu, 18 Sep 2008 04:11:19 -0500</title>
      <description>&lt;p&gt;@sanosuke. Thank you so much, you're the first one who translated my script.
&lt;br /&gt;Before I release this script with the new translation, I have to get 2 things:
&lt;br /&gt;&lt;ul&gt;&lt;li&gt;the short language name referring your country (e.g. &quot;&lt;code&gt;en&lt;/code&gt;&quot; for English, &quot;&lt;code&gt;nl&lt;/code&gt;&quot; for Dutch). You could get this info from the following code: &lt;code&gt;window.navigator.language&lt;/code&gt; which you could execute in Firebug. It probably ganna be &quot;&lt;code&gt;es&lt;/code&gt;&quot;, but I'm need to be sure to get it working.&lt;/li&gt;&lt;li&gt;secondly, translating this script isn't enough. :( There'd more strings which this script uses on &lt;a href=&quot;http://userscripts.org/scripts/show/16143&quot;&gt;US_language&lt;/a&gt;. Please have a look at that script and post your translation.&lt;/li&gt;&lt;/ul&gt;If I've got above info, I'll immediately release the new update with some bug fixes which I found adding your translation there too. :p&lt;/p&gt;

&lt;p&gt;&lt;small&gt;p.s. Please post your findings in a &lt;code&gt;&amp;lt;blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt;&lt;/code&gt; block.&lt;/small&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2008 04:11:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27773</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by sanosuke @ Wed, 17 Sep 2008 23:15:20 -0500</title>
      <description>&lt;p&gt;Hi there, i loved your script, it works really fine, so thank you for it, i was looking for something like this.
&lt;br /&gt;Well, the reason that i'm posting here is because i took the liberty to translate it to spanish, because that's my mother language. So, if it's useful for you, here goes the translation:&lt;/p&gt;

&lt;p&gt;'en':{
&lt;br /&gt;		'MWLID':{
&lt;br /&gt;			'accounts'		: 'Cuentas',
&lt;br /&gt;			'login'			: 'Iniciar Sesi&#243;n',
&lt;br /&gt;			'loginlong'		: 'Haz click aqu&#237; para iniciar sesi&#243;n de inmediato.',&lt;/p&gt;

&lt;p&gt;			'settingslong'	: 'Haz click aqu&#237; para abrir la ventana de configuraci&#243;n.',
&lt;br /&gt;			'display'		: 'Display',
&lt;br /&gt;			'showpass'		: 'Mostrar la contrase&#241;a como texto normal.',
&lt;br /&gt;			'showpasshelp'	: 'Activando esta opci&#243;n cualquiera puede leer tu contrase&#241;a. Asegurate de estar solo.',
&lt;br /&gt;			'showinfo'		: 'Mostrar el campo de informaci&#243;n de Windows Live.',
&lt;br /&gt;			'hideinfo'		: 'Ocultar el campo de informaci&#243;n de Windows Live.',
&lt;br /&gt;			'showlogin'		: 'Mostrar el campo de inicio de sesi&#243;n normal.',
&lt;br /&gt;			'hidelogin'		: 'Ocultar el campo de inicio de sesi&#243;n normal.',
&lt;br /&gt;			'showusers'		: 'Mostrar la lista de usuarios.',
&lt;br /&gt;			'hideusers'		: 'Ocultar la lista de usuarios.',
&lt;br /&gt;			'info'			: 'Selecionado = visible ; no seleccionado = oculto',&lt;/p&gt;

&lt;p&gt;			'wlids'			: 'Windows Live ID\'s',
&lt;br /&gt;			'ids'			: 'ID\'s',
&lt;br /&gt;			'name'			: 'Nombreil',
&lt;br /&gt;			'pass'			: 'Contrase&#241;a',
&lt;br /&gt;			'image'			: 'Imagen',  // max 6 caracteres;
&lt;br /&gt;			'dp'			: 'Avatar',
&lt;br /&gt;			'newaccount'	: 'Nueva cuenta',
&lt;br /&gt;			'active'		: 'Activa',&lt;/p&gt;

&lt;p&gt;			'resetConfirm'	: &quot;Esto reiniciar&#225; todas las modificaciones que haz hecho en cada pesta&#241;a!\n\nEst&#225;s seguro de que quieres reiniciar todas las modificaciones?&quot;,
&lt;br /&gt;			'help'			: 'Ayuda'}},&lt;/p&gt;

&lt;p&gt;OK, hope you like it, and if you need any help in translating your script to spanish again, let me know by PM.&lt;/p&gt;

&lt;p&gt;See ya!&lt;/p&gt;</description>
      <pubDate>Wed, 17 Sep 2008 23:15:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27774</guid>
      <author>sanosuke</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Tue, 19 Aug 2008 19:11:19 -0500</title>
      <description>&lt;p&gt;I would love to help, but I'm afraid I'm English and can't speak any other languages.&lt;/p&gt;

&lt;p&gt;Wouldn't it make more sense to have the options on the setting page set the override values. After all, what is the point of setting them at all when their effect is cancelled as soon as the user clicks the show/hide bars?&lt;/p&gt;

&lt;p&gt;I did write this script which redirects back to the login page:&lt;/p&gt;

&lt;p&gt;// ==UserScript==
&lt;br /&gt;// @name           MSN To Hotmail Redirect
&lt;br /&gt;// @namespace      What Is This?
&lt;br /&gt;// @description    Redirect MSN To Hotmail so when you log out of Hotmail you are taken back to the login page.
&lt;br /&gt;// @include        &lt;a href=&quot;http://login.live.com/logout&quot;&gt;http://login.live.com/logout&lt;/a&gt;*
&lt;br /&gt;// ==/UserScript==
&lt;br /&gt;window.location.href = &quot;http://mail.live.com/&quot;;&lt;/p&gt;

&lt;p&gt;EDIT:
&lt;br /&gt;I have just found a firefox addon which does the same thing but can be customised for many pages:
&lt;br /&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/5064&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 19 Aug 2008 19:11:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27775</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Tue, 19 Aug 2008 09:41:18 -0500</title>
      <description>&lt;p&gt;@Adamarla,
&lt;br /&gt;This script only works on http(s)://login.live.com/* pages. The suggestion from you has to work on a lot other pages. And personal I think it's out of the goal of this script.&lt;/p&gt;

&lt;p&gt;But as I'm also annoyed by it I mite make another script for this.&lt;/p&gt;

&lt;p&gt;If your mother-language isn't English/Dutch, are you willing to translate my scripts?&lt;/p&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:41:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27776</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Mon, 18 Aug 2008 12:06:47 -0500</title>
      <description>&lt;p&gt;Thanks jerone for adding the options, it works just as I had hoped.&lt;/p&gt;

&lt;p&gt;One last thing... I really think!&lt;/p&gt;

&lt;p&gt;Are you able to redirect the &quot;Sign out&quot; link back to the log in page. It would make switching between accounts much easier and quicker to bypass the msn.com page which loads.&lt;/p&gt;

&lt;p&gt;Thanks for a great script.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 12:06:47 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27777</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Sat, 16 Aug 2008 13:47:49 -0500</title>
      <description>&lt;p&gt;I love your input Adamarla. 
&lt;br /&gt;Your request can be done in multiple ways. Not wanting that much hassle for something I won't use, I still added some new options that require you to edit the scripts source. You can read more about it in the last part of $5 Options. I hope it's what you asked for.&lt;/p&gt;

&lt;p&gt;Anyone interested in translating this script? ATM this script is translated in English of course and Dutch.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 13:47:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27778</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Sat, 16 Aug 2008 12:03:37 -0500</title>
      <description>&lt;p&gt;Thanks, it's all working again now. My previous problem with the &quot;Sign In&quot; button is fixed now too.&lt;/p&gt;

&lt;p&gt;I don't want to overwork you but would it be possible to prevent the three panels from remembering their last visibility? It would be nice to be able to have the user list hidden every time the page is loaded whether it was previously open or not to reduce the chances of others logging into my accounts. i.e. &quot;Always use visibility settings&quot; option.&lt;/p&gt;

&lt;p&gt;The file wasn't from PortableApps, it was made using VMware's ThinApp but essentially does the same thing. Thanks for pointing me to PortableApps though - I didn't know about that site. Their implementation is unable to be updated and seems complicated to install addons and extensions. The ThinApp way can be used as if it is a normal install - it is updateable.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 12:03:37 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27779</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Sat, 16 Aug 2008 07:45:11 -0500</title>
      <description>&lt;p&gt;@Adamarla
&lt;br /&gt;The bug has been located and should be &lt;strong&gt;fixed&lt;/strong&gt; right now.
&lt;br /&gt;It was found in the US_functions, in a function that was the root of it all, which causes a chain of errors.
&lt;br /&gt;A &lt;a href=&quot;http://userscripts.org/scripts/show/16142&quot;&gt;new version of US_functions is now available&lt;/a&gt; with the fix included. 
&lt;br /&gt;No need to reinstall &lt;abbr title=&quot;Multiple Windows Live ID's&quot;&gt;MWLID&lt;/abbr&gt;.&lt;/p&gt;

&lt;p&gt;Offtopic:
&lt;br /&gt;That file you linked me, that was from &lt;a href=&quot;http://portableapps.com&quot;&gt;PortableApps&lt;/a&gt;, right? I should have thought of that. No excuse for me now to not test my scripts in Firefox 3 anymore :p.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 07:45:11 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27780</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Fri, 15 Aug 2008 20:20:31 -0500</title>
      <description>&lt;p&gt;I installed Firebug but I have never used it before and don't know what data you need from it, or how to go about getting it. If you are unable to install Firefox 3.0.1, you could use the following portable version. It doesn't need installing and makes absolutely no changes to the system - all settings are written to a virtual directory structure and stored in a 'sandbox' folder in the same directory you run it from. It can be run from a USB drive and have greasemonkey, firebug and your scripts installed as usual. Probably easier for you to diagnose that way than me learning firebug. Let me know if you still need me to test it.&lt;/p&gt;

&lt;p&gt;Foirefox 3.0.1 Portable:
&lt;br /&gt;&lt;a href=&quot;http://www.mediafire.com/?eyljnud1dpf&quot;&gt;http://www.mediafire.com/?eyljnud1dpf&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 20:20:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27781</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Fri, 15 Aug 2008 14:33:30 -0500</title>
      <description>&lt;p&gt;It's probably a FF 3 problem and atm I can't install that one.&lt;/p&gt;

&lt;p&gt;Could you install &lt;a href=&quot;https://addons.mozilla.org/nl/firefox/addon/1843&quot;&gt;Firebug&lt;/a&gt; and tell what errors you get.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 14:33:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27782</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Fri, 15 Aug 2008 08:52:12 -0500</title>
      <description>&lt;p&gt;jerone,
&lt;br /&gt;I have just tested this again on a clean, freshly installed XP-SP3 VMware machine. I got the same errors again in a new install of Firefox 3.0.1. Here is a link to a video of what happened:
&lt;br /&gt;&lt;a href=&quot;http://www.megaupload.com/?d=G6M4ICYV&quot;&gt;http://www.megaupload.com/?d=G6M4ICYV&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 08:52:12 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27783</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Tue, 12 Aug 2008 02:58:26 -0500</title>
      <description>&lt;p&gt;@Adamarla,
&lt;br /&gt;I did a lot of testing on a clean FF profile and I really couldn't reproduce your problem. I tried it the correct way, the wrong way, the random way, all the way. But every time I rearrange it to the correct order, the rest of the scripts are working perfect again.&lt;/p&gt;

&lt;p&gt;I really would like to solve your problem, so I would like to know the following:
&lt;br /&gt;- which Firefox and Greasemonkey version you're using?
&lt;br /&gt;- have you installed Firebug?
&lt;br /&gt;- what errors do you get in Firebug or FF error console?
&lt;br /&gt;- when uninstalling the scripts, did you also selected to remove the settings?
&lt;br /&gt;- did you do a restart after uninstalling and before reinstalling?
&lt;br /&gt;- and if its not to big of a list, which scripts you're using also?&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 02:58:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27784</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Mon, 11 Aug 2008 23:49:42 -0500</title>
      <description>&lt;p&gt;I uninstalled all the scripts and then installed US_functions, then US_language. On going to the US_options page I got the error. After installing US_options, I got the message twice when opening the US_update page. After installing US_update and Multiple Windows Live ID's I went to Google and got the message 3 times in a row.&lt;/p&gt;

&lt;p&gt;On Hotmail login page I get 4 US_functions followed by 1 US_update message and don't get the modified page.&lt;/p&gt;

&lt;p&gt;They are all installed and in the listed order. It all worked before the recent update.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 23:49:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27785</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Mon, 11 Aug 2008 03:07:01 -0500</title>
      <description>&lt;p&gt;@Adamarla,
&lt;br /&gt;This only happens if you don't have all scripts installed or in the wrong order. Check in the userscripts list if they are in correct order:
&lt;br /&gt;&lt;ol&gt;&lt;li&gt;US_functions&lt;/li&gt;&lt;li&gt;US_language&lt;/li&gt;&lt;li&gt;US_options&lt;/li&gt;&lt;li&gt;US_update&lt;/li&gt;&lt;li&gt;and then somewhere below this script.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;And how many times do you get this message on one page?&lt;/p&gt;

&lt;p&gt;Please let me know your findings.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 03:07:01 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27786</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Mon, 11 Aug 2008 00:23:01 -0500</title>
      <description>&lt;p&gt;I now get the following popup message box on every web page even though I have all of your scripts installed:&lt;/p&gt;

&lt;p&gt;The following script doesn't exist, is disabled or something went wrong:
&lt;br /&gt;	US_functions&lt;/p&gt;

&lt;p&gt;Click 'OK' to go to the homepage of that script to download the newest version:
&lt;br /&gt;	&lt;a href=&quot;http://userscripts.org/scripts/show/16142&quot;&gt;http://userscripts.org/scripts/show/16142&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 00:23:01 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27787</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Sun, 10 Aug 2008 05:20:38 -0500</title>
      <description>&lt;p&gt;Hi mcjano, please don't write in capital, it looks like you're shouting.&lt;/p&gt;

&lt;p&gt;Just to be sure you followed the correct order: open settings window, click the + button (a new option is added below), add the information below and press the * button after every input and press Apply in the end.&lt;/p&gt;</description>
      <pubDate>Sun, 10 Aug 2008 05:20:38 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27788</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcjano @ Sun, 10 Aug 2008 01:24:23 -0500</title>
      <description>&lt;p&gt;HI, WELL I WAS TRYING YOUR SCCRIPT AND I HAVE AN ANSWER, WHEN I ADD A NEW ID FROM THE SETTINGS PAGE, IT DOESNT APPEAR IN THE LIST OF MAILS I HAVE PUT IN THE SCRIPT, SO, WHERE THIS ID IS STORED?, AND, COULD YOU CHANGE, (IF YOU CAN AND WANT OF COURSE), THE BACKGROUND OF THE SETTINGS PAGE BECAUSE IS TRANSPARENT AND I CANT SEE ANY TEXT THERE.&lt;/p&gt;</description>
      <pubDate>Sun, 10 Aug 2008 01:24:23 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27789</guid>
      <author>mcjano</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Sat, 09 Aug 2008 09:18:58 -0500</title>
      <description>&lt;p&gt;@Adamarla,
&lt;br /&gt;Clicking on the hover and image will fill your info in the fields. 
&lt;br /&gt;Clicking on the &quot;Sign In&quot; button will log you in immediately. 
&lt;br /&gt;Clicking on your name opens the old login page.&lt;/p&gt;

&lt;p&gt;@mcjano,
&lt;br /&gt;After this update losing your accounts and settings when updating shouldn't happen anymore!&lt;/p&gt;</description>
      <pubDate>Sat, 09 Aug 2008 09:18:58 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27790</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Tue, 22 Jul 2008 14:34:03 -0500</title>
      <description>&lt;p&gt;In addition...&lt;/p&gt;

&lt;p&gt;If I click the picture and then click the &quot;Sign In &quot; button below &quot;Remember my password&quot; it works.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 14:34:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27791</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adamarla @ Tue, 22 Jul 2008 14:27:18 -0500</title>
      <description>&lt;p&gt;When I click on &quot;Sign in&quot; after one of the e-mail addresses, the following error flashes up in red for half a second: &quot;The e-mail address or password is incorrect. Please try again.&quot;&lt;/p&gt;

&lt;p&gt;When I click the e-mail address text it goes to: &lt;a href=&quot;https://login.live.com/pp500/&quot;&gt;https://login.live.com/pp500/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If I click the e-mail address text and then quickly click the &quot;Sign In &quot; button below &quot;Remember my password&quot; it works.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 14:27:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27792</guid>
      <author>Adamarla</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
    <item>
      <title>Archived Comments, replied by jerone @ Sat, 21 Jun 2008 06:17:40 -0500</title>
      <description>&lt;p&gt;mcjano, hmmm I never thought of that, my fault :(
&lt;br /&gt;The next version will contain a solution or at least a note about this.
&lt;br /&gt;Thanks for your comments. gr J
&lt;br /&gt;&lt;small&gt;ps. do all the US_framework scripts also work correctly?&lt;/small&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jun 2008 06:17:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11317:27793</guid>
      <author>jerone</author>
      <link>http://userscripts.org/topics/11317</link>
    </item>
  </channel>
</rss>
