<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Timothy | Userscripts.org</title>
    <description>Recent posts on all scripts by Timothy at userscripts.org</description>
    <link>http://userscripts.org/users/17413/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by M0rph3u5</title>
      <description>&lt;p&gt;edit script were it say
&lt;br /&gt;ctl00_cpMain_postComment_commentTextBox
&lt;br /&gt;to
&lt;br /&gt;ctl00_cpMain_UserWriteCommentsControl_commentTextBox&lt;/p&gt;

&lt;p&gt;it should work :) just tested it&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2008 21:51:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25591</guid>
      <author>M0rph3u5</author>
      <link>http://userscripts.org/posts/25591</link>
    </item>
    <item>
      <title>Archived Comments, replied by ismek</title>
      <description>&lt;p&gt;why i cant use this script...
&lt;br /&gt;can anyone help...&lt;/p&gt;

&lt;p&gt;nothing happen when i install this script
&lt;br /&gt;please....&lt;/p&gt;</description>
      <pubDate>Thu, 14 Feb 2008 19:04:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25592</guid>
      <author>ismek</author>
      <link>http://userscripts.org/posts/25592</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jojai</title>
      <description>&lt;p&gt;document.getElementById(&quot;addressbook&quot;) has no properties
&lt;br /&gt;(no name)()greasemonkey.js (line 322)
&lt;br /&gt;(no name)()greasemonkey.js (line 313)
&lt;br /&gt;[Break on this error] undefined&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jan 2008 01:43:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10900:25167</guid>
      <author>Jojai</author>
      <link>http://userscripts.org/posts/25167</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jojai</title>
      <description>&lt;p&gt;Didn't work for me either, I don't have any other scripts installed as yet so it can't be a conflict... I just installed firebug, I'll post again if I get any errors :)&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jan 2008 00:40:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10900:25168</guid>
      <author>Jojai</author>
      <link>http://userscripts.org/posts/25168</link>
    </item>
    <item>
      <title>Archived Comments, replied by HatastiX</title>
      <description>&lt;p&gt;niice&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 2008 08:43:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13256:41151</guid>
      <author>HatastiX</author>
      <link>http://userscripts.org/posts/41151</link>
    </item>
    <item>
      <title>Archived Comments, replied by HatastiX</title>
      <description>&lt;p&gt;Please consider unleashing your power via styles:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userstyles.org/styles/site/myspace.com&quot;&gt;http://userstyles.org/styles/site/myspace.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;;)&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 2008 08:42:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70209</guid>
      <author>HatastiX</author>
      <link>http://userscripts.org/posts/70209</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adam Kramer</title>
      <description>&lt;p&gt;hey, it was working for me just fine until about 30 minutes ago....did myspace change something? I can't get it to work anymore.  Also i added in some positioning things through a GM_addScript which was all working, but now isn't.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;pre&gt;// ==/UserScript==

(function() {



// =====EDIT HERE=====

// To show something, simply put &quot;// &quot; in front of the code line, without the brackets.

// To hide something, simply remove the &quot;// &quot; from the front



document.getElementById(&quot;headControls&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;footer&quot;).style.display = &quot;none&quot;;

// document.getElementById(&quot;manage&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;addressbook&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;grayboxrounded&quot;).style.display = &quot;none&quot;;
document.getElementById(&quot;userstatus&quot;).style.display = &quot;none&quot;;





// document.getElementById(&quot;userstatus&quot;).style.display = &quot;none&quot;;

// document.getElementById(&quot;userstatus&quot;).style.display = &quot;none&quot;;

// document.getElementById(&quot;userstatus&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;header&quot;).style.display = &quot;none&quot;;


document.getElementById(&quot;friendUpdate&quot;).style.display = &quot;none&quot;;

// document.getElementById(&quot;********&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;tkn_leaderboard&quot;).style.display = &quot;none&quot;;

// document.getElementById(&quot;******&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;squareAd&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;featuredprofilerounded&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;marketingcontent&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;googlead&quot;).style.display = &quot;none&quot;;

document.getElementById(&quot;ctl00_cpMain_MarketingBox_Skin_userHomeTabs_userHomeTabs&quot;).style.display = &quot;none&quot;;

})();

//**********************************************************************

