## Bookmarklet Usage 1. copy the bookmarklet code below 1. create a new bookmark with the code as the URL 1. navigate to an issues listing view in GitHub, like a milestone view 1. click the bookmark, an alert box will show you the results ## Script Usage 1. navigate to an issues listing view in GitHub, like a milestone view 1. copy the code snippet 1. open the browsers JavaScript developer console on the page 1. paste the code into the console and run it 1. the console output contains the results ## Notes * the issues need a label like `size: 1` or `size : 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 and `title` attribute