Created
March 2, 2017 05:42
-
-
Save felipsmartins/2b4be84a4e2a1f06e1535309d8cea91f to your computer and use it in GitHub Desktop.
steam card fast buy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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