-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat: fast provider injection 🔥 #2691
Conversation
intercept build files add provider during build time and inject signed-off-by: pavan joshi <pavanj914@gmail.com>
inject all the provider via single variable solve plugin error, while inlinining all the scripts in single variable signed-off-by: pavan joshi <pavanj914@gmail.com>
intercept build files add provider during build time and inject signed-off-by: pavan joshi <pavanj914@gmail.com>
…htning-browser-extension into feat/window-provider
do browser side checks + extension side cheks such as blocklist in the provider's content script signed-off-by: pavan joshi <pavanj914@gmail.com>
like this we achieve common behaviour on both mv2 and mv3
cc @reneaaron @bumi |
remove document check in inpage index signed-off-by: pavan joshi <pavanj914@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested both in firefox and chrome. 💯
tACK
Describe the changes you have made in this PR
Improvements for #2672