Skip to content

Instantly share code, notes, and snippets.

@tangoabcdelta
Created July 25, 2026 11:38
Show Gist options
  • Select an option

  • Save tangoabcdelta/534072ef5fc1672b43332165c45596e9 to your computer and use it in GitHub Desktop.

Select an option

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