<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Try This Search On | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/6136</link>
    <description>Recent comments on userscript: Try This Search On</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by blockx @ Mon, 03 Nov 2008 04:27:31 -0600</title>
      <description>&lt;p&gt;great! can you sort the search by popularity? example: torrent-site, piratebay is the populary, or?&lt;/p&gt;

&lt;p&gt;shopping, can you add geizhals.at? (good german price-site)&lt;/p&gt;

&lt;p&gt;can you add a function, if the user search for:
&lt;br /&gt;moviename torrent
&lt;br /&gt;see the user links to search on torrentsites, with the searchsting, but not the word torrent.&lt;/p&gt;

&lt;p&gt;and: if the site domain is one of the in the script, hidde from the bar. i hope this is possible.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Nov 2008 04:27:31 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21981</guid>
      <author>blockx</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vaughan Chandler @ Fri, 01 Feb 2008 04:35:42 -0600</title>
      <description>&lt;p&gt;I have made some changes in response to jayleecn's comment however I am unable to test this myself since I only speak English. Any comments relating to the script's support for languages with non-latin/non-roman characters would be greatly appreciated.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:35:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21982</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by jayleecn @ Mon, 14 Jan 2008 05:31:42 -0600</title>
      <description>&lt;p&gt;Hi, maybe you can change &quot;escape&quot; to &quot;encodeURI&quot; and &quot;unescape&quot; to &quot;decodeURI&quot;, then this script will work better with some Asian languages, such as Chinese.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jan 2008 05:31:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21983</guid>
      <author>jayleecn</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vaughan Chandler @ Thu, 07 Jun 2007 00:03:09 -0500</title>
      <description>&lt;p&gt;Hi Rolli,&lt;/p&gt;

&lt;p&gt;I don't see why it wouldn't work on Google for you. Do you have any other scripts or extensions that affect Google that may be causing it? Have you tried reinstalling the script? Does it work on other Google sites (like google.ca or google.co.uk)?&lt;/p&gt;

&lt;p&gt;The link you gave is the same link I use as a shortcut for searching Google and it works fine over here. It even works when I click on your link.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jun 2007 00:03:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21984</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rolli @ Wed, 06 Jun 2007 04:08:33 -0500</title>
      <description>&lt;p&gt;Its a great script and it works fine for all search engines apart for Google for me.
&lt;br /&gt;I use &lt;a href=&quot;http://www.google.com/search?q=%s&quot;&gt;http://www.google.com/search?q=%s&lt;/a&gt;
&lt;br /&gt;Why is your script not working on any of my Google search sites?
&lt;br /&gt;Do you have an idea?&lt;/p&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:08:33 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21985</guid>
      <author>Rolli</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Junk Blocker @ Sat, 31 Mar 2007 18:26:39 -0500</title>
      <description>&lt;p&gt;Thank you for the script. A few small changes I made in my local copy are :&lt;/p&gt;

&lt;p&gt;1) Added one conditional for del.icio.us&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
else if (m=location.href.match(/del.icio.us\/(tag|popular)\/([^\/#\?]+)/)) { q=m[2]; }
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;2) Added option to close on pages like Google Video where the bar obstructs the controls&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
d.innerHTML = '&amp;lt;a href=&quot;javascript:closeTTSO();&quot;&amp;gt;X&amp;lt;/a&amp;gt; Find ...
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;and then towards the end&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
var s = document.createElement('script');
s.language='javascript';
s.type = 'text/javascript';
s.text = 'function closeTTSO(){try{document.getElementById(&quot;mySearcherBar&quot;).style.display=&quot;none&quot;}catch(e){}}';
head.appendChild(s);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 31 Mar 2007 18:26:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21986</guid>
      <author>Junk Blocker</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Luna C @ Mon, 11 Dec 2006 15:36:37 -0600</title>
      <description>&lt;p&gt;I got an account here just so I could say this script is great!
&lt;br /&gt;Thanks for writing it.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Dec 2006 15:36:37 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21987</guid>
      <author>Luna C</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:04:55 -0600</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>Tue, 16 Nov 2004 19:04:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10343:21980</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/10343</link>
    </item>
  </channel>
</rss>
