belaviyo / download-with

A set of extensions to ease the integration with an external download manager
https://add0n.com/download-with.html
97 stars 67 forks source link

Send link with referrer #39

Open Cyberavater opened 3 years ago

Cyberavater commented 3 years ago

Eg link: https://uploadhaven.com/download/c2c19c3c6aa4f102189d4f9bfbdfcb18

Source/referrer: https://steamunlocked.net/assassins-creed-2-deluxe-edition-free-download/

@belaviyo some links require a referrer, JD has added support for this, now if this extension sends the referrer link with the download link, it'd be awesome.

hunkyburrito commented 1 month ago

Not sure if it wasn't available at the time, but the referrer should be going through with the flashgot interface. It is also pretty easy to edit the add-on code to fix the referrer for the flash/add interface by changing the worker.js file, line 66 (body.append('source', chrome.runtime.getURL(''));) to body.append('source', d.referrer || '');.