<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Definitive Google Auto Pager | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8430</link>
    <description>Recent comments on userscript: Definitive Google Auto Pager</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>No Longer Works, replied by Dawudd</title>
      <description>&lt;p&gt;This doesn&#8217;t work for me any more (and hasn&#8217;t for a while). Any chance for an update?&lt;/p&gt;</description>
      <pubDate>Wed, 07 Jan 2009 12:58:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20081:88496</guid>
      <author>Dawudd</author>
      <link>http://userscripts.org/posts/88496</link>
    </item>
    <item>
      <title>Archived Comments, replied by wolssiloa</title>
      <description>&lt;p&gt;xx3734, I modified it like you said, and now when I double-click to activate, and I scroll down the results page, it says &quot;Loading&quot; but it doesn't actually load, it's just stuck.&lt;/p&gt;

&lt;p&gt;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 (.NET CLR 3.5.30729)&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 06:56:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43444</guid>
      <author>wolssiloa</author>
      <link>http://userscripts.org/posts/43444</link>
    </item>
    <item>
      <title>Archived Comments, replied by xx3734</title>
      <description>&lt;p&gt;Quasimodo:
&lt;br /&gt;I modified the script:&lt;/p&gt;

&lt;p&gt;#80   'navbar'-&gt; 'nav'
&lt;br /&gt;#86   document.body.scrollTop -&gt; document.documentElement.scrollTop
&lt;br /&gt;#87   document.body.scrollHeight -&gt; document.documentElement.scrollTop
&lt;br /&gt;#87   document.body.clientHeight -&gt; document.documentElement.clientHeight
&lt;br /&gt;#102 //div[@id='nn'] -&gt; //span[@id='nn']&lt;/p&gt;

&lt;p&gt;and it works again.&lt;/p&gt;

&lt;p&gt;(userAgent:Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1)&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 21:08:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43445</guid>
      <author>xx3734</author>
      <link>http://userscripts.org/posts/43445</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo</title>
      <description>&lt;p&gt;About a week ago, this stopped working. I bet Google changed its page structure.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:28:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43446</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/posts/43446</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;It's really hard to know if this is enabled or not.....&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jun 2008 07:14:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43447</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/43447</link>
    </item>
    <item>
      <title>Archived Comments, replied by Shane Falco</title>
      <description>&lt;p&gt;hi !!
&lt;br /&gt;i am using Object oriented javascript for an extension (for this auto pager )and there the reference GM_setvalue(GM_*)didn't work !! wat may be the reason ??
&lt;br /&gt;i am getting the message as &lt;b&gt;&quot;ReferenceError : GM_setvalue is not defined&quot;&lt;/b&gt;
&lt;br /&gt;even anything using GM(greasemonkey) doesn't  work , how to obtain the reference ??&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2008 04:41:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43448</guid>
      <author>Shane Falco</author>
      <link>http://userscripts.org/posts/43448</link>
    </item>
    <item>
      <title>Archived Comments, replied by wolssiloa</title>
      <description>&lt;p&gt;If you use the Google Experimental version with Keyboard shortcuts, the shortcuts do not work with this script enabled. Can someone fix this?&lt;/p&gt;</description>
      <pubDate>Thu, 27 Sep 2007 02:27:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43449</guid>
      <author>wolssiloa</author>
      <link>http://userscripts.org/posts/43449</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo</title>
      <description>&lt;p&gt;On Firefox/Mac, the numbers on the results page go 1-9 and then typically pick up at 31. No results are dropped, but this is disconcerting.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jul 2007 15:00:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43450</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/posts/43450</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo</title>
      <description>&lt;p&gt;To have auto-scrolling enabled at startup, I edited the script as follows:&lt;/p&gt;

&lt;p&gt;Changed the inital setting for this variable from -1 to 1:
&lt;br /&gt;   var Enable = 1;&lt;/p&gt;

&lt;p&gt;Moved these three lines from the function dblClickEvents to the ending initialization block:
&lt;br /&gt;   init_autopager();
&lt;br /&gt;   insertLoadingText();
&lt;br /&gt;   watch_scroll();
&lt;br /&gt;following the statement:
&lt;br /&gt;   document.body.addEventListener etc.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jul 2007 15:00:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43451</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/posts/43451</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking</title>
      <description>&lt;p&gt;I like this a lot, but can we have an option to use the double click or not please.&lt;/p&gt;

&lt;p&gt;Also, with the auto-updates, I would much prefer you just used the auto-update script:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/2296&quot;&gt;User Script Updates&lt;/a&gt;&lt;/b&gt; - simply update the header of your script and your users will be able to receive change-notification when you improve this script...&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jun 2007 11:49:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43452</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/posts/43452</link>
    </item>
    <item>
      <title>Archived Comments, replied by Can't Say No</title>
      <description>&lt;p&gt;Just wanted to second everything Mentallo mentioned below. If you're going to bloat a script, you should seriously consider giving users the ability to easily enable or disable the additional features.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Jun 2007 03:29:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43453</guid>
      <author>Can't Say No</author>
      <link>http://userscripts.org/posts/43453</link>
    </item>
    <item>
      <title>Archived Comments, replied by iescripts</title>
      <description>&lt;p&gt;This script has been ported to IE:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://iescripts.org/view-scripts-111p1.htm&quot;&gt;http://iescripts.org/view-scripts-111p1.htm&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2007 04:35:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43454</guid>
      <author>iescripts</author>
      <link>http://userscripts.org/posts/43454</link>
    </item>
    <item>
      <title>Archived Comments, replied by Clevermonkey</title>
      <description>&lt;p&gt;Double-click to activate is the deal-breaker - annoying and pointless, when *wouldn't* I want this script to run? I'm ambivalent about the update checker - I haven't had it pop up (or whatever it's supposed to do) so I don't know how intrusive it is. Results numbering is actually a nice idea, helps if you've been scrolling for a while.&lt;/p&gt;

