Skip to content
View yong24s's full-sized avatar
  • Singapore

Block or report yong24s

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RepoSense RepoSense Public

    Forked from reposense/RepoSense

    Product demo

    Java

  2. 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.
    2
    
                  
    3
    total = 0.0
    4
    for (const el of $("tr[style='color:#fff;'] > .col3")) {
    5
      total += parseFloat(el.textContent.replace('$', ''))
  3. automate-tasks automate-tasks Public

    JavaScript