<?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>Archived Comments, replied by wolssiloa @ Fri, 14 Nov 2008 00:56:37 -0600</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 00:56:37 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43444</guid>
      <author>wolssiloa</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by xx3734 @ Tue, 12 Aug 2008 16:08:46 -0500</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 16:08:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43445</guid>
      <author>xx3734</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo @ Fri, 08 Aug 2008 09:28:41 -0500</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 09:28:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43446</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Sat, 21 Jun 2008 02:14:28 -0500</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 02:14:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43447</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Shane Falco @ Thu, 14 Feb 2008 22:41:36 -0600</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>Thu, 14 Feb 2008 22:41:36 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43448</guid>
      <author>Shane Falco</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by wolssiloa @ Wed, 26 Sep 2007 21:27:39 -0500</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>Wed, 26 Sep 2007 21:27:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43449</guid>
      <author>wolssiloa</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo @ Sun, 15 Jul 2007 10:00:38 -0500</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 10:00:38 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43450</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Quasimodo @ Sun, 15 Jul 2007 10:00:18 -0500</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 10:00:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43451</guid>
      <author>Quasimodo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking @ Wed, 27 Jun 2007 06:49:07 -0500</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 06:49:07 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43452</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Can't Say No @ Sun, 17 Jun 2007 22:29:00 -0500</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>Sun, 17 Jun 2007 22:29:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43453</guid>
      <author>Can't Say No</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by iescripts @ Tue, 22 May 2007 23:35:25 -0500</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>Tue, 22 May 2007 23:35:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43454</guid>
      <author>iescripts</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Clevermonkey @ Thu, 17 May 2007 09:05:39 -0500</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 09:05:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43455</guid>
      <author>Clevermonkey</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mentallo @ Tue, 15 May 2007 12:21:55 -0500</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 12:21:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43456</guid>
      <author>Mentallo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish @ Mon, 14 May 2007 13:11:46 -0500</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 13:11:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43457</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by muvo @ Sat, 12 May 2007 23:39:30 -0500</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>Sat, 12 May 2007 23:39:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43458</guid>
      <author>muvo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Logan Koester @ Fri, 11 May 2007 21:29:03 -0500</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>Fri, 11 May 2007 21:29:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43459</guid>
      <author>Logan Koester</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pawe&#322; Kubisz @ Fri, 11 May 2007 16:10:30 -0500</title>
      <description>&lt;p&gt;thx KosciaK - bug fixed&lt;/p&gt;</description>
      <pubDate>Fri, 11 May 2007 16:10:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43460</guid>
      <author>Pawe&#322; Kubisz</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by KosciaK @ Fri, 11 May 2007 15:09:08 -0500</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 15:09:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43461</guid>
      <author>KosciaK</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish @ Thu, 03 May 2007 15:07:42 -0500</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 15:07:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43462</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mentallo @ Fri, 27 Apr 2007 13:57:18 -0500</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 13:57:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43463</guid>
      <author>Mentallo</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish @ Thu, 26 Apr 2007 13:31:47 -0500</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 13:31:47 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43464</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mach5 @ Thu, 26 Apr 2007 12:23:22 -0500</title>
      <description>&lt;p&gt;well that is freaking awesome.  well done!&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 12:23:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43465</guid>
      <author>Mach5</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pawe&#322; Kubisz @ Thu, 26 Apr 2007 09:20:11 -0500</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 09:20:11 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43466</guid>
      <author>Pawe&#322; Kubisz</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by KosciaK @ Thu, 26 Apr 2007 08:46:07 -0500</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 08:46:07 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43467</guid>
      <author>KosciaK</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hey there stranger @ Mon, 23 Apr 2007 14:18:26 -0500</title>
      <description>&lt;p&gt;Great job, guys! :)&lt;/p&gt;</description>
      <pubDate>Mon, 23 Apr 2007 14:18:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13578:43468</guid>
      <author>Hey there stranger</author>
      <link>http://userscripts.org/topics/13578</link>
    </item>
  </channel>
</rss>
