Greasy Fork

Nexus Download Collection

Download every mods of a collection in a single click

< 脚本 Nexus Download Collection 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-04-10

Love this, used this to downloads Gates to Sovngarde (1700 Mods) it did take me ages but way quicker then clicking each mod 1 by 1.

1 issue, your line 7 ``` // @match https://www.nexusmods.com/*/collections* ``` did not work for me at all and i had to swap it to ``` // @match https://www.nexusmods.com/games/*/collections/* ``` hope this helps others out!

Drigtime作者
§
发布于:2025-04-10

Hi, thanks for the feedback. The issue arises from changes NexusMods made to their website. Their site is now a Single Page Application (SPA), which means that when you navigate to a different page, it doesn't perform a full page reload.

If you access NexusMods from the homepage, your userscript extension won't detect the script for the page, and when you navigate to another page, it won't load the script for the new page either.

Therefore, both your solution and my current solution will only work if you load NexusMods directly on the collection section of their website.

I will update the script to address this issue.

发布留言

登录以发布留言。