RyanBluth / Bandcamp-Greasy

Download Your Bandcamp Collection
MIT License
255 stars 43 forks source link

Fix format selection #34

Closed Cook-I-T closed 8 months ago

Cook-I-T commented 8 months ago

When setting option.selected = true;, the "change" event (which creates the download link for the selected format) doesn't fire. Calling .dispatchEvent(new Event('change')) on the <select> element (the parent) fixes that issue.

I haven't thoroughly tested this, it works for me on Waterfox G6.0.8 (64-bit) using Violentmonkey v2.18.0.

RyanBluth commented 8 months ago

Looks good to me. Thanks