Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created May 7, 2022 22:50
Show Gist options
  • Save GitHub30/b1d2479633264f66b1f577774b8f3e4c to your computer and use it in GitHub Desktop.
Save GitHub30/b1d2479633264f66b1f577774b8f3e4c to your computer and use it in GitHub Desktop.
await fetch('https://www.cloudskillsboost.google/profile/activity').then(r=>r.text()).then(html=>new DOMParser().parseFromString(html,'text/html')).then(doc=>JSON.parse(doc.querySelector('ql-table').getAttribute('data')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment