enhanced-github
enhanced-github copied to clipboard
Make it work on enterprise github
Some people like us work on enterprise (privately hosted) github. Allow the custom url to be configured instead of hardcoding it to github.com/*
I recently published 2 modules that might help you with this:
https://github.com/fregante/webext-domain-permission-toggle https://github.com/fregante/webext-dynamic-content-scripts
You'd just need:
npm i webext-domain-permission-toggle webext-dynamic-content-scripts
// in background.js
import 'webext-dynamic-content-scripts';
import addDomainPermissionToggle from 'webext-domain-permission-toggle';
addDomainPermissionToggle();
And some adjustments to manifest.json
I also wrote about how it works if you're interested.
This would be great, any more interest on this?
Looks like nobody is interested in working on this.
Honestly got this mixed up with Refined Github which does work on GHE (so long as your corp policy doesn't block it).