>>892
>>887に対して ver1.11の修正していただいたのですが,

新しいタブでGoogleで検索後, 同タブで 別の検索語句で検索した際, ドキュメントloadイベントにより window.AutoPagerize等 オブジェクト が初期化されない 不具合があるようです。

AutoPagerizeの場合, 同スクリプト内の
if (typeof(window.AutoPagerize) == 'undefined') {
window.AutoPagerize = {}
window.AutoPagerize.addFilter = function(f) {
alert("push\n"+f.toString())
AutoPager.filters.push(f)
}
}

//if (typeof(window.AutoPagerize) == 'undefined') {
window.AutoPagerize = {}
window.AutoPagerize.addFilter = function(f) {
alert("push\n"+f.toString())
AutoPager.filters.push(f)
}
//}
としないと, filterが機能しないようです。