Skip to content

Instantly share code, notes, and snippets.

@dilab
Created April 13, 2021 03:55
Show Gist options
  • Save dilab/6247f5d6520f72ab617434e2e9065fbf to your computer and use it in GitHub Desktop.
Save dilab/6247f5d6520f72ab617434e2e9065fbf to your computer and use it in GitHub Desktop.
Github current issue titles
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