(async function entrypoint(): Promise<void> {
    logger.info("ContentScript loaded");

    try {
        await ContentScript.start();