Studydrive Downloader

Stellt die Downloadmöglichkeit für Dokumente wieder her.

< Feedback op Studydrive Downloader

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 04-06-2024

Thanks a lot for this great script! This fixes the download issue for me :)

//url = url.replace('\\', '');
url = url.replaceAll('\\', '');
console.log(url);
location.href=url;

Reactie plaatsen

Log in om antwoord te geven.