GM_addStyle(&quot;#bulletins {border:0px; position:absolute; z-index:2; text-align:left; top: 60px; right: 162px; width:300px;}&quot;);

GM_addStyle(&quot;#userdisplay {z-index:3; position:absolute; top:25px; width:170px; }&quot;);

GM_addStyle(&quot;#manage {z-index:9; position:absolute; top:385px; left:155px; width:180px;}&quot;);

GM_addStyle(&quot;#today {z-index:9; position:absolute; top:28px; width:300px;}&quot;);

GM_addStyle(&quot;#updates {z-index:100; position:absolute; top:0px; left:0px;}&quot;);


GM_addStyle(&quot;#main {height:675px; background-color:#FFFFFF;}&quot;);

GM_addStyle(&quot;#friendspace {position:absolute; display:inline; text-Overflow:ellipsis; text-alignment:center; top:28px; left:340px; height:300px; width:458px;}&quot;);
&lt;/pre&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 28 Dec 2007 05:21:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10900:25169</guid>
      <author>Adam Kramer</author>
      <link>http://userscripts.org/posts/25169</link>
    </item>
    <item>
      <title>Archived Comments, replied by Timothy</title>
      <description>&lt;p&gt;You might have a conflicting script. Works fine for me, Install firebug and come back and type what errors the Console displays. Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 27 Dec 2007 20:44:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10900:25170</guid>
      <author>Timothy</author>
      <link>http://userscripts.org/posts/25170</link>
    </item>
    <item>
      <title>Archived Comments, replied by TGBLACK14@AOL.COM</title>
      <description>&lt;p&gt;IT DONT WORK&lt;/p&gt;</description>
      <pubDate>Thu, 27 Dec 2007 17:45:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10900:25171</guid>
      <author>TGBLACK14@AOL.COM</author>
      <link>http://userscripts.org/posts/25171</link>
    </item>
    <item>
      <title>Archived Comments, replied by Timothy</title>
      <description>&lt;p&gt;A new script has been uploaded by me that deals with the New Myspace Skin, Check it out.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:17:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70210</guid>
      <author>Timothy</author>
      <link>http://userscripts.org/posts/70210</link>
    </item>
    <item>
      <title>Archived Comments, replied by Filthy Jesus</title>
      <description>&lt;p&gt;Is there anyway to make it auto submit as well?&lt;/p&gt;</description>
      <pubDate>Fri, 30 Nov 2007 01:39:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25593</guid>
      <author>Filthy Jesus</author>
      <link>http://userscripts.org/posts/25593</link>
    </item>
    <item>
      <title>Archived Comments, replied by michelefrost</title>
      <description>&lt;p&gt;ciao,
&lt;br /&gt;nice script and very useful :)&lt;/p&gt;

&lt;p&gt;some feedback using it under linux:&lt;/p&gt;

&lt;p&gt;1- I had to manually add the config line for the editor:&lt;/p&gt;

&lt;p&gt;go to url bar and type about:config
&lt;br /&gt;go to the filter line and write greasemonkey
&lt;br /&gt;- you should not find the greasemonkey.editor key -- don't panic:
&lt;br /&gt;just right click on the others (i.e.: greasemonkey.enabled) and select NEW -&gt; string&lt;/p&gt;

&lt;p&gt;type greasemonkey.editor as name
&lt;br /&gt;then type your favourite editor's path (i.e.: /usr/bin/gedit ) in the next dialog box&lt;/p&gt;

&lt;p&gt;2- I don't know if this is a bug but:&lt;/p&gt;

&lt;p&gt;it didn't work all the same
&lt;br /&gt;I checked the html source of the comment page
&lt;br /&gt;I found that the name of the control is slightly different now - and it is:&lt;/p&gt;

&lt;p&gt;ctl00_cpMain_postComment_commentTextBox&lt;/p&gt;

&lt;p&gt;(notice the _cpMain instead of _Main )&lt;/p&gt;

&lt;p&gt;so I edited the script right-clicking on the monkey face and selecting Manage User script.. -&gt; Edit (now it opens my favourite linux text editor!) pasting the new control name on the previous one.&lt;/p&gt;

&lt;p&gt;Hope it helps!&lt;/p&gt;

&lt;p&gt;Big up from Italy!&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:14:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25594</guid>
      <author>michelefrost</author>
      <link>http://userscripts.org/posts/25594</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dink</title>
      <description>&lt;p&gt;Doesn't work on the new home skin...&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 19:49:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70211</guid>
      <author>Dink</author>
      <link>http://userscripts.org/posts/70211</link>
    </item>
    <item>
      <title>Archived Comments, replied by Timothy</title>
      <description>&lt;p&gt;I was aware that the script was broken, I've fixed it the best I can and uploaded that version, there is still one box at the very bottom that I cannot get rid of, I think this script is dieing out, but thanks to everyone for all the support and the large amount of installs. Please check out some of my other scripts.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 14:58:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70212</guid>
      <author>Timothy</author>
      <link>http://userscripts.org/posts/70212</link>
    </item>
    <item>
      <title>Archived Comments, replied by Michael Paul</title>
      <description>&lt;p&gt;doesn't work for me either -- myspace has changed something.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2007 23:59:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70213</guid>
      <author>Michael Paul</author>
      <link>http://userscripts.org/posts/70213</link>
    </item>
    <item>
      <title>Archived Comments, replied by cor</title>
      <description>&lt;p&gt;how do u get rid of those pesky myspace adds like if u put someting from pim-my-profile it'll have an add at the top sayingpim-my-profile&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2007 21:13:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70214</guid>
      <author>cor</author>
      <link>http://userscripts.org/posts/70214</link>
    </item>
    <item>
      <title>Archived Comments, replied by kr580</title>
      <description>&lt;p&gt;I don't know if it's just me but a lot of this script doesn't work anymore. I think maybe MySpace changed some things around and it threw off the script.&lt;/p&gt;

&lt;p&gt;I haven't touched it and out of nowhere it looks like the default page again except that it removes the Header only. I had it stripped down to the basics but now EVERYTHING's back for some reason. Help?&lt;/p&gt;</description>
      <pubDate>Fri, 07 Sep 2007 08:38:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70215</guid>
      <author>kr580</author>
      <link>http://userscripts.org/posts/70215</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ryan Cardoza</title>
      <description>&lt;p&gt;there are a lot of adds back. can you update this script?&lt;/p&gt;

&lt;p&gt;Thanks and great work!!!!&lt;/p&gt;

&lt;p&gt;Ryan&lt;/p&gt;</description>
      <pubDate>Fri, 07 Sep 2007 00:54:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70216</guid>
      <author>Ryan Cardoza</author>
      <link>http://userscripts.org/posts/70216</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mitzey</title>
      <description>&lt;p&gt;Hey, So I've installed the script, thanks for making it by the way!&lt;/p&gt;

&lt;p&gt;So what do i do as in when I'm on myspace now?
&lt;br /&gt;Cheers
&lt;br /&gt;-M&lt;/p&gt;</description>
      <pubDate>Sun, 02 Sep 2007 16:58:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25595</guid>
      <author>Mitzey</author>
      <link>http://userscripts.org/posts/25595</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joe B.</title>
      <description>&lt;p&gt;Just to make you aware, something has changed. The script still removes everything, but the info box isn't small, and the Status Change box isn't under the Top Friends.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Aug 2007 13:20:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16410:70217</guid>
      <author>Joe B.</author>
      <link>http://userscripts.org/posts/70217</link>
    </item>
    <item>
      <title>Archived Comments, replied by Fucker</title>
      <description>&lt;p&gt;Hey ABI&lt;/p&gt;

&lt;p&gt;you put the about:config in the address bar, and then you go from there and follow the directions to change the editor&lt;/p&gt;

&lt;p&gt;-t&lt;/p&gt;</description>
      <pubDate>Mon, 13 Aug 2007 00:36:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25596</guid>
      <author>Fucker</author>
      <link>http://userscripts.org/posts/25596</link>
    </item>
    <item>
      <title>Archived Comments, replied by ABI</title>
      <description>&lt;p&gt;I CAN'T EVEN FIND WHERE TO PUT &quot;about:config&quot;
&lt;br /&gt;I CLICK EDIT AND GET NOTHING&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2007 22:16:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25597</guid>
      <author>ABI</author>
      <link>http://userscripts.org/posts/25597</link>
    </item>
    <item>
      <title>Archived Comments, replied by Fucker</title>
      <description>&lt;p&gt;Is it possible to add images to the comments?&lt;/p&gt;</description>
      <pubDate>Sat, 11 Aug 2007 15:51:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25598</guid>
      <author>Fucker</author>
      <link>http://userscripts.org/posts/25598</link>
    </item>
    <item>
      <title>Archived Comments, replied by Timothy</title>
      <description>&lt;p&gt;I have no idea of Macs. Sorry&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2007 01:25:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25599</guid>
      <author>Timothy</author>
      <link>http://userscripts.org/posts/25599</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sash</title>
      <description>&lt;p&gt;I'm on a mac at work... any further suggestions? But i'm gonna try it at home on my pc.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Aug 2007 19:45:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11001:25600</guid>
      <author>Sash</author>
      <link>http://userscripts.org/posts/25600</link>
    </item>
  </channel>
</rss>
