VS Code Extension Download Helper

Add download buttons in the VS Code Marketplace.

< Feedback on VS Code Extension Download Helper

Review: Good - script works

§
Posted: 24.06.2025

Nice script!

One note though, the variable ele is not used!

const startObserver = () => {
    observer = new MutationObserver(checkAndInject);
    const ele = document.querySelector('[role="tabpanel"]') || document.body;
    // observer.observe(document.body, config.observerOptions);
    observer.observe(ele, config.observerOptions);
};
zeabinAuthor
§
Posted: 12.07.2025

Thanks for your feedback! I've removed the unused variable.

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。