Skip to content

Instantly share code, notes, and snippets.

@rissole
Created February 25, 2018 12:48
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 rissole/0772fecbc645c6d9e0beea3eaae66b64 to your computer and use it in GitHub Desktop.
Save rissole/0772fecbc645c6d9e0beea3eaae66b64 to your computer and use it in GitHub Desktop.
$('#order-history td:nth-child(7):contains(AUD)').map((i,e) => Number(e.getAttribute('data-raw'))).toArray().reduce((next, total) => total + next, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment