VGMdb Metadata copy

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

Author
kahpaibe
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.8
Created
2025-04-16
Updated
2025-04-16
Size
8.9 KB
License
MIT
Applies to

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.