Skip to content

Instantly share code, notes, and snippets.

@payload
Created July 20, 2023 13:46
Show Gist options
  • Save payload/37db176b9ab275efea5a159dfc90371f to your computer and use it in GitHub Desktop.
Save payload/37db176b9ab275efea5a159dfc90371f to your computer and use it in GitHub Desktop.
Bitbucket Branch Author Names
Array.from(document.querySelectorAll(".aui-avatar [alt]")).map(
e => e.parentElement.parentElement.appendChild(
(() => { const p = document.createElement('p'); p.innerHTML = e.alt; return p })()
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment