mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 16:12:54 -03:00
Update links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
6
dist/applemusic.user.js
vendored
6
dist/applemusic.user.js
vendored
@@ -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";/*!
|
||||
|
||||
6
dist/musicbrainz-works.user.js
vendored
6
dist/musicbrainz-works.user.js
vendored
File diff suppressed because one or more lines are too long
6
dist/musicbrainz.user.js
vendored
6
dist/musicbrainz.user.js
vendored
File diff suppressed because one or more lines are too long
6
dist/vgmdb.user.js
vendored
6
dist/vgmdb.user.js
vendored
@@ -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:{}};/*!
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user