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

Split extension for GitHub Enterprise #190

Open
sanemat opened this issue Jan 1, 2018 · 3 comments
Open

Split extension for GitHub Enterprise #190

sanemat opened this issue Jan 1, 2018 · 3 comments
Labels

Comments

@sanemat
Copy link
Owner

sanemat commented Jan 1, 2018

No description provided.

@fregante
Copy link
Contributor

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

Here I wrote more about how it works too.

@sanemat
Copy link
Owner Author

sanemat commented Jan 21, 2020 via email

@nmccready
Copy link

Has there been any progress on this?

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