Skip to content

Instantly share code, notes, and snippets.

@dlo
Created February 19, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlo/a4de061aed130a2e59258b800c74225c to your computer and use it in GitHub Desktop.
Save dlo/a4de061aed130a2e59258b800c74225c to your computer and use it in GitHub Desktop.
Fluid.app GitHub badge icon with # of open issues
const $$ = (selector) => document.querySelectorAll(selector)
let items = $$("nav.reponav span.Counter");
if (items.length > 0) {
window.fluid.dockBadge = items[0].innerText;
} else {
window.fluid.dockBadge = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment