Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support github enterprise #37

Open
lev112 opened this issue Oct 2, 2017 · 2 comments
Open

support github enterprise #37

lev112 opened this issue Oct 2, 2017 · 2 comments
Labels

Comments

@lev112
Copy link

lev112 commented Oct 2, 2017

github enterprise is not hosted under github.com.

support a custom domain for github

@camsong camsong added the feature label Oct 9, 2017
@camsong
Copy link
Owner

camsong commented Oct 9, 2017

Thanks for reporting, will do if I got a time

@fregante
Copy link
Contributor

fregante commented Aug 7, 2019

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 this and some adjustments to manifest.json

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();

Here you'll also find more about how it works as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants