|  | Commit message (Collapse) | Author | Age | 
|---|
| | 
| 
| 
| 
| 
| | - Use ES modules
- Remove vendored libs and build them from npm using esbuild
- Switch from JSZip to zip.js | 
| | 
| 
| 
| 
| | the API accepts string literals, which is all this enum provides. This
should fix two warnings in #96. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Firefox added the scripting API in 102. This should fix the majority
of warnings listed in #96:
- insertCSS
- executeScript
- getRegisteredContentScripts
- contentScripts.register
- registerContentScripts
- unregisterContentScripts | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | * Inject MV3 scripts immediately
* Add api.loadExtensionScripts | 
| | 
| 
| 
| 
| 
| 
| | * Update eslint settings
* Update 2021 files
* Update other files | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Skip urlRegex if it's used as a filter
* Add getRequiredContentScriptRegistrationPermissions function
* Add a reentrant check to google-docs.js
* Remove script node
* Move forceGoogleDocsHtmlRendering check into google-docs.js
* Replace document-start.js usage with google-docs.js
* Remove documentStart handling
* Add missing parameter descriptions | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Fix spacing
* Add more parameters to injectStylesheet
* Add more parameters to injectScript
* Update ScriptManager to support content script registration
* Add webNavigation as an optional permission | 
|  | * Create ScriptManager class
* Use ScriptManager in Backend |