Skip to content

GitHub issue counts

Rob Garrison edited this page May 18, 2016 · 38 revisions

GitHub-code-colors | GitHub-custom-hotkeys | GitHub-image-preview | GitHub-issue-comments | GitHub-issue-counts | GitHub-remove-diff-signs | GitHub-table-of-contents | GitHub-title-notification | GitHub-toggle-wiki-sidebar | Gist-to-dabblet

GitHub Issue Counts

A userscript that adds a repo issues count to the repository tab & organization page (https://github.com/:user)

  • This script makes it easy to see the total number of open issues & pull requests for each repository.
  • It works on both user & organization pages.
  • Click this link to install from GitHub, or install from GreasyFork.

Screen shots

Before

repo-before

After

repo-after

Change Log

Version 2.3.1 (4/11/2016)

  • Issue count: Add @connect setting (ref).

Version 2.3.0 (3/24/2016)

Version 2.2.0 (12/27/2015)

  • Fix link to issues.
  • Add mutation observer. Fixes issue #2.
  • Rewritten in plain JS (no jQuery).
  • Add inline svg instead of background - allows hover color.
  • Add busy flag & comparisons in mutation observer to reduce function calls.
  • Removed entry limitation since only one call to the API is needed.

Version 2.1.1 (12/26/2015)

  • Update screenshot.
  • Use base64 encoded icon for Firefox. Fixes issue #1.

Version 2.1.0 (12/25/2015)

  • Use user repos list to get issue count.
  • Now works without page reload.
  • Add package.json.

Version 2.0.1 (12/25/2015)

  • Include organization page.

Version 2.0 (12/25/2015)

  • Rewritten for new layout.
  • Changed icon to svg.

Version 1.2 (1/8/2013)

  • Modified script to work with ajax tabs.

Version 1.1 (11/23/2012)

  • Added a location check, otherwise Chrome injects the script into every page.

Version 1.0 (10/15/2012)

  • Updated script to match the new profile page.

Version 1.0.2 beta (5/9/2012)

  • Updated script to use Github API v3, as v2 is supposed to be terminated 5/2012 (ref).

Version 1.0.1 beta (5/9/2012)

  • Modified icon positioning to fit the github changes made by replacing images with font icons.

Version 1.0 beta (1/17/2012)

  • Working in Chrome now, YAY!
  • Renamed script to "github-issue-counts.user.js" to make it automatically install per the instructions.
  • Copied the installation instructions from skratchdot.

Version 0.9 alpha (1/16/2012)

  • Initial post.
  • Not working in Chrome for some reason =/
Clone this wiki locally