(metadata: SCMetadata)
| 282 | } |
| 283 | |
| 284 | export function isInjectIntoContent(metadata: SCMetadata): boolean { |
| 285 | return metadata["inject-into"]?.[0] === "content"; |
| 286 | } |
| 287 | |
| 288 | export const getScriptFlag = (uuid: string) => { |
| 289 | // scriptFlag 对同一脚本永远一致。重新开启浏览器也不会变。 |
no outgoing calls
no test coverage detected