Skip to content

feature: enable multi sell shortcut on inventory#264

Merged
xPaw merged 2 commits intoSteamDatabase:masterfrom
nolddor:master
Mar 29, 2026
Merged

feature: enable multi sell shortcut on inventory#264
xPaw merged 2 commits intoSteamDatabase:masterfrom
nolddor:master

Conversation

@nolddor
Copy link
Copy Markdown
Contributor

@nolddor nolddor commented Mar 29, 2026

Closes #263

After implementation a new button will show up on quick sell panel for those items that allow multi-sell being used.
That's when description.commodity is not 0 for that particular asset.

Screenshot

image

@nolddor
Copy link
Copy Markdown
Contributor Author

nolddor commented Mar 29, 2026

Hi @xPaw, good day!

Please, take your time to review and provide your feedback.

@nolddor
Copy link
Copy Markdown
Contributor Author

nolddor commented Mar 29, 2026

Hi @xPaw some comments about this new commit.

1.- As far as I know URLSearchParams does not render as [] even if we use .append instead of .set so I went for items[] as key.

2.- Using encodeURIComponent make the multi-sell to fail as it does not find the item when enconded, so I had to remove that.

@xPaw
Copy link
Copy Markdown
Member

xPaw commented Mar 29, 2026

You don't need to encode manually when using that api.

@nolddor
Copy link
Copy Markdown
Contributor Author

nolddor commented Mar 29, 2026

Then good that I removed it. Thanks for letting me know that, had no idea about it.

@woctezuma
Copy link
Copy Markdown

woctezuma commented Mar 29, 2026

I had to install Firefox "Extended Support Release" in order to toggle OFF xpinstall.signatures.required. 🙀
After I did that, when I tested the extension on my test profile, the feature worked as intended. 🎉

The result is similar to my usual workflow, except you don't have to Shift-click items, e.g.

Discord_1rNFBniBdJ

@xPaw xPaw merged commit b3d920b into SteamDatabase:master Mar 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Multisell shortcut for commodities under SteamDB Quicksell Panel

3 participants