图片列表转换为画廊
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.sleazyfork.org/scripts/545309/1778829/GM_Gallery.js
依赖 GM_Preview
// @require https://update.greasyfork.org/scripts/546691/1770975/GM_Preview.js
// @require https://update.greasyfork.org/scripts/545309/1768024/GM_Gallery.js
new window.GM_Gallery({
// 图片列表解析器,返回图片链接列表
parser() {
return ["1.jpg", "2.jpg"];
},
});