Created
August 4, 2016 07:34
-
-
Save rutger1140/7e65c7f618644d7e091f57beb7e22932 to your computer and use it in GitHub Desktop.
Beanstalk total costs
This file contains 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
var t = 0; | |
$(".invoices-list a").each(function() { | |
t += parseFloat($(this).text().substring(1)) | |
}); | |
console.log(t); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Want to know how much money you spend on Beanstalkapp.com?
Run it in your console on the Plans & Billing page (/plans) under Account.