Update links

This commit is contained in:
SuperSaltyGamer
2024-07-07 22:43:47 +03:00
parent 7d8c63196a
commit 3a35d8f250
10 changed files with 22 additions and 22 deletions

View File

@@ -6,10 +6,10 @@ Various userscripts for the music hoarding community.
Install [ViolentMonkey](https://violentmonkey.github.io) or [TamperMonkey](https://tampermonkey.net) then proceed to installing any of the editions:
* [Apple Music](https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/applemusic.user.js)
* [MusicBrainz](https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/musicbrainz.user.js)
* [MusicBrainz - Works](https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/musicbrainz-works.user.js)
* [VGMdb](https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/vgmdb.user.js)
* [Apple Music](https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/applemusic.user.js)
* [MusicBrainz](https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/musicbrainz.user.js)
* [MusicBrainz - Works](https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/musicbrainz-works.user.js)
* [VGMdb](https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/vgmdb.user.js)
## Editions

View File

@@ -1,15 +1,15 @@
// ==UserScript==
// @namespace ame-applemusic
// @name Ame (Apple Music)
// @version 1.11.0
// @version 1.11.1
// @author SuperSaltyGamer
// @run-at document-start
// @match https://music.apple.com/*
// @grant GM.addStyle
// @grant GM.setClipboard
// @grant GM.xmlHttpRequest
// @downloadURL https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/applemusic.user.js
// @updateURL https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/applemusic.user.js
// @downloadURL https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/applemusic.user.js
// @updateURL https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/applemusic.user.js
// ==/UserScript==
(function(Gl){typeof define=="function"&&define.amd?define(Gl):Gl()})(function(){"use strict";const Gl=`@charset "UTF-8";/*!

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
dist/vgmdb.user.js vendored
View File

@@ -1,14 +1,14 @@
// ==UserScript==
// @namespace ame-vgmdb
// @name Ame (VGMdb)
// @version 1.1.6
// @version 1.1.7
// @author SuperSaltyGamer
// @run-at document-end
// @match https://vgmdb.net/*
// @grant GM.addStyle
// @grant GM.xmlHttpRequest
// @downloadURL https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/vgmdb.user.js
// @updateURL https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/vgmdb.user.js
// @downloadURL https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/vgmdb.user.js
// @updateURL https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/vgmdb.user.js
// ==/UserScript==
(function(me){typeof define=="function"&&define.amd?define(me):me()})(function(){"use strict";var me=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function je(O){return O&&O.__esModule&&Object.prototype.hasOwnProperty.call(O,"default")?O.default:O}function we(O){throw new Error('Could not dynamically require "'+O+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Pe={exports:{}};/*!

View File

@@ -2,10 +2,10 @@
"private": true,
"name": "ame",
"author": "SuperSaltyGamer",
"homepage": "https://notabug.org/SuperSaltyGamer/ame",
"homepage": "https://gitlab.com/SuperSaltyGamer/ame",
"type": "module",
"config": {
"cdn": "https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/"
"cdn": "https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/"
},
"dependencies": {
"handsontable": "^13.0.0",

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @namespace ame-applemusic
// @name Ame (Apple Music)
// @version 1.11.0
// @version 1.11.1
// @author SuperSaltyGamer
// @run-at document-start
// @match https://music.apple.com/*

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @namespace ame-musicbrainz-works
// @name Ame (MusicBrainz - Works)
// @version 0.4.0
// @version 0.4.1
// @author SuperSaltyGamer
// @run-at document-end
// @match https://musicbrainz.org/*

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @namespace ame-musicbrainz
// @name Ame (MusicBrainz)
// @version 1.8.2
// @version 1.8.3
// @author SuperSaltyGamer
// @run-at document-end
// @match https://musicbrainz.org/*

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @namespace ame-vgmdb
// @name Ame (VGMdb)
// @version 1.1.6
// @version 1.1.7
// @author SuperSaltyGamer
// @run-at document-end
// @match https://vgmdb.net/*