Using the `@run-at` metafield, the user can decide when a script gets injected. - `document-end`: when `DOMContentLoaded` fires - `document-start`: asap - `document-idle`: after `DOMContentLoaded` Currently the extension injects at `document-end`.
Using the
@run-atmetafield, the user can decide when a script gets injected.document-end: whenDOMContentLoadedfiresdocument-start: asapdocument-idle: afterDOMContentLoadedCurrently the extension injects at
document-end.