Array.from(document.querySelectorAll('a[id^="commit-details-"]')).map(i => i.textContent.replaceAll("\n"," ").replaceAll(" ",""))
Created
July 25, 2026 11:38
-
-
Save tangoabcdelta/534072ef5fc1672b43332165c45596e9 to your computer and use it in GitHub Desktop.
Get all Commits from a Github Page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment