Here's a handy one liner to grab all links from the downloads page and save a curl command to the clipboard: copy('curl ' + Array.from(document.querySelectorAll('a')).filter(a => String(a.search).indexOf('gamekey') >…
Here's a handy one liner to grab all links from the downloads page and save a curl command to the clipboard: copy('curl ' + Array.from(document.querySelectorAll('a')).filter(a => String(a.search).indexOf('gamekey') >…