Created
July 28, 2015 03:21
-
-
Save apetresc/5fc201bb51cdfbed7c75 to your computer and use it in GitHub Desktop.
Total set value from MTGStocks.com set page
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
| $('.right').toArray().reduce(function(x, y, i, a) { return parseFloat(y.innerHTML.substring(1)) + x; }, 0.0).toFixed(2); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to a set page on mtgstocks.com (such as http://mtgstocks.com/sets/55) and paste this into the Javascript console to get the total value of the set. Useful when bidding on whole sets on eBay.