<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Bookmark/quick search combo | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2208</link>
    <description>Recent comments on userscript: Bookmark/quick search combo</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by syntax @ Sun, 20 Jul 2008 07:33:40 -0500</title>
      <description>&lt;p&gt;Thanks, when indexOf search in the whole URL, then this solution works. I don't see the %s position as so big limitation.
&lt;br /&gt;I slightly edited also the other parts of code, just in case somebody will be interested see &lt;a href=&quot;http://syntax.straylight.cz/userscripts/bookmark-qsearch-combo.user.js&quot;&gt;this&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Sun, 20 Jul 2008 07:33:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32867</guid>
      <author>syntax</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N @ Thu, 17 Jul 2008 17:14:39 -0500</title>
      <description>&lt;p&gt;Syntax:&lt;/p&gt;

&lt;p&gt;If %s is omitted, I can't think of a good solution.&lt;/p&gt;

&lt;p&gt;You could change &lt;code&gt;if (search.indexOf(&quot;%s&quot;) != -1) &lt;/code&gt; to &lt;code&gt;if (search.indexOf(&quot;=&quot;+delimiter) != -1) &lt;/code&gt;, but this has the caveat that your %s has to come immediately between a = and the #http bit.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 17:14:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32868</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by syntax @ Thu, 17 Jul 2008 16:30:31 -0500</title>
      <description>&lt;p&gt;I would really like to use this script but unfortunately it is not working for me, possibly because of Firefox 3 and different keywords behavior (when there is no search string, %s in URL is omitted and not inserted, like in Fx2).
&lt;br /&gt;Any chance for fixing this script?&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 16:30:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32869</guid>
      <author>syntax</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N @ Sun, 01 Apr 2007 12:38:17 -0500</title>
      <description>&lt;p&gt;alien_scum: That's an interesting solution. I tried adjusting the code for this, but I won't in fact include it in this script, since it complicates things for little gain. Still, here's the code:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;var delimiter = &quot;#http&quot;;
var launch_pad = /^about:cache#/;

var url = location.href.replace(launch_pad, '');

var parts = url.split(delimiter);
var search = parts[0];
var bookmark = &quot;http&quot; + parts.slice(1).join(delimiter);

if (search.indexOf(&quot;%s&quot;) != -1) {
	location.replace(bookmark);
} else if (url != location.href) {  // Using launch pad
	location.replace(search);
} else {
	location.hash = location.hash.split(delimiter)[0];
}&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2007 12:38:17 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32870</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by alien_scum @ Sun, 01 Apr 2007 10:08:10 -0500</title>
      <description>&lt;p&gt;Sweet script, if you change it to about:cache#QUICKSEARCH_URL#BOOKMARK_URL then it will only open the right page. about:blank or a data url would be better but alas greasemonkey doesn't run on those.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2007 10:08:10 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32871</guid>
      <author>alien_scum</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N @ Wed, 23 Nov 2005 12:44:25 -0600</title>
      <description>&lt;p&gt;I would like for this script not to have to display the quick search page before redirecting to the bookmark page, but I don't see how. If you do, let me know.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Nov 2005 12:44:25 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32872</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:00 -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:05:00 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12306:32866</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/12306</link>
    </item>
  </channel>
</rss>
