- copy the bookmarklet code below
- create a new bookmark with the code as the URL
- navigate to an issues listing view in GitHub, like a milestone view
- click the bookmark, an alert box will show you the results
- navigate to an issues listing view in GitHub, like a milestone view
- copy the code snippet
- open the browsers JavaScript developer console on the page
- paste the code into the console and run it
- the console output contains the results
- the issues need a label like
size: 1
orsize : 1
- sums everything it sees on the page
- executes in a closure so it can be re-run if needed
- will break if GitHub styles ever change significantly
- looks for nodes with the
IssueLabel
class andtitle
attribute
- looks for nodes with the