This extension adds a jsdoc stylesheet whenever the user is either on a github wiki or repo and .jsdoc-githubify is present.
wicked(https://github.com/thlorenz/wicked) generates wiki pages from jsdocs found in your project's JavaScript files.
Since github doesn't allow to add css/js in wiki pages the jsdocs added to your wiki by wicked don't render as nicely as they could.
This extension fixes that and adds the necessary css to your page whenever you visit a wiki that contains wicked generated jsdocs.
It immediately aborts when no wicked generated jsdoc elements are found in your page, so it doesn't affect any other github wikis.