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。