Skip to content

Instantly share code, notes, and snippets.

@Terrance
Created June 21, 2014 10:18
Show Gist options
  • Save Terrance/42c8fa95d965df22efb5 to your computer and use it in GitHub Desktop.
Save Terrance/42c8fa95d965df22efb5 to your computer and use it in GitHub Desktop.
A snippet (using Prototype.js as available on the page) to instantly buy the top item in a Steam market listing. Can be used as a bookmarket.
$$(".item_market_action_button.item_market_action_button_green")[0].click();
$$("#market_buynow_dialog_accept_ssa")[0].checked = true;
$$("#market_buynow_dialog_purchase")[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment