<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Remember password | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/799</link>
    <description>Recent comments on userscript: Remember password</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by kittyb03774 @ Wed, 01 Nov 2006 07:49:03 -0600</title>
      <description>&lt;p&gt;I have a mac osx 10.2.8 and use firefox 1.5.  I have incorrectly chosen on some sites to not remember passwords.  I cannot figure out how to allow me to change my mind and allow it to remember the passwords.  I went to firefox&gt;references&gt;privacy&gt;passwords&gt;view passwords&gt;passwords never saved  but the box is empty and there isn't any button to undo and since there isn't any names in the box, I can't highlight any of the sites to alter.  Any ideas?  I am a novice computer user and have no idea what to do.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Nov 2006 07:49:03 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22392</guid>
      <author>kittyb03774</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Archimedes Submerged @ Wed, 22 Mar 2006 19:42:47 -0600</title>
      <description>&lt;p&gt;Script as downloaded has &lt;code&gt;if (showalert=1)&lt;/code&gt;
&lt;br /&gt;instead of &lt;code&gt;if (showalert==1)&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 Mar 2006 19:42:47 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22393</guid>
      <author>Archimedes Submerged</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dave Kalata @ Sat, 18 Mar 2006 10:28:52 -0600</title>
      <description>&lt;p&gt;I was able to make the change for Firefox 1.5 (changing &quot;x.attributes[&quot;autocomplete&quot;]&quot; with &quot;x.attributes.getNamedItem(&quot;autocomplete&quot;)&quot; and it worked for me.&lt;/p&gt;

&lt;p&gt;Also, you can remove alerts or other portions of code by commenting out the line(s) - open script in edit mode to view other examples. You can comment out any line by adding 2 forward slashes in front of it:&lt;/p&gt;

&lt;p&gt;Example:
&lt;br /&gt;// commented line here&lt;/p&gt;

&lt;p&gt;If you want to comment out many lines, you can either add 2 forward slashes in front of each line, or use the 2nd method of placing a begin comment indicator (/*) followed by an end comment indicator (*/). Anything between these 2 indicators is ignored:&lt;/p&gt;

&lt;p&gt;Example:
&lt;br /&gt;/*
&lt;br /&gt;This text is ignored. You can comment out the alert so you are not bothered. Initially, it is nice to ensure the script works, but then it is nice to disable alert by commenting out the code.
&lt;br /&gt;*/&lt;/p&gt;</description>
      <pubDate>Sat, 18 Mar 2006 10:28:52 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22394</guid>
      <author>Dave Kalata</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Viliam Durina @ Wed, 28 Dec 2005 21:22:41 -0600</title>
      <description>&lt;p&gt;The script does not work with Firefox 1.5.
&lt;br /&gt;I replaced 
&lt;br /&gt;  x.attributes[&quot;autocomplete&quot;] 
&lt;br /&gt;with
&lt;br /&gt;  x.attributes.getNamedItem(&quot;autocomplete&quot;)&lt;/p&gt;

&lt;p&gt;The latter is according to W3C DOM specification and should work with all browsers, the former is shortcut in some browsers.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Dec 2005 21:22:41 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22395</guid>
      <author>Viliam Durina</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N @ Sun, 06 Nov 2005 09:16:56 -0600</title>
      <description>&lt;p&gt;meep:&lt;/p&gt;

&lt;p&gt;I agree that it seems pointless and should be off by default, but until then, just change   showalert=1 into showalert=0 in the beginning of the script.&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2005 09:16:56 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22396</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by meep @ Sun, 06 Nov 2005 06:48:59 -0600</title>
      <description>&lt;p&gt;This script causes an annoying popup.  Please disable that, and the script will be useful.  It seems everytime it does it's job, it notifies you with this message:
&lt;br /&gt;&quot;Greasemonkey removed autocomplete=off from 0 forms and from 1 form element.&quot;
&lt;br /&gt;and then you have to click OK to continue onward.  What's the point in the notification?  If it weren't for that, this would be a good script.&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2005 06:48:59 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22397</guid>
      <author>meep</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:04:55 -0600</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>Tue, 16 Nov 2004 19:04:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10386:22391</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/10386</link>
    </item>
  </channel>
</rss>
