fregante / content-scripts-register-polyfill

WebExtensions: Polyfill for browser.contentScripts.register() for Chrome.
https://npm.im/content-scripts-register-polyfill
MIT License
25 stars 6 forks source link

Allow direct usage, without polyfilling the global API #29

Closed fregante closed 3 years ago

fregante commented 3 years ago

This allows to be used consistently in both browsers, without ever relying on the native implementation.

Details on https://ponyfill.com/