Enable on GitHub Enterprise hostings
koppor opened this issue · 7 comments
koppor commented
Is it possible to enable this extension for a GitHub enterprise hosting, too?
Refined-Github can also be enabled on GitHub enterprise:
fregante commented
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();
banyan commented
Applied #8 (comment). (Thanks @fregante for great library!!)
@koppor would you check if this works on your GHE environment?
(Published as 0.2.7: https://chrome.google.com/webstore/detail/github-story-points/fdhfdpafombnahpjjjcfopmehfofbdko)
fregante commented
Here you'll also find more about how it works by the way
koppor commented
Works great. Thank you for the quick reaction!
fregante commented
Good to hear!