VS Code Extension Download Helper

Add download buttons in the VS Code Marketplace.

< Feedback on VS Code Extension Download Helper

Review: قالتىس - قوليازما ئىشلەيدۇ

§
يوللانغان ۋاقتى: 2025-06-24

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);
};
zeabinئاپتور
§
يوللانغان ۋاقتى: 2025-07-12

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

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.

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