Studydrive Downloader

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

< Valutazione su Studydrive Downloader

Recensione: Bene - lo script funziona

§
Pubblicato: 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;

Pubblica risposta

Accedi per pubblicare una risposta.