&lt;p&gt;I hear Google is about to change the search results page, so Pawel might have to do a few tweaks anyway. Kill double-click activation please! Great script otherwise, thanks for updating the original.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.betanews.com/article/Google_Unveils_Biggest_Site_Redesign/1179359341&quot;&gt;http://www.betanews.com/article/Google_Unveils_...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 May 2007 14:05:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43455</guid>
      <author>Clevermonkey</author>
      <link>http://userscripts.org/posts/43455</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mentallo</title>
      <description>&lt;p&gt;While this script is excellent the introduction of useless features like the result numbers, double-click and update windows, it's starting to be a little bloated. All we really need is the basic functionality of seemless google results. Please either make one basic version and one full featured version or make a options window.&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 17:21:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43456</guid>
      <author>Mentallo</author>
      <link>http://userscripts.org/posts/43456</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish</title>
      <description>&lt;p&gt;If anyone enjoys this functionality but wants a version without an update prompt or double-click to enable (and you're willing to forego some slight performance improvements), you should check out FaziBear's earlier version of this script: &lt;a href=&quot;http://userscripts.org/scripts/show/6985&quot;&gt;http://userscripts.org/scripts/show/6985&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 14 May 2007 18:11:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43457</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/posts/43457</link>
    </item>
    <item>
      <title>Archived Comments, replied by muvo</title>
      <description>&lt;p&gt;Great script. &lt;/p&gt;

&lt;p&gt;But I have a problem when I use it. It just doesn't work when I search by google.com. It's enabled, of course. There are even no numbers appear in front of the search result entries and nothing happens when I scroll down. But if I change the search site to google.ca, it works as it's expected to do. I am quite confused about this. Any thoughts?&lt;/p&gt;</description>
      <pubDate>Sun, 13 May 2007 04:39:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43458</guid>
      <author>muvo</author>
      <link>http://userscripts.org/posts/43458</link>
    </item>
    <item>
      <title>Archived Comments, replied by Logan Koester</title>
      <description>&lt;p&gt;Great idea. Why didn't I think of it!? I just wish it were compatible with Google &lt;a href=&quot;http://userscripts.org/scripts/show/6575&quot;&gt;Ctrl+Arrow&lt;/a&gt;... that would be usability heaven.&lt;/p&gt;</description>
      <pubDate>Sat, 12 May 2007 02:29:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43459</guid>
      <author>Logan Koester</author>
      <link>http://userscripts.org/posts/43459</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pawe&#322; Kubisz</title>
      <description>&lt;p&gt;thx KosciaK - bug fixed&lt;/p&gt;</description>
      <pubDate>Fri, 11 May 2007 21:10:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43460</guid>
      <author>Pawe&#322; Kubisz</author>
      <link>http://userscripts.org/posts/43460</link>
    </item>
    <item>
      <title>Archived Comments, replied by KosciaK</title>
      <description>&lt;p&gt;Sometimes (for example &lt;a href=&quot;http://www.google.com/search?q=myopathy&quot;&gt;http://www.google.com/search?q=myopathy&lt;/a&gt;) first ten results are always at the bottom. New results are appended above first ten&lt;/p&gt;</description>
      <pubDate>Fri, 11 May 2007 20:09:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43461</guid>
      <author>KosciaK</author>
      <link>http://userscripts.org/posts/43461</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish</title>
      <description>&lt;p&gt;What is going on with this script!?!?! It's highly annoying to throw an alert that the script has updated..
&lt;br /&gt;Also what purpose do these numbers serve? 
&lt;br /&gt;This is getting frustrating and I'm about to branch off my own version of this script.&lt;/p&gt;

&lt;p&gt;If you could, please create some preferences (maybe with &lt;a href=&quot;http://diveintogreasemonkey.org/advanced/gm_getvalue.html&quot;&gt;gm_setvalue&lt;/a&gt;) so we can set the doubleclick functionality to how we want it, as well as enabling notification of new versions, and adding #s next to the results.&lt;/p&gt;

&lt;p&gt;Thanks...&lt;/p&gt;</description>
      <pubDate>Thu, 03 May 2007 20:07:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43462</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/posts/43462</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mentallo</title>
      <description>&lt;p&gt;Truly great script. One of the most useful Greasemonkey scripts ever. Congrats!&lt;/p&gt;</description>
      <pubDate>Fri, 27 Apr 2007 18:57:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43463</guid>
      <author>Mentallo</author>
      <link>http://userscripts.org/posts/43463</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish</title>
      <description>&lt;p&gt;I'm not really into the doubleclick functionality, can we make this a setting? I want it to always be on. Why should it ever be disabled?&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:31:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43464</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/posts/43464</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mach5</title>
      <description>&lt;p&gt;well that is freaking awesome.  well done!&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 17:23:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43465</guid>
      <author>Mach5</author>
      <link>http://userscripts.org/posts/43465</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pawe&#322; Kubisz</title>
      <description>&lt;p&gt;the Google evolves permanently - they have changed a little bit theirs page that's why script stopped working - now it's fixed&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:20:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43466</guid>
      <author>Pawe&#322; Kubisz</author>
      <link>http://userscripts.org/posts/43466</link>
    </item>
    <item>
      <title>Archived Comments, replied by KosciaK</title>
      <description>&lt;p&gt;Is it something on my side or the script stopped working today? There's the loading image but no new page is appended...&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 13:46:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43467</guid>
      <author>KosciaK</author>
      <link>http://userscripts.org/posts/43467</link>
    </item>
  </channel>
</rss>
