ZenHub userscripts
NOTE: In the lastest ZenHub update, all issue cards are now absolutely positioned. Because of this change, I am dropping support of these userscripts.
This repository currently contains the following userscripts... more may be added in the future:
- ZenHub sort issues
- ZenHub toggle meta (labels)
Related Userscripts:
- GitHub issue comments (Hide ZenHub pipeline changes)
- Make sure you have user scripts enabled in your browser (these instructions refer to the latest versions of the browser):
- Firefox - install Greasemonkey.
- Chrome - install Tampermonkey or NinjaKit.
- Opera - install Tampermonkey or Violent Monkey.
- Safari - install Tampermonkey or NinjaKit.
- Dolphin - install Tampermonkey.
- UC Browser - install Tampermonkey.
- Install the userscript by clicking on the link:
-
If you need to use these scripts on GitHub Enterprise sites, you'll need to modify the userscript by adding your Enterprise URL near the top:
// @include https://github-enterprise.dev/*
You might also want to disable the automatic updating of the userscript to prevent removal of the above line after an update. Remove these two lines from near the top of the userscript:
// @updateURL ... // @downloadURL ...
Hover over the pipeline header to reveal the sort arrows. In the latest update, issues may be sorted based on a selected set of data.
Click on the label icon to show or hide the pipeline meta data (labels & other data)