あー、こんなんでいいのかあー

@@ -1,7 +1,7 @@
 // ==UserScript==
 // @name           twitter.AutoPager
 // @namespace      http://ss-o.net/
-// @version 0.7
+// @version 0.8
 // @description    AutoPager for Twitter (Greasemonkey, Opera9.5+ and Google Chrome 2+)
 // @include        http://twitter.com/*
 // @include        https://twitter.com/*
@@ -108,7 +108,7 @@
 	}
 	// Thx! id:Constellation
 	function get_more(){
- return document.getElementById('more');
+ return document.getElementById('more') || document.getElementById('search_more');
 	}
 	function get_last_line(){
 		return document.evaluate('id("timeline")/li[last()]',document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;