Florent Cardoen

Results 1 comments of Florent Cardoen

If you want a jQuery less version that downloads the highest quality. ``` document.querySelectorAll('a[title^="Audio file"]').forEach(node => { let sibling = node; while (sibling.nextSibling) sibling = sibling.nextSibling; sibling.click() }); ```