MCPcopy Create free account
hub / github.com/hoothin/UserScripts / loadOver

Function loadOver

Picviewer CE+/Picviewer CE+.user.js:18277–18286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18275 return;
18276 }
18277 var loadOver=function(){
18278 if(!next || !prefs.gallery.loadAll || single){
18279 self.pageAllReady=true;
18280 self.pageImgReady();
18281 }else{
18282 self.curPage=document;
18283 self.href=location.href;
18284 self.pageAction(false);
18285 }
18286 };
18287 if((next && !pageObj.next) || (!next && !pageObj.pre)){
18288 loadOver();
18289 return;

Callers 1

initFunction · 0.70

Calls 1

pageActionMethod · 0.80

Tested by

no test coverage detected