Created
April 13, 2021 03:55
-
-
Save dilab/6247f5d6520f72ab617434e2e9065fbf to your computer and use it in GitHub Desktop.
Github current issue titles
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
var issues = $$('.markdown-title'); | |
var content = ""; | |
for (i in issues) { | |
content = content + "+ User: fix - " +issues[i].text + "\n"; | |
} | |
window.prompt ("Copy to clipboard: Ctrl+C, Enter", content); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment