<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on RS_LinkCheck | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/13709</link>
    <description>Recent comments on userscript: RS_LinkCheck</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by tunayx</title>
      <description>&lt;p&gt;It doesn't work for Opera, please add support for it.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2008 15:32:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78519</guid>
      <author>tunayx</author>
      <link>http://userscripts.org/posts/78519</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;@ocen: you are right, I discovered that if you save &quot;Webpage Complete&quot;, all files and images, then it saves the rendered content, the &quot;WYSIWYG&quot; source. Sorry I didn't know this. I will change it so that nothing is added until you press a key, this annoys me too. If you save &quot;HTML only&quot; then you get the original page.&lt;/p&gt;

&lt;p&gt;@xpi: I can do that, probably a good idea since the &quot;.html&quot; is never necessary.&lt;/p&gt;

&lt;p&gt;Sorry I have been away, but I'll see if I can get back to it soon. I have added some for parsing more link hiding servers, and lix.in requires image verification now. Uploaders &lt;b&gt;Please don't use lix.in&lt;/b&gt;.&lt;/p&gt;</description>
      <pubDate>Sun, 11 May 2008 04:18:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78520</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78520</link>
    </item>
    <item>
      <title>Archived Comments, replied by xpi</title>
      <description>&lt;p&gt;please add an option to remove .html from
&lt;br /&gt;rapidshare links.
&lt;br /&gt;whenever i click such url firefox thinks it should open that as page.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://rapidshare.com/files/123/test.rar.html&quot;&gt;http://rapidshare.com/files/123/test.rar.html&lt;/a&gt; 
&lt;br /&gt;should be
&lt;br /&gt;&lt;a href=&quot;http://rapidshare.com/files/123/test.rar&quot;&gt;http://rapidshare.com/files/123/test.rar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 22:57:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78521</guid>
      <author>xpi</author>
      <link>http://userscripts.org/posts/78521</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;blockquote&gt;Please consider adding a source-editable switch to disable this script's hotkeys.&lt;/blockquote&gt;&lt;p&gt;I think if you change the key to &quot;00&quot; that will effectively disable it.&lt;/p&gt;&lt;blockquote&gt;But if you do decide to use images...&lt;/blockquote&gt;&lt;p&gt;They can mess up the page layout, but there is no need for me to add images to the script...&lt;br /&gt;&lt;a href=&quot;http://userstyles.org/forum/comments.php?DiscussionID=851&amp;amp;page=1#Item_0&quot;&gt;Replacing an image that isn't in the orginal style with a local image&lt;/a&gt;&lt;br /&gt;
