<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Filthy Jesus | Userscripts.org</title>
    <description>Recent posts on all scripts by Filthy Jesus at userscripts.org</description>
    <link>http://userscripts.org/users/2108/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Joe B.</title>
      <description>&lt;p&gt;Yeah, I was messing around with it a bit today, and MySpace seems to group the two together. I tried to AdBlock one, and it took the other with it. Oh well.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Dec 2007 23:12:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75463</guid>
      <author>Joe B.</author>
      <link>http://userscripts.org/posts/75463</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;I tried but couldn't do so.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Dec 2007 22:59:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75464</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75464</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joe B.</title>
      <description>&lt;p&gt;Is there any way for me to do this? If I knew how, I would be set.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Dec 2007 04:24:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75465</guid>
      <author>Joe B.</author>
      <link>http://userscripts.org/posts/75465</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joe B.</title>
      <description>&lt;p&gt;Is there a way for me to edit this code so that the friend updates go below the top friends space? I'm not very good with this. Thanks!&lt;/p&gt;</description>
      <pubDate>Sat, 08 Dec 2007 15:44:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75466</guid>
      <author>Joe B.</author>
      <link>http://userscripts.org/posts/75466</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Yeah I did.&lt;/p&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:32:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75467</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75467</link>
    </item>
    <item>
      <title>Archived Comments, replied by InsaneNinja</title>
      <description>&lt;p&gt;you set it to hide the skin switch? that why i had moved it below friends&lt;/p&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:39:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75468</guid>
      <author>InsaneNinja</author>
      <link>http://userscripts.org/posts/75468</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;fixed&lt;/p&gt;</description>
      <pubDate>Wed, 10 Oct 2007 06:40:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75469</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75469</link>
    </item>
    <item>
      <title>Archived Comments, replied by tkmura87</title>
      <description>&lt;p&gt;First of all, i love the script!!
&lt;br /&gt;Thank you so much!&lt;/p&gt;

&lt;p&gt;I have a question, how would i go about moving the information with the [Date, your network, profile view, last login, show my: ranking score, Favorites, invite history, classified posts] below my friends?&lt;/p&gt;</description>
      <pubDate>Sat, 29 Sep 2007 05:43:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75470</guid>
      <author>tkmura87</author>
      <link>http://userscripts.org/posts/75470</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;added&lt;/p&gt;</description>
      <pubDate>Fri, 28 Sep 2007 07:29:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75471</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75471</link>
    </item>
    <item>
      <title>Archived Comments, replied by InsaneNinja</title>
      <description>&lt;p&gt;uhm.. that should be...&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// @include http://home.myspace.com/*fuseaction=user*
// @exclude *fuseaction=user.*
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 25 Sep 2007 08:30:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75472</guid>
      <author>InsaneNinja</author>
      <link>http://userscripts.org/posts/75472</link>
    </item>
    <item>
      <title>Archived Comments, replied by InsaneNinja</title>
      <description>&lt;p&gt;i've noticed more than a couple pages this script disables.. such as, if you use MyspaceIM and click &quot;new comments&quot; alert, it sends you to this..&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://home.myspace.com/index.cfm?fuseaction=user.homeComments&amp;amp;friendID&quot;&gt;http://home.myspace.com/index.cfm?fuseaction=us...&lt;/a&gt;=&lt;/p&gt;

&lt;p&gt;this activates your include and wipes the page&lt;/p&gt;

&lt;p&gt;i would suggest adjusting your script to this..&lt;/p&gt;

&lt;p&gt;// @include       &lt;a href=&quot;http://home.myspace.com/*fuseaction=user&quot;&gt;http://home.myspace.com/*fuseaction=user&lt;/a&gt;*
&lt;br /&gt;// @exclude       *fuseaction=user.*&lt;/p&gt;</description>
      <pubDate>Tue, 25 Sep 2007 08:29:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75473</guid>
      <author>InsaneNinja</author>
      <link>http://userscripts.org/posts/75473</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Yeah that's becomming extremely hard for me to fix since it never ever has shown up for me.  I think it might have to be because I used Adblock Plus.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Sep 2007 08:51:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15009:61327</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/61327</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Fixed the signout button nevermind.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Sep 2007 19:23:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75474</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75474</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Trying to hide Sponsored Links is becoming difficult. Somehow the signout button no longer is working anyone wanna try to fix it.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Sep 2007 19:10:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75475</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75475</link>
    </item>
    <item>
      <title>Archived Comments, replied by F0rty Tw0</title>
      <description>&lt;p&gt;The 'Sponsored Links' box is still showing.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Sep 2007 14:37:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15009:61328</guid>
      <author>F0rty Tw0</author>
      <link>http://userscripts.org/posts/61328</link>
    </item>
    <item>
      <title>Archived Comments, replied by question.com</title>
      <description>&lt;p&gt;great script. works great&lt;/p&gt;</description>
      <pubDate>Sat, 08 Sep 2007 13:27:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75476</guid>
      <author>question.com</author>
      <link>http://userscripts.org/posts/75476</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Yeah more than likely because it's outdated.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Sep 2007 01:09:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12772:38164</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/38164</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rebecca</title>
      <description>&lt;p&gt;I love this script but every now and then the Sponsored Links section still shows up&lt;/p&gt;

&lt;p&gt;you can see what I'm seeing at
&lt;br /&gt;&lt;a href=&quot;http://img251.imageshack.us/img251/6678/image1ql1.png&quot;&gt;http://img251.imageshack.us/img251/6678/image1q...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:05:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75477</guid>
      <author>Rebecca</author>
      <link>http://userscripts.org/posts/75477</link>
    </item>
    <item>
      <title>Archived Comments, replied by bengongboy</title>
      <description>&lt;p&gt;Thanks for the update bro..
&lt;br /&gt;really thanks !
&lt;br /&gt;: )&lt;/p&gt;</description>
      <pubDate>Fri, 07 Sep 2007 03:46:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75478</guid>
      <author>bengongboy</author>
      <link>http://userscripts.org/posts/75478</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rick 2 Dope</title>
      <description>&lt;p&gt;this aint workin for me
&lt;br /&gt;i tried other ones and they workd
&lt;br /&gt;but this one dont like me or something&lt;/p&gt;</description>
      <pubDate>Tue, 28 Aug 2007 21:15:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12772:38165</guid>
      <author>Rick 2 Dope</author>
      <link>http://userscripts.org/posts/38165</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;fixed.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Aug 2007 01:43:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15009:61329</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/61329</link>
    </item>
    <item>
      <title>Archived Comments, replied by Veronica</title>
      <description>&lt;p&gt;it's still showing the featured filmmaker&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2007 16:32:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15009:61330</guid>
      <author>Veronica</author>
      <link>http://userscripts.org/posts/61330</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;@NathanJ&lt;/p&gt;

&lt;p&gt;add &quot;id[rmv++] = 'home_infoBar';&quot; to the Removes the Crap Section. and then delete all of the code starting with &quot;// Move Info Bar&quot; to &quot;// Move Messages back OVER status&quot; and it should be fixed for you.  &lt;/p&gt;

&lt;p&gt;And your infobox might be messed up because of other scripts you have running on the homepage because all of the computers I've installed this on it's never done that before.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2007 07:41:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75479</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/75479</link>
    </item>
    <item>
      <title>Archived Comments, replied by NathanJ</title>
      <description>&lt;p&gt;I like this mod, it removes what I wanted it to.&lt;/p&gt;

&lt;p&gt;The screenshot is wrong, however.  It does not show the box in the lower left with the date.  On mine, I can see the header, but the rest is obscured below the bottom of the page, and it can't be scrolled to.  I can select some of the text, but it doesn't display.  I'd rather not see it at all to be honest.&lt;/p&gt;

&lt;p&gt;Thank you FJ for a useful script.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2007 23:03:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75480</guid>
      <author>NathanJ</author>
      <link>http://userscripts.org/posts/75480</link>
    </item>
    <item>
      <title>Archived Comments, replied by xmysterioso</title>
      <description>&lt;p&gt;Right, the status will show up  but the view friends status link disappears. :/&lt;/p&gt;</description>
      <pubDate>Mon, 06 Aug 2007 19:12:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17317:75481</guid>
      <author>xmysterioso</author>
      <link>http://userscripts.org/posts/75481</link>
    </item>
  </channel>
</rss>
