Closed dgtvan closed 2 years ago
There's an issue. Need to fix it.
Issue fixed.
Thanks for your pull request,
I will however leave it open until I've sorted out Manifest V3. I cannot roll out any updates before I've moved to V3 so I will review your code and merge when the transfer to V3 is done.
Until then I'll reference to your fork in the readme.
Sometimes, I need to make HTTP requests from my injected scripts. However, it's restricted by browsers due to the same-origin policy.
I found a technique that can help to overcome this, it is Cross-Origin-AJAX-Bridge
I forked your project and added that technique to the project for my personal use. If you find it useful, you can help to review and merge it.
Example