Skip to content

Instantly share code, notes, and snippets.

@monodyle
Created September 1, 2023 04:44
Show Gist options
  • Save monodyle/ea48525e7c5ff4ab83204b4633888aae to your computer and use it in GitHub Desktop.
Save monodyle/ea48525e7c5ff4ab83204b4633888aae to your computer and use it in GitHub Desktop.
Steam add all workshop item into collection

run this script on your console

document.querySelectorAll('[onclick^="AddSpecifiedChildToCollection"]').forEach((item) => {
  item.onclick()
}) 

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment