Preview:
const courseContainer = document.querySelector(".qld-compare_page__courses .course-items");

courseContainer.addEventListener("click", function (e) {
    if (e.target.matches("button.compare")) {
        const clickedId = e.target.closest(".course").getAttribute("data-courseid");
        if (!clickedId) return;
        removeFromLocalStorage(clickedId);
    }
});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter