CurseForge Instant Download

Instant downloading of Minecraft CurseForge mods.

目前為 2019-08-09 提交的版本,檢視 最新版本

// ==UserScript==
// @name         CurseForge Instant Download
// @version      1.0.0
// @description  Instant downloading of Minecraft CurseForge mods.
// @namespace    https://allvvg.xyz
// @author       TrevTV
// @match        https://www.curseforge.com/minecraft/mc-mods/*/*
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var baseUrl = `https://www.curseforge.com/minecraft/mc-mods`
    var id = ((document.URL).split("/"))[7];
    var modName = ((document.URL).split("/"))[5];
    window.location.replace(`${baseUrl}/${modName}/download/${id}/file`);
}
)();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址