Download every mods of a collection in a single click
< 脚本Nexus Download Collection的反馈
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.
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!