Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Created March 2, 2017 05:42
Show Gist options
  • Select an option

  • Save felipsmartins/2b4be84a4e2a1f06e1535309d8cea91f to your computer and use it in GitHub Desktop.

Select an option

Save felipsmartins/2b4be84a4e2a1f06e1535309d8cea91f to your computer and use it in GitHub Desktop.
steam card fast buy
// just open browser console and copy&paste the below code
document.querySelector('.market_commodity_orders_header > a').dispatchEvent(new Event('click'));
document.getElementById('market_buyorder_dialog_accept_ssa').checked=1;
document.getElementById('market_buyorder_dialog_purchase').dispatchEvent(new Event('click'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment