Userscripts v4.2.0 (macOS), v1.2.0 (iOS)
Changes:
- [macOS] enable basic userscript linting when javascript linter running in extension page editor - #132
- [macOS/iOS] changed CSS injection to use browser.tabs.insertCSS(), this should circumvent CSP blocking
- [macOS/iOS] injection refactoring and optimizations
- [macOS/iOS] enable support for declarativeNetRequest (content blocking) userscripts using
@run-at
request
- [macOS/iOS] fix getValue default value bug (thanks @elyscape) - #241
- [macOS/iOS] style updates to iphone/ipad popup to resolve unreachable buttons- #243
- [macOS/iOS] fix url parsing to resolve invalid matching - #249
- [macOS] updated and re-implemented
@run-at context-menu
userscripts - #159 - [macOS/iOS] changed the frequency at which declarativeNetRequest scripts get updated
- [macOS/iOS] misc code/style fixes