This userscript adds import/export functionality to your subscribed mods list on the Steam Workshop.
- Install a userscript manager like Greasemonkey or Violentmonkey.
- Click here to install the script.
- Visit your subscriptions page (Workshop -> Your files -> Your subscribed items
- Click Export Subscribed and wait for the pop-up
- Click copy JSON and save it somewhere like gist for sharing/backup.
- Click Import Subscribed
- Paste in your previously exported JSON
- Click Import
- Scroll to the bottom and click Subscribe
- Export your subscribed mods list as a Markdown table and also as JSON.
- Import a list of mods from a JSON file.
Example table: (UrsaRyan's mods)
- Clone the repository.
- Run
npm install
to install dependencies. npm run build
to build the script.npm run watch
to watch for changes and rebuild the script.npm run lint
to lint the code.