CuriousAlways / udemy-notes-downloader

chrome extension to download udemy notes
https://chrome.google.com/webstore/detail/udemy-notes-downloader/nfmebebffodanoadjadpjimpkihfeamn
MIT License
2 stars 5 forks source link

Fix: Download button - Udemy class name changes #2

Closed theorib closed 6 months ago

theorib commented 6 months ago

The class name that encloses note elements in Udemy can have a variant in its ending that may change from user to user or over time. This fix addresses that by using a class attribute that starts with lecture-bookmark-v2--content-container-- instead of a literal class name. This makes the selector more dynamic and ensures the download button functions for all users.

CuriousAlways commented 6 months ago

closing in favor of #3