<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by oldarney | Userscripts.org</title>
    <description>Recent posts on all scripts by oldarney at userscripts.org</description>
    <link>http://userscripts.org/users/49984/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>My own Ad &amp;amp; NavBar remover, replied by oldarney</title>
      <description>&lt;p&gt;and who might this be.
&lt;br /&gt;EDIT: ah yes, thats mad old. i did say in parenthesis &quot;arguably copying it&quot; i had not looked at it internally.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Dec 2008 18:17:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19457:86163</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/86163</link>
    </item>
    <item>
      <title>My own Ad &amp;amp; NavBar remover, replied by Xeross</title>
      <description>&lt;p&gt;Why did you say i copied it i entirely coded it myself, else i would've seen that you also made one like it.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Dec 2008 16:14:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19457:86140</guid>
      <author>Xeross</author>
      <link>http://userscripts.org/posts/86140</link>
    </item>
    <item>
      <title>Archived Comments, replied by Freeze</title>
      <description>&lt;p&gt;Err yours didn&amp;apos;t work for me so I just made one.&lt;p&gt;It&amp;apos;s not like I went, O HEY THERE&amp;apos;S A SCRIPT ALREADY, LET ME MAKE A NEW ONE JUST LIKE IT.&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 25 Oct 2008 06:54:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45676</guid>
      <author>Freeze</author>
      <link>http://userscripts.org/posts/45676</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;freeze lets not get into that again, you made (or copied) my script, after mine had over a month in....&lt;/p&gt;</description>
      <pubDate>Sat, 25 Oct 2008 02:56:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45677</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/45677</link>
    </item>
    <item>
      <title>Archived Comments, replied by Freeze</title>
      <description>&lt;p&gt;I&amp;apos;d say he did.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Oct 2008 22:37:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45678</guid>
      <author>Freeze</author>
      <link>http://userscripts.org/posts/45678</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;I just want to know if you copied the &lt;code&gt;checkForAd()&lt;/code&gt; code from me because if you didn't, it's unlikely you created it yourself with the same name and code. I noticed you added my checkForAd function 7 days after I released my script with the checkForAd function in it.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 00:12:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45679</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/45679</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://shup.com/Shup/72506/85183831sl0.png&quot;&gt;http://shup.com/Shup/72506/85183831sl0.png&lt;/a&gt; maybe you logged in as a member or you had already logged in and waited in the last 24 hours.... what is it that you want? your not being very clear.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2008 19:28:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45680</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/45680</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;That whole function is exact code from mine. So you changed the interval a little...
&lt;br /&gt;And yeah it does remove the wait. Right at the end, scroll right.....
&lt;br /&gt;&lt;pre&gt;function checkForAd() {
if(/Skip available in \d+ seconds/.test(document.body.textContent)) {unsafeWindow.hideVideoAd();clearInterval(check);}
}
var check = setInterval(checkForAd, 1000);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2008 17:00:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45681</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/45681</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;oh you mean i stole the name of the function... alright you want credit? otherwise i see little reason to include it since it dosn't remove the wait...&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2008 21:57:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45682</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/45682</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;You should probably talk to me before you steal my code.
&lt;br /&gt;You stole my &lt;code&gt;checkForAd()&lt;/code&gt; function, same name and all.
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/31181&quot;&gt;http://userscripts.org/scripts/show/31181&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2008 19:37:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45683</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/45683</link>
    </item>
    <item>
      <title>Archived Comments, replied by M0rph3u5</title>
      <description>&lt;p&gt;fallen enable greasemonkey go to tools&gt;greasemonkey and hit enable and then install script&lt;/p&gt;</description>
      <pubDate>Sun, 12 Oct 2008 00:55:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45684</guid>
      <author>M0rph3u5</author>
      <link>http://userscripts.org/posts/45684</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;just install it on firefox...&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 2008 13:36:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45685</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/45685</link>
    </item>
    <item>
      <title>Archived Comments, replied by fallenxange1</title>
      <description>&lt;p&gt;I have greasemonkey downloaded but, it won't let me do anything, I can't add url scripts and when I download your script, it doesn't come up with the install part, it just downloads it. Any help please?&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 2008 11:40:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45686</guid>
      <author>fallenxange1</author>
      <link>http://userscripts.org/posts/45686</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;Get firefox and Greasemonkey, jng1993.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 20:04:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45687</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/45687</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;JNG your supposed to download greasemonkey witch is what runs these scripts. all scripts here run on greasemonkey.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 20:00:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45688</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/45688</link>
    </item>
    <item>
      <title>Archived Comments, replied by jng1993</title>
      <description>&lt;p&gt;I just cannot download this script... Can someone tell me what i should download before i can download this script and how can i use this script? Thank you!&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 13:50:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13733:45689</guid>
      <author>jng1993</author>
      <link>http://userscripts.org/posts/45689</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;i told you that because your on your pc 24/7. i cant keep an eye on your rss feeds and update my script when i see you updated it. suit your self.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 00:37:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46274</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/46274</link>
    </item>
    <item>
      <title>Archived Comments, replied by Freeze</title>
      <description>&lt;p&gt;I&amp;apos;m not necessarily thrilled about agreeing with someone who tells me I have no life because I begin using the same tactics they are.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 00:34:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46275</guid>
      <author>Freeze</author>
      <link>http://userscripts.org/posts/46275</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;cant we just come to an agrement?&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 00:19:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46276</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/46276</link>
    </item>
    <item>
      <title>Archived Comments, replied by Freeze</title>
      <description>&lt;p&gt;We can keep going if you like.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 00:17:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46277</guid>
      <author>Freeze</author>
      <link>http://userscripts.org/posts/46277</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;goto runescape.com and then do whats on the video. &lt;a href=&quot;http://content.screencast.com/media/bd1c51d4-f5df-4a0f-841d-c751901fcb5f_464b06b0-c437-4efe-8fc5-61870732aa93_static_0_0_2008-06-17_1328.swf&quot;&gt;http://content.screencast.com/media/bd1c51d4-f5...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you can also edit the default color to anything on line #5 (slightly more advanced).&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 23:53:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46278</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/46278</link>
    </item>
    <item>
      <title>Archived Comments, replied by the-dark-side-of-the-moon</title>
      <description>&lt;p&gt;i &lt;b&gt;really&lt;/b&gt; like this script! its well cool! :) how do you change the text colour????&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 12:03:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46279</guid>
      <author>the-dark-side-of-the-moon</author>
      <link>http://userscripts.org/posts/46279</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;i just cant shake you can i. at least tell me where i can contact you.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 18:13:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46280</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/46280</link>
    </item>
    <item>
      <title>Archived Comments, replied by Freeze</title>
      <description>&lt;p&gt;You know you left an un-commented alert in there?&lt;p&gt;edit: 	I see you fixed it.. still visible here: &lt;a href=&quot;http://userscripts.org/scripts/diff/25077/30842&quot;&gt;http://userscripts.org/scripts/diff/25077/30842&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 17:19:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46281</guid>
      <author>Freeze</author>
      <link>http://userscripts.org/posts/46281</link>
    </item>
    <item>
      <title>Archived Comments, replied by oldarney</title>
      <description>&lt;p&gt;ok this script is now officially awesome. i couldnt choose between Runescape FULL world access Xtreme or
&lt;br /&gt;Runescape FULL world access HD. anyways i see no reason not to use this script anymore (unless your german). please post any bugs.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 17:17:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13782:46282</guid>
      <author>oldarney</author>
      <link>http://userscripts.org/posts/46282</link>
    </item>
  </channel>
</rss>
