Created
June 21, 2014 10:18
-
-
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.
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
$$(".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