We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee009c commit 1194021Copy full SHA for 1194021
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -8728,7 +8728,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
8728
loadPrefs();
8729
8730
if(prefs.gallery.autoOpenSites && new RegExp(prefs.gallery.autoOpenSites).test(location.href)){
8731
- setTimeout(()=>{openGallery();},1000);
+ setTimeout(()=>{openGallery();},1500);
8732
}
8733
8734
// 注册按键
0 commit comments