Skip to content

Instantly share code, notes, and snippets.

@moomdate
Created August 24, 2020 02:08
Show Gist options
  • Save moomdate/63243a89f4a5f5e49f516ad7a40b338d to your computer and use it in GitHub Desktop.
Save moomdate/63243a89f4a5f5e49f516ad7a40b338d to your computer and use it in GitHub Desktop.
let sum = 0;
$("html body app-root app-layouts div app-history div div table tbody tr").each((d,i)=>{
sum += +i.lastElementChild.textContent
})
console.log(sum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment