Skip to content

Instantly share code, notes, and snippets.

@vicenteherrera
Last active July 28, 2022 09:22
Show Gist options
  • Save vicenteherrera/caee4f552324d2c7a4eb3eeafd18f666 to your computer and use it in GitHub Desktop.
Save vicenteherrera/caee4f552324d2c7a4eb3eeafd18f666 to your computer and use it in GitHub Desktop.
What's stopping you from coding like this? Increment your GitHub rep

Script to generate cool GH commit graph

Inspired by: https://twitter.com/haysstanford/status/1306209477226569729

Visit your GH profile page and paste this in the JS console. Last (long) line adds several badges (if some appear duplicate with the ones you already have, use inspector to delete them):

document.querySelectorAll(".f4.text-normal.mb-2")[1].innerHTML="1"+Math.round(Math.random()*10000).toLocaleString()+" contributions in the last year"
document.getElementsByClassName("js-calendar-graph-svg")[0].querySelectorAll('.ContributionCalendar-day').forEach(function(day){ day.setAttribute("data-level",Math.round(Math.min(Math.random()*7,4))) })

document.getElementsByClassName('js-profile-editable-replace')[0].getElementsByClassName('d-flex flex-wrap')[0].insertAdjacentHTML('beforeEnd','<a href="/vicenteherrera?achievement=starstruck&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/starstruck-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/vicenteherrera/achievements/starstruck/detail?hovercard=1" width="64" alt="Achievement: Starstruck" data-view-component="true" class="achievement-badge-sidebar"></a><a href="/vicenteherrera?achievement=arctic-code-vault-contributor&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/arctic-code-vault-contributor-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/vicenteherrera/achievements/arctic-code-vault-contributor/detail?hovercard=1" width="64" alt="Achievement: Arctic Code Vault Contributor" data-view-component="true" class="achievement-badge-sidebar"></a><img src="https://github.githubassets.com/images/modules/profile/achievements/pull-shark-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/vicenteherrera/achievements/pull-shark/detail?hovercard=1" width="64" alt="Achievement: Pull Shark" data-view-component="true" class="achievement-badge-sidebar"><img src="https://github.githubassets.com/images/modules/profile/achievements/starstruck-default--dark.png" data-hovercard-type="achievement" data-hovercard-url="/users/kelseyhightower/achievements/starstruck/detail?hovercard=1" width="64" alt="Achievement: Starstruck" data-view-component="true" class="achievement-badge-sidebar"><img src="https://github.githubassets.com/images/modules/profile/achievements/yolo-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/Issif/achievements/yolo/detail?hovercard=1" width="64" alt="Achievement: YOLO" data-view-component="true" class="achievement-badge-sidebar"><img src="https://github.githubassets.com/images/modules/profile/achievements/pair-extraordinaire-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/Issif/achievements/pair-extraordinaire/detail?hovercard=1" width="64" alt="Achievement: Pair Extraordinaire" data-view-component="true" class="achievement-badge-sidebar"><a href="/farhadi?achievement=public-sponsor&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/public-sponsor-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/farhadi/achievements/public-sponsor/detail?hovercard=1" width="64" alt="Achievement: Public Sponsor" data-view-component="true" class="achievement-badge-sidebar"></a><a href="/lpil?achievement=galaxy-brain&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/lpil/achievements/galaxy-brain/detail?hovercard=1" width="64" alt="Achievement: Galaxy Brain" data-view-component="true" class="achievement-badge-sidebar"></a><a href="/mattfarina?achievement=quickdraw&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/quickdraw-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/mattfarina/achievements/quickdraw/detail?hovercard=1" width="64" alt="Achievement: Quickdraw" data-view-component="true" class="achievement-badge-sidebar"></a><a href="/pablogsal?achievement=mars-2020-contributor&amp;tab=achievements" class="position-relative"><img src="https://github.githubassets.com/images/modules/profile/achievements/mars-2020-contributor-default.png" data-hovercard-type="achievement" data-hovercard-url="/users/pablogsal/achievements/mars-2020-contributor/detail?hovercard=1" width="64" alt="Achievement: Mars 2020 Contributor" data-view-component="true" class="achievement-badge-sidebar"></a>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment