>>927 Greased Lightbox 側を修正した方が良い
init : function() {
// ++++++++++++++++ googleImagesAutoPager.user.js 用の変更 Start +++++++++++++
// for Auto Pager
function setAutoPagerEvent(){
var scrollHeight = document.documentElement.scrollHeight;
document.addEventListener("scroll",
function(e){
if(document.documentElement.scrollHeight - scrollHeight > 100){
scrollHeight = document.documentElement.scrollHeight;
try{greasedLightbox.unload();}catch(ex){}
greasedLightbox.init1();
}
},false);
}
setAutoPagerEvent();
greasedLightbox.init1();
},
init1 : function() {
// ++++++++++++++++ googleImagesAutoPager.user.js 用の変更 End +++++++++++++
// initialize localization
greasedLanguage.init();