Skip to content

Instantly share code, notes, and snippets.

@kicktraq
kicktraq / paidAmount.js
Last active April 14, 2019 02:22
Ever wonder how much you've spent on KS? Yeah, don't do this on purpose if you are a KS addict.
// login, and visit this page: https://www.kickstarter.com/profile/backings
// keep clicking "show more pledges" in the "successfully pledged" section until the button disappears
// paste the following in your console
// build a quick and dirty currency echange index
var exchangeArray = {
"$": 1,
"£": 1.31,
"€": 1.17,