/steam_ext

Primary LanguageTypeScript

steam_workshop_extension_thing_idk

quick and dirty steam workshop item list to steamcmd commands

prerequisites

to run

build

bun build ./src/main.ts --outdir ./build --minify

build on modification

bun run watch

Then load as a custom extension in a browser. I've only tested in firefox.

what it do tho?

after running, visit a steam workshop item list like this and you should see an orange copy icon near each item's subscribe button that'll copy the steamcmd command to download that item into your clipboard.

TODO

  • make it work in single workshop item pages?