Pinned Loading
-
-
A script to sum all "posted" transac...
A script to sum all "posted" transactions entries in simplygo -- https://simplygo.transitlink.com.sg/Cards/Transactions 1// Copy paste the following to the console of your browser.
23total = 0.0
4for (const el of $("tr[style='color:#fff;'] > .col3")) {
5total += parseFloat(el.textContent.replace('$', ''))
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.