<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Userscripts.org Favorites | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1874</link>
    <description>Recent comments on userscript: Userscripts.org Favorites</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by az1d @ Wed, 04 Jul 2007 06:03:02 -0500</title>
      <description>&lt;p&gt;I've been happy with this script for over a year now. Thank you.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:03:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72504</guid>
      <author>az1d</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hibria @ Wed, 13 Jun 2007 06:04:15 -0500</title>
      <description>&lt;p&gt;BAMFC, make sure you read Junk Blocker's comments below.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jun 2007 06:04:15 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72505</guid>
      <author>Hibria</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by BAMFC @ Wed, 25 Apr 2007 15:15:52 -0500</title>
      <description>&lt;p&gt;I'm not sure what I've done wrong, but I've installed this script successfully and navigated to different scripts, but nowhere do I get any blue plus-signs, and there's no &quot;favorites&quot; item added to my menu.  I have double checked, and the script is enabled.&lt;/p&gt;

&lt;p&gt;Any suggestions?&lt;/p&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:15:52 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72506</guid>
      <author>BAMFC</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume @ Sat, 07 Apr 2007 08:39:51 -0500</title>
      <description>Bugger bugger bugger&lt;br /&gt;
Looks like i cant post the code here as it gets translated into an actual link.&lt;br /&gt;
If you have trouble with the import export link, line 51 of the original script is where you need to start looking</description>
      <pubDate>Sat, 07 Apr 2007 08:39:51 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72507</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume @ Sat, 07 Apr 2007 08:27:09 -0500</title>
      <description>And we'll try again with some code tags...

One more alteration of the code to get the import export link working
Line 51 (the first one of the out+= block of lines)
OLD:
  &lt;code&gt;out += &quot;&lt;p&gt;&lt;b&gt;&lt;a&gt;click to export or import favorites...&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&quot;;&lt;/p&gt;&lt;/code&gt;

NEW:
  &lt;code&gt;out += &quot;&lt;p&gt;&lt;b&gt;&lt;a href=&quot;#&quot;&gt;&lt;/p&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 07 Apr 2007 08:27:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72508</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume @ Sat, 07 Apr 2007 08:22:57 -0500</title>
      <description>One more alteration of the code to get the import export link working
Line 51 (the first one of the out+= block of lines)
OLD:
  out += &quot;&lt;p&gt;&lt;b&gt;&lt;a&gt;click to export or import favorites...&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&quot;;

NEW:
  out += &quot;&lt;p&gt;&lt;b&gt;&lt;a href=&quot;#&quot;&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 07 Apr 2007 08:22:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72509</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Junk Blocker @ Tue, 20 Feb 2007 14:40:24 -0600</title>
      <description>&lt;p&gt;Layout changed. New line 20 should be:&lt;/p&gt;

&lt;p&gt;var nav = document.evaluate(&quot;//div[@id='header']/ul[1]/li[5]&quot;, document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);&lt;/p&gt;</description>
      <pubDate>Tue, 20 Feb 2007 14:40:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72510</guid>
      <author>Junk Blocker</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Junk Blocker @ Mon, 19 Feb 2007 19:02:11 -0600</title>
      <description>&lt;p&gt;Couple of changes to give most of the functionality back. &lt;/p&gt;

&lt;p&gt;1) Change one line at line 20&lt;/p&gt;

&lt;p&gt;Old: &lt;/p&gt;

&lt;p&gt;var nav = document.evaluate(&quot;//ul[@id='menu']/li[5]&quot;, document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);&lt;/p&gt;

&lt;p&gt;New:&lt;/p&gt;

&lt;p&gt;var nav = document.evaluate(&quot;//ul[@id='nav']/li[5]&quot;, document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);&lt;/p&gt;

&lt;p&gt;2) Replace 2 lines around line 107:&lt;/p&gt;

&lt;p&gt;Old:&lt;/p&gt;

&lt;p&gt;var link = document.evaluate(&quot;//div[@id='content']/div[@id='name']/a[1]&quot;, document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);&lt;/p&gt;

&lt;p&gt;var script = link.snapshotItem(0);&lt;/p&gt;

&lt;p&gt;New:&lt;/p&gt;

&lt;p&gt;var script = document.evaluate(&quot;//div[@id='content']/h1&quot;, document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null).snapshotItem(0);&lt;/p&gt;</description>
      <pubDate>Mon, 19 Feb 2007 19:02:11 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72511</guid>
      <author>Junk Blocker</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dan Atkinson @ Tue, 28 Feb 2006 00:21:03 -0600</title>
      <description>&lt;p&gt;An excellent script! Great idea which could be modified for many sites!&lt;/p&gt;</description>
      <pubDate>Tue, 28 Feb 2006 00:21:03 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72512</guid>
      <author>Dan Atkinson</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Zane Revai @ Wed, 08 Feb 2006 04:02:42 -0600</title>
      <description>&lt;p&gt;How difficult would it be to say create this for the addons.mozilla.org extension and perhaps even theme archives. This would make my life so much easier if I could avoid checking the installed ext to see if I already have it. I would love to have a list of all the extensions that interested me.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Feb 2006 04:02:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72513</guid>
      <author>Zane Revai</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by ankut @ Wed, 05 Oct 2005 17:58:27 -0500</title>
      <description>&lt;p&gt;Added the import/export feature!&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 17:58:27 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72514</guid>
      <author>ankut</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by ankut @ Wed, 05 Oct 2005 12:35:27 -0500</title>
      <description>&lt;p&gt;Fluke or not, I'm sorry that it happened (I've had to re-add a bunch of times when testing the script and I know how tedious it can be) and am thinking of adding an import/export feature just in case.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:35:27 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72515</guid>
      <author>ankut</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by facted @ Wed, 05 Oct 2005 10:05:30 -0500</title>
      <description>&lt;p&gt;I do not have the entry you discussed in my about:config (hence the name change wasn't a factor). However, upon reinstalling again (as a test), I kept my scripts so I guess it was one time fluke. If it happens again, I'll let you know.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 10:05:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72516</guid>
      <author>facted</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by ankut @ Wed, 05 Oct 2005 09:33:42 -0500</title>
      <description>facted, reinstalling the script, even newer versions, should not clear the previously saved preferences, provided that I do not change the name of the script. The script name, in my case &quot;Userscripts.org Favorites&quot; is used by the greasemonkey GM_getValue and GM_setValue functions, and it is then used, by name, as a value in your firefox preferences (if you want to see the actual string I store, navigate to about:config and filter by greasemonkey. You should see your favorites in the greasemonkey.scriptvals.userscripts.org/Userscripts.org Favorites.favorites preference. &lt;p&gt;Now, I did change the name of the script once (you can see from the screenshots that it used to be called &quot;Userscript Favorites&quot; and if you got the script in that transitional time, you might have lost your bookmarks then. Check your about:config for greasemonkey.scriptvals.userscripts.org/Userscript Favorites.favorites key, and if you have that, then that's what the problem is. In I have tested removing the script, closing Firefox, reopening and reinstalling from the site, and my saved bookmarks were retained. I f you can reproduce this problem still, please comment on the exact steps, and I will submit a fix for it.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 09:33:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72517</guid>
      <author>ankut</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by facted @ Wed, 05 Oct 2005 05:56:16 -0500</title>
      <description>&lt;p&gt;Small complaint, though not sure if this can be fixed: installing the new version of the script removed all my previous favorites. Is that an expected action?&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 05:56:16 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72518</guid>
      <author>facted</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by facted @ Wed, 05 Oct 2005 05:54:57 -0500</title>
      <description>&lt;p&gt;Thanks for fixing that small issue. Also, I'd like to thank you for setting an example on what a script description should really be like. A good description, pictures, and even GASP...a changelog!!! THANK YOU.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2005 05:54:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72519</guid>
      <author>facted</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Britt Selvitelle @ Tue, 04 Oct 2005 19:34:46 -0500</title>
      <description>&lt;p&gt;Awesome! Yeah this is absolutely a planned feature. Trac/SVN is down right now due to DAV issues with lighttpd, but I'll try to get this back up ASAP and if you'd like to submit a patch that would be very cool!&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 19:34:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72520</guid>
      <author>Britt Selvitelle</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by ankut @ Tue, 04 Oct 2005 19:30:41 -0500</title>
      <description>&lt;p&gt;I fixed the multi-add bug, thanks Wiser! This should resolve adding even when the button is grayed out, and also all the duplicate entries being removed from the Favorites view (its an issue stemming from this original problem). As for Favorites overwriting the current page... that's something I'm thinking about changing, hopefully without opening new windows...&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 19:30:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72521</guid>
      <author>ankut</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Wiser @ Tue, 04 Oct 2005 15:03:55 -0500</title>
      <description>&lt;p&gt;Also, when you go to the Favorites list, the only way to go back to the script you were viewing is to either click on its link or to refresh the page.  Also, to add to my previous comment, removing just one of the extra entries removes them all (only shows up after refresh).  And upon further testing, it seems like this bug only happens if you click on the button after adding it to the list and you haven't navigated away from the page yet.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 15:03:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72522</guid>
      <author>Wiser</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Wiser @ Tue, 04 Oct 2005 14:59:22 -0500</title>
      <description>&lt;p&gt;Found a bug... even though the + is grayed out, clicking on it will add another entry of the script into your Favorites list.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 14:59:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72523</guid>
      <author>Wiser</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by facted @ Tue, 04 Oct 2005 05:25:49 -0500</title>
      <description>&lt;p&gt;agreed. Should be core functionality included in the userscript interface, but I'll take it anyway I can get it :)&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 05:25:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72524</guid>
      <author>facted</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Tue, 04 Oct 2005 04:17:46 -0500</title>
      <description>&lt;p&gt;superb :)&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 04:17:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72525</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:43 -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:05:43 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16837:72503</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/16837</link>
    </item>
  </channel>
</rss>
