Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created August 4, 2016 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rutger1140/7e65c7f618644d7e091f57beb7e22932 to your computer and use it in GitHub Desktop.
Save rutger1140/7e65c7f618644d7e091f57beb7e22932 to your computer and use it in GitHub Desktop.
Beanstalk total costs
var t = 0;
$(".invoices-list a").each(function() {
t += parseFloat($(this).text().substring(1))
});
console.log(t);
@rutger1140
Copy link
Author

Want to know how much money you spend on Beanstalkapp.com?
Run it in your console on the Plans & Billing page (/plans) under Account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment