VGMdb Metadata copy

Adds copy buttons to the VGMdb album pages to easily copy metadata.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
kahpaibe
今日安裝
0
安裝總數
1
評價
0 0 0
版本
1.8
建立日期
2025-04-16
更新日期
2025-04-16
尺寸
8.9 KB
授權條款
MIT
腳本執行於

VGMdb Metadata copy

A script that inserts buttons on VGMdb album pages (https://vgmdb.net/album/*) to easily copy to clipboard the related metadata.

Usage

CLick the buttons inserted next to the various fields.

Allows for copying:

  • Title and alternative titles
  • Release date, event and the mix of the two
  • Publisher
  • A tagged string encoding relevant information of the following format: '${PREFIX}?[${date}][${event}]? ${publisher} - ${catalognumber}${SUFFIX}?' (ex: [1996.02.16] 新世紀エヴァンゲリオン II {KICA-290})

A PREFIX and a SUFFIX variable are defined at the top of the script, they can be used to append a string on the tagged string defined above.

About

A script mostly made with ChatGPT with some manual tweaking.