Created
May 7, 2022 22:50
-
-
Save GitHub30/b1d2479633264f66b1f577774b8f3e4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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