GM_Gallery

图片列表转换为画廊

Цей скрипт не слід встановлювати безпосередньо. Це - бібліотека для інших скриптів для включення в мета директиву // @require https://update.sleazyfork.org/scripts/545309/1770977/GM_Gallery.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
ssnangua
Версія
0.0.1.20260306125238
Створено
10.08.2025
Оновлено
06.03.2026
Size
4,3 кБ
Ліцензія
Н/Д

依赖 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"];
  },
});