For example use&lt;br /&gt;&lt;code&gt;.rs_linkcheck_good:after {content: url(&quot;resource://gre/res/happy.gif&quot;) !important}&lt;/code&gt;&lt;br /&gt;
works like a charm.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 03:34:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78522</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78522</link>
    </item>
    <item>
      <title>Archived Comments, replied by Good To Too</title>
      <description>&lt;p&gt;Don't mind me... apparently I've had a psychotic break.  The nifty GIF animation isn't generated by your script.&lt;/p&gt;

&lt;p&gt;But if you do decide to use images....  :-D&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 02:55:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78523</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/78523</link>
    </item>
    <item>
      <title>Archived Comments, replied by Good To Too</title>
      <description>&lt;p&gt;* edit:&lt;/p&gt;

&lt;p&gt;Feel your == Feed your&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 02:44:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78524</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/78524</link>
    </item>
    <item>
      <title>Archived Comments, replied by Good To Too</title>
      <description>&lt;p&gt;Instead of using free image hosting I strongly recommend you use base64 data URI to embed your TINY images in the userscript itself&lt;/p&gt;

&lt;p&gt;Feel your image URLs to this webby application
&lt;br /&gt;&lt;a href=&quot;http://software.hixie.ch/utilities/cgi/data/data&quot;&gt;http://software.hixie.ch/utilities/cgi/data/data&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and be SURE to tick base64&lt;/p&gt;

&lt;p&gt;instead of &lt;/p&gt;

&lt;p&gt;.. img src=&quot;http://http://i32.tinypic.com/t0rbcx.gif&quot; ..&lt;/p&gt;

&lt;p&gt;you'll have&lt;/p&gt;

&lt;p&gt;.. img src=&quot;data:image/gif;base64,R0lGODlhG&quot; ..&lt;/p&gt;

&lt;p&gt;^^ truncated for brevity&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 02:43:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78525</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/78525</link>
    </item>
    <item>
      <title>Archived Comments, replied by Good To Too</title>
      <description>&lt;p&gt;Please consider adding a source-editable switch to disable this script's hotkeys.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 02:13:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78526</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/78526</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;@ocen, I am using Mozilla SeaMonkey.
&lt;br /&gt;Not sure I understand if you &lt;em&gt;want&lt;/em&gt; or &lt;em&gt;don't want&lt;/em&gt; this.
&lt;br /&gt;File -&gt; Save As = Original source
&lt;br /&gt;Select All -&gt; View Selection Source = source modified by script RS_LinkCheck.&lt;/p&gt;

&lt;p&gt;Are those both the same, or different. Either way, there is nothing I can do.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 18:47:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78527</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78527</link>
    </item>
    <item>
      <title>Archived Comments, replied by ocen</title>
      <description>&lt;p&gt;hello again mr.Descriptor.&lt;/p&gt;

&lt;p&gt;are you using firefox? or opera?
&lt;br /&gt;Im using firefox 2.0.0.12 and when I use your script and when I want to save page to my computer for see them offline ur script code add self to inside..&lt;/p&gt;

&lt;p&gt;an example open &lt;a href=&quot;http://www.google.com.tr&quot;&gt;www.google.com.tr&lt;/a&gt; and File &gt; Save As 
&lt;br /&gt;then give any name.. 
&lt;br /&gt;then open with notepad , u will see it changed code and added ur script code inside..&lt;/p&gt;

&lt;p&gt;I hope now u can understand..&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 15:37:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78528</guid>
      <author>ocen</author>
      <link>http://userscripts.org/posts/78528</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;You are saying this script changed the html source? Greasemonkey scripts cannot change the html source. Every Mozilla browser I have ever used always saves the original HTML source. JavaScript changes the DOM, not the HTML source.
&lt;br /&gt;I have no control over that anyway.&lt;/p&gt;

&lt;p&gt;(I have not used Firefox 2, and have no plans to).&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 12:09:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78529</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78529</link>
    </item>
    <item>
      <title>Archived Comments, replied by ocen</title>
      <description>&lt;p&gt;hello mr.Descriptor&lt;/p&gt;

&lt;p&gt;I was small request from u..&lt;/p&gt;

&lt;p&gt;when I check rapidshare link on any page. and after I want to save page as html.. but Rs_linkcheck script add self on code...&lt;/p&gt;

&lt;p&gt;Like 
&lt;br /&gt;&amp;lt;meta /&gt;&amp;lt;link href=&quot;http://userscripts.org/scripts/show/13709&quot; title=&quot;RS_LinkCheck v2.3 - home page&quot; /&gt;&amp;lt;style&gt;&lt;/p&gt;

&lt;p&gt;and more...&lt;/p&gt;

&lt;p&gt;can u check this please... check any link on the page then Save As page as html.. then u will see what I mean..&lt;/p&gt;

&lt;p&gt;sorry for my english&amp;lt;/style&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 11:00:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78530</guid>
      <author>ocen</author>
      <link>http://userscripts.org/posts/78530</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;Spam - another good reason to take my scripts off this site.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 08:31:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78531</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78531</link>
    </item>
    <item>
      <title>Archived Comments, replied by xigerjohn wter, Sr.</title>
      <description>&lt;p&gt;A rapidshare search engine : &lt;a href=&quot;http://www.rsfind.com&quot;&gt;http://www.rsfind.com&lt;/a&gt; , it's the most powerful and easy to use. All files of the search result is check weekly.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 07:57:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78532</guid>
      <author>xigerjohn wter, Sr.</author>
      <link>http://userscripts.org/posts/78532</link>
    </item>
    <item>
      <title>Archived Comments, replied by xigerjohn wter, Sr.</title>
      <description>&lt;p&gt;A rapidshare search engine : &lt;a href=&quot;http://www.rsfind.com&quot;&gt;http://www.rsfind.com&lt;/a&gt; , it's the most powerful and easy to use. All files of the search result is check weekly.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 07:57:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78533</guid>
      <author>xigerjohn wter, Sr.</author>
      <link>http://userscripts.org/posts/78533</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;Version 2.3&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Bug fix: prefs saved that weren't meant to be saved&lt;/li&gt;&lt;li&gt;- Added feature that removes bad prefs added by v2.2&lt;/li&gt;&lt;li&gt;Improved header matching&lt;/li&gt;&lt;li&gt;+ Added Check for Update function&lt;/li&gt;&lt;li&gt;+ Added script version, date, and homepage link to preference manager&lt;/li&gt;&lt;li&gt;+ Added Check for Update button to preference manager&lt;/li&gt;&lt;li&gt;Moved preference form to lower right&lt;/li&gt;&lt;li&gt;Minor changes&lt;/li&gt;&lt;/ul&gt;</description>
      <pubDate>Tue, 18 Mar 2008 14:08:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78534</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78534</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;Just check Alt or Ctrl (or Meta) or both.
&lt;br /&gt;Alt+Shift+R should work, or just Alt+r (a lower case &quot;r&quot; - no shift).
&lt;br /&gt;Or pick other keys. Did I need to explain that above? I figured it was obvious.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Mar 2008 02:54:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78535</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78535</link>
    </item>
    <item>
      <title>Archived Comments, replied by nick_name</title>
      <description>&lt;p&gt;Hi there. I've just installed your scripts. But it's not working, which I believe is the side effect of one of the extensions I'm using, which starts my findbar upon any key press.&lt;/p&gt;

&lt;p&gt;I was just wondering if you could add a menu entry in the preference, which would trigger the link-check instead of a key press. This would probably be a nice work-around for users like me who cant live without a few extensions.&lt;/p&gt;

&lt;p&gt;Thanks again for your wonderful script.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 16:38:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78536</guid>
      <author>nick_name</author>
      <link>http://userscripts.org/posts/78536</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;@zxc
&lt;br /&gt;Your error is understandable, and I was even considering adding that feature.
&lt;br /&gt;But for you to try and blame me for your own incompetence, that just pisses me off. If I write any more it will be too much.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 03:20:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78537</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78537</link>
    </item>
    <item>
      <title>Archived Comments, replied by zxc</title>
      <description>&lt;p&gt;ok, ok I see it now.
&lt;br /&gt;I suggest to be more creative with titles next time&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:59:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78538</guid>
      <author>zxc</author>
      <link>http://userscripts.org/posts/78538</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;I suppose the more I type above, the more users refuse to read what I write, &lt;strong&gt;read the above!&lt;/strong&gt;
&lt;br /&gt;You have another link checker installed, mine does not ever show that message.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 19:12:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78539</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78539</link>
    </item>
    <item>
      <title>Archived Comments, replied by zxc</title>
      <description>&lt;p&gt;well, it was called RS_LinkCheck and I installed it about 4-5 months ago from this page. It worked until this Monday (when it started to show &quot;undefined&quot; next to all links) - I saw green &quot;found/not fund&quot; text next to every link automatically when open the tab. It was very convenient as I work on multiply tabs with single links.
&lt;br /&gt;How exactly can I run this now?&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 11:44:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78540</guid>
      <author>zxc</author>
      <link>http://userscripts.org/posts/78540</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;My script never did that, and if you tried you could easily end up getting blocked.
&lt;br /&gt;You can simply call the function in the script and it will instantly run on every tab you open. Not something I want to do.
&lt;br /&gt;It's much safer, and certainly not hard to press a key.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 11:09:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78541</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78541</link>
    </item>
    <item>
      <title>Archived Comments, replied by zxc</title>
      <description>&lt;p&gt;I want the script the check links AUTOMATICALLY, like the old one did. Is it possible?&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 10:56:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78542</guid>
      <author>zxc</author>
      <link>http://userscripts.org/posts/78542</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor</title>
      <description>&lt;p&gt;Version 2.2&lt;/p&gt;&lt;p&gt;Bug fix: Changing the link checking limit would sometimes not allow you to check links unless you reloaded the page.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:51:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17863:78543</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/posts/78543</link>
    </item>
  </channel>
</rss>
