Download from Nexusmods.com without wait and redirect (support Manual/Vortex/MO2/NMM)
< 脚本Nexus No Wait的反馈
Fix for mod requirement downloads
For example: https://www.nexusmods.com/skyrimspecialedition/mods/31300?tab=files
I've marked the lines changed with // <--
// <--
var href = this.href; // <-- if (href.indexOf("file_id") >= 0 || href.indexOf("ModRequirementsPopUp") >= 0) { // <-- event.preventDefault(); var button = $(this); button.css("color", "yellow"); button.text('WAIT'); var game_id = document.getElementById("section").dataset.gameId; var search_params = new URL(href).searchParams; // <-- var file_id = search_params.get("file_id"); if (!file_id) // <-- file_id = search_params.get("id"); // <--
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Fix for mod requirement downloads
For example: https://www.nexusmods.com/skyrimspecialedition/mods/31300?tab=files
I've marked the lines changed with
// <--