<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Advanced Google Keys by N-Dream | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5711</link>
    <description>Recent comments on userscript: Advanced Google Keys by N-Dream</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by rgaobj @ Thu, 06 Nov 2008 19:48:14 -0600</title>
      <description>&lt;p&gt;Great work! Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:48:14 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39563</guid>
      <author>rgaobj</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by soong @ Sun, 26 Oct 2008 09:23:30 -0500</title>
      <description>&lt;p&gt;Google must have revised their code, as it now works on google.de, too.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Oct 2008 09:23:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39564</guid>
      <author>soong</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by goldenrage @ Tue, 07 Oct 2008 05:14:26 -0500</title>
      <description>&lt;p&gt;hi there, great stuff !!!
&lt;br /&gt;ive just got a little question, is one able to avoid using the cursor keys completely, e.g. i want to use h to turn to previous search results and l to next ones? just like in vim.. or aint that possible...&lt;/p&gt;

&lt;p&gt;anyway, good work!&lt;/p&gt;</description>
      <pubDate>Tue, 07 Oct 2008 05:14:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39565</guid>
      <author>goldenrage</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by elleryq @ Thu, 02 Oct 2008 01:48:49 -0500</title>
      <description>&lt;p&gt;ctrl + k will be blocked.
&lt;br /&gt;I suggest add these lines in keyup event handler:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;window.addEventListener(&quot;keydown&quot;,function(e) {
&lt;br /&gt;        // patch begin.
&lt;br /&gt;	if( e.shiftKey || e.altKey || e.ctrlKey ) {
&lt;br /&gt;		return;
&lt;br /&gt;	}  // patch end.&lt;/p&gt;

&lt;p&gt;       // ...original code.....
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2008 01:48:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39566</guid>
      <author>elleryq</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by soong @ Sun, 07 Sep 2008 04:23:00 -0500</title>
      <description>&lt;p&gt;The blue boxes and numbers show up on google.com, but not on google.de (only left/right arrow buttons work). I use FF3.1. The script is active on google.tld/search* and &lt;a href=&quot;http://google.tld/search&quot;&gt;http://google.tld/search&lt;/a&gt;*. Anyone got an idea?&lt;/p&gt;</description>
      <pubDate>Sun, 07 Sep 2008 04:23:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39567</guid>
      <author>soong</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Thadk @ Thu, 28 Aug 2008 04:25:00 -0500</title>
      <description>&lt;p&gt;just thought maybe a Copy to clipboard key would be handy without right clicking.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Aug 2008 04:25:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39568</guid>
      <author>Thadk</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rense @ Mon, 25 Aug 2008 13:47:48 -0500</title>
      <description>&lt;p&gt;Great, you rock! And Rudolf Noe too :). While I'm at it: is there a way to make this work on Google Scholar too?&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 13:47:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39569</guid>
      <author>Rense</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by N-Dream @ Mon, 25 Aug 2008 11:45:03 -0500</title>
      <description>&lt;p&gt;Updated the script.&lt;/p&gt;

&lt;p&gt;Thanks to Rudolf Noe it works again :)&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 11:45:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39570</guid>
      <author>N-Dream</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rense @ Thu, 21 Aug 2008 02:19:50 -0500</title>
      <description>&lt;p&gt;It seems like it broke today :(. The numbers are only partially shown or not at all; arrow down and up doesn't work. Please fix my favorite script...&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 02:19:50 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39571</guid>
      <author>Rense</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ophir @ Wed, 17 Oct 2007 16:05:25 -0500</title>
      <description>&lt;p&gt;Fantastic work! Thank you.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Oct 2007 16:05:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39572</guid>
      <author>Ophir</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by mugnebot @ Fri, 20 Jul 2007 10:28:03 -0500</title>
      <description>&lt;p&gt;It doesn't work well with GoogleMonkeyR.  It won't scroll when you go down the results, and if you scroll manually and then press j/k, it jumps back to the top of the page.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2007 10:28:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39573</guid>
      <author>mugnebot</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chris Rayner @ Sun, 08 Jul 2007 00:49:58 -0500</title>
      <description>&lt;p&gt;If you change the condition on line 130 to '(e.keyCode==13 || e.keyCode == 79)', the letter 'o' will open the current selection as well -- just like in gmail.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jul 2007 00:49:58 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39574</guid>
      <author>Chris Rayner</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chris M @ Mon, 25 Dec 2006 05:31:02 -0600</title>
      <description>&lt;p&gt;Awesome script! Sometimes it takes a few tries to scroll down with the down-key, but other than that it works great.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Dec 2006 05:31:02 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39575</guid>
      <author>Chris M</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yevgen Gorshkov @ Fri, 15 Dec 2006 15:10:42 -0600</title>
      <description>&lt;p&gt;This script does not work if &quot;Search for text when I start typing&quot; Firefox option is enabled.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Dec 2006 15:10:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39576</guid>
      <author>Yevgen Gorshkov</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vladimir Bukreev @ Wed, 13 Dec 2006 05:10:52 -0600</title>
      <description>&lt;p&gt;I've found temporary fix for Yandex compatibility. It's pretty simple - change line 41 of original js script, it should be
&lt;br /&gt;    if (allP[i].className==&quot;title&quot;) {&lt;/p&gt;

&lt;p&gt;So, it's only matter of className ;)))&lt;/p&gt;</description>
      <pubDate>Wed, 13 Dec 2006 05:10:52 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39577</guid>
      <author>Vladimir Bukreev</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vladimir Bukreev @ Wed, 13 Dec 2006 03:23:25 -0600</title>
      <description>&lt;p&gt;This is just awesome!!! Superb script! Is there an easy way to adapt it to other search engines? I personally want this script for Yandex.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Dec 2006 03:23:25 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39578</guid>
      <author>Vladimir Bukreev</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by dsjkvf @ Tue, 12 Dec 2006 04:51:07 -0600</title>
      <description>&lt;p&gt;strange, (r) doesn't seem to work for me (Fx 1.5.0.8/Mac, can also try 2.0/Win tomorrow) -- just focuses search string exactly the way (e) does.&lt;/p&gt;

&lt;p&gt;can anybody confirm it?&lt;/p&gt;</description>
      <pubDate>Tue, 12 Dec 2006 04:51:07 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39579</guid>
      <author>dsjkvf</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by hkk @ Sun, 26 Nov 2006 17:13:25 -0600</title>
      <description>&lt;p&gt;Works for me in Firefox 2.0. You most likely will have to change the expression for the google pages this acts on though. Select the script using 'Manage User Scripts' and then change the entries under 'included pages'.
&lt;br /&gt;It would probably make sense to change the default to google.com.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Nov 2006 17:13:25 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39580</guid>
      <author>hkk</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by attrap @ Fri, 17 Nov 2006 12:21:13 -0600</title>
      <description>&lt;p&gt;doesn't seem to work anymore.... ?&lt;/p&gt;</description>
      <pubDate>Fri, 17 Nov 2006 12:21:13 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39581</guid>
      <author>attrap</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by brease @ Sun, 05 Nov 2006 20:56:31 -0600</title>
      <description>&lt;p&gt;This script is awesome. The only thing is when I am stuck in the search box, I cannot use &quot;Tab&quot; to get myself out because the focus cannot be moved into the page. Could you solve this problem? Thanks.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Nov 2006 20:56:31 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39582</guid>
      <author>brease</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by gabe565 @ Sun, 01 Oct 2006 17:09:14 -0500</title>
      <description>&lt;p&gt;Wow, this is useful! You could make the boxes look a little nicer, though, maybe rounded or something.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Oct 2006 17:09:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39583</guid>
      <author>gabe565</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:06 -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:06 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13027:39562</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/13027</link>
    </item>
  </channel>
</rss>
