Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Created April 16, 2024 15:43
Show Gist options
  • Save drewdaemon/6cb118f25a17c8706f8eb7325f396a55 to your computer and use it in GitHub Desktop.
Save drewdaemon/6cb118f25a17c8706f8eb7325f396a55 to your computer and use it in GitHub Desktop.
Builds a list of GH issues for work log
console.log(Array.from(document.querySelectorAll('.Link--primary')).map(a => `${a.innerText} (${a.href})`).join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment