<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Lukas Fragodt | Userscripts.org</title>
    <description>Recent posts on all scripts by Lukas Fragodt at userscripts.org</description>
    <link>http://userscripts.org/users/5930/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by blksam2</title>
      <description>&lt;p&gt;The script is very great but it is currently not work very well~
&lt;br /&gt;Can fix it? Thank you&lt;/p&gt;</description>
      <pubDate>Sun, 14 Sep 2008 16:52:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62019</guid>
      <author>blksam2</author>
      <link>http://userscripts.org/posts/62019</link>
    </item>
    <item>
      <title>Archived Comments, replied by EroMraB</title>
      <description>&lt;p&gt;Will there ever be a fix for this?  I'd really love this script if it worked...&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jun 2008 20:51:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62020</guid>
      <author>EroMraB</author>
      <link>http://userscripts.org/posts/62020</link>
    </item>
    <item>
      <title>Archived Comments, replied by EroMraB</title>
      <description>&lt;p&gt;I'm with archaeogeek... I'm getting the tabs but it's not actually doing anything when I click on them...&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2007 20:11:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62021</guid>
      <author>EroMraB</author>
      <link>http://userscripts.org/posts/62021</link>
    </item>
    <item>
      <title>Archived Comments, replied by sizzlemctwizzle</title>
      <description>&lt;p&gt;I made this script compatible with my Facebook Refresh script: &lt;a href=&quot;http://userscripts.org/scripts/show/10682&quot;&gt;http://userscripts.org/scripts/show/10682&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had to include your code, but I force users to install your script before they can use the feature.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Sep 2007 01:44:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11539:28877</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/posts/28877</link>
    </item>
    <item>
      <title>Archived Comments, replied by kaerast</title>
      <description>&lt;p&gt;It might be nice to also have it remove the &quot;ref=??&quot; part of all Facebook URLs to stop it tracking how you are browsing the site.  I tried it myself with the following, but that just broke everything.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
var mylinks = $x( '//a[@href[contains(.,&quot;ref=&quot;)]]' );
mylinks.forEach( function( mylink ) {
	mylink.href = mylink.href.replace( /(.*)[\?&amp;amp;]ref=\w\w/, unescape(RegExp.$1) );
});
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:15:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17012:73665</guid>
      <author>kaerast</author>
      <link>http://userscripts.org/posts/73665</link>
    </item>
    <item>
      <title>Archived Comments, replied by archaeogeek</title>
      <description>&lt;p&gt;I really can't get this to work- I add it and I get extra tabs but they don't seem to do anything- they don't change the view...am I missing something?&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:09:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62022</guid>
      <author>archaeogeek</author>
      <link>http://userscripts.org/posts/62022</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lukas Fragodt</title>
      <description>&lt;p&gt;The latest update should now fix the URL problem.&lt;/p&gt;</description>
      <pubDate>Tue, 22 May 2007 15:59:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62023</guid>
      <author>Lukas Fragodt</author>
      <link>http://userscripts.org/posts/62023</link>
    </item>
    <item>
      <title>Archived Comments, replied by neko</title>
      <description>&lt;p&gt;also, it's working again when i add the wildcard myself!&lt;/p&gt;</description>
      <pubDate>Tue, 22 May 2007 14:49:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62024</guid>
      <author>neko</author>
      <link>http://userscripts.org/posts/62024</link>
    </item>
    <item>
      <title>Archived Comments, replied by neko</title>
      <description>&lt;p&gt;i'm getting &lt;a href=&quot;http://www.google.com/calendar/render?pli=1&quot;&gt;http://www.google.com/calendar/render?pli=1&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 May 2007 14:46:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62025</guid>
      <author>neko</author>
      <link>http://userscripts.org/posts/62025</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lukas Fragodt</title>
      <description>&lt;p&gt;What URL(s) are you seeing specifically?&lt;/p&gt;</description>
      <pubDate>Mon, 21 May 2007 19:52:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62026</guid>
      <author>Lukas Fragodt</author>
      <link>http://userscripts.org/posts/62026</link>
    </item>
    <item>
      <title>Archived Comments, replied by neko</title>
      <description>&lt;p&gt;doesn't seem to work.&lt;/p&gt;

&lt;p&gt;also, you have the wrong include address. you need a * after /render or nothing will show up. if this worked, that is.&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 17:39:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62027</guid>
      <author>neko</author>
      <link>http://userscripts.org/posts/62027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lukas Fragodt</title>
      <description>&lt;p&gt;@sasouki:&lt;/p&gt;

&lt;p&gt;No, this script will not allow you to see non-friend profiles. See the revised description for a better explanation of the purpose of the script.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Apr 2007 21:48:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17012:73666</guid>
      <author>Lukas Fragodt</author>
      <link>http://userscripts.org/posts/73666</link>
    </item>
    <item>
      <title>Archived Comments, replied by sasouki</title>
      <description>&lt;p&gt;i can't see the complete profile of any one not in my friend list i mean i can't see their complete profile and photos can redirecting links direct enable me to see the complete profile  when i enter a profile of a person not in my friend list  it is redirected to &lt;a href=&quot;http://www.facebook.com/s.php?k=10080&amp;amp;id=number&quot;&gt;http://www.facebook.com/s.php?k=10080&amp;amp;id=number&lt;/a&gt;  although  i enter it &lt;a href=&quot;http://www.facebook.com/profile.php?id=number&quot;&gt;http://www.facebook.com/profile.php?id=number&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Apr 2007 02:07:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17012:73667</guid>
      <author>sasouki</author>
      <link>http://userscripts.org/posts/73667</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:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11539:28876</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/28876</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:05:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17012:73664</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/73664</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:05:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15138:62018</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/62018</link>
    </item>
  </channel>
</rss>
