Created
April 16, 2024 15:43
-
-
Save drewdaemon/6cb118f25a17c8706f8eb7325f396a55 to your computer and use it in GitHub Desktop.
Builds a list of GH issues for work log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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