marklieberman / downloadstar

Download all items in a webpage that match a pattern
GNU General Public License v3.0
90 stars 16 forks source link

Extension broken on Nightly #73

Closed evilpie closed 5 years ago

evilpie commented 5 years ago

This extension is broken on Nightly. (bug 1565832)

scrape.js extensively uses Array.concat, which was removed in Nightly. I didn't immediately see any other deprecated function being used, but I might have missed something.