| Script Summary: Add autoloading for next page to Google search result. |
this script has 1 topic, 15 posts |
This script has no reviews. |
Changed by: Suiren
Last Update: 27th Oct,2008 - ver. 0.9.4 @
Script developed and tested using
- Firefox 3.0.1 with GreaseMonkey 0.8
- Internet Exploer 7 with Trixie
Tested Site
TIPS
If you won't open new tabs of Google Search result, You should change to write in my Script - Line 53 like this.
Before)
51| // Change the following "true" to "false" if you don't want to enable it automatically.
52| var GOOGLE_AUTO_PAGER_DEFAULT_ENABLE = true;
53| var IS_OPEN_NEW_TABS = true;
54| //
After)
51| // Change the following "true" to "false" if you don't want to enable it automatically.
52| var GOOGLE_AUTO_PAGER_DEFAULT_ENABLE = true;
53| var IS_OPEN_NEW_TABS = false;
54| //
Problems
- Bug "the page turns blank" -> Temporary revision 0.9.1 @ -> Fixed 0.9.3 @
- Bug "Can't open the link of JavaScript 'ManyBox.register' for IE7" -> Sorry this problem is too difficult for me.
ver 0.9.4 @ change
- support new HTML of Google search results.
ver 0.9.3 @ change
- Fix Bug " the page turns blank "
ver 0.9.2 @ change
- support new HTML of Google search results.
ver 0.9.1 @ change
- remove the JavaScript - "ManyBox.register". but this is a stopgap measures.
ver 0.9 @ change
- support new HTML of Google search results.
- merge Gimite's 0.8@ one & Takayama Fumihiko's 1.1@ one
- remove "Hatena Bookmark","loading effect","end text".

