你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/5199-picviewer-ce,源站連結 點此以跳轉。
NLF 的围观图修改版
当前为
picViewer By NLF 修改版。github 安装地址
mouseenter 可能不会触发。a 键打开原图(actual)c 键打开当前图片(current)m 键打开放大镜(magnifier)g 键打开库(gallery)重载。跟下面的自动重载类同,这是手动重载。导出所有图片到新窗口显示隐藏底部条 按钮
var srcNode = window.FireGestures ? FireGestures.sourceNode : event.target,
document = srcNode.ownerDocument;
var actualBtn = document.querySelector('#pv-float-bar-container > .pv-float-bar-button-actual');
if (actualBtn) {
actualBtn.click();
}
var srcNode = window.FireGestures ? FireGestures.sourceNode : event.target,
document = srcNode.ownerDocument;
var galleryBtn = document.querySelector('#pv-float-bar-container > .pv-float-bar-button-gallery');
if (galleryBtn) {
galleryBtn.click();
}