Skip to content

Instantly share code, notes, and snippets.

@ROBGUI09
Last active August 11, 2024 17:37
Show Gist options
  • Save ROBGUI09/2e5c9e67a52e9b90147f9a314b788e6b to your computer and use it in GitHub Desktop.
Save ROBGUI09/2e5c9e67a52e9b90147f9a314b788e6b to your computer and use it in GitHub Desktop.
Get workshop collection item as big workshop_download_item list (download workshop collections easily)

Paste script below in console while being on https://steamcommunity.com/sharedfiles/filedetails/?id=????-type page to get big paste which you can easily put in your SteamCMD prompt to download everything in there

console.log([].slice.call(document.querySelectorAll(".collectionItemDetails")).map((e=>"workshop_download_item "+document.querySelector(".breadcrumbs").children[0].href.split("/")[4]+" "+e.children[0].href.split("=")[1])).join("\n"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment