>>884
AutoPagerize .user.js内の
if (typeof(window.AutoPagerize) == 'undefined') {
window.AutoPagerize = {}
window.AutoPagerize.addFilter = function(f) {
AutoPager.filters.push(f)
}
}


if (typeof(unsafeWindow.AutoPagerize) == 'undefined') {
unsafeWindow.AutoPagerize = {}
unsafeWindow.AutoPagerize.addFilter = function(f) {
AutoPager.filters.push(f)
}
}
にすると共に, AutoPagerize 対応GMスクリプト内の
window.AutoPagerize ...

unsafeWindow.AutoPagerize ...
にする。