Studydrive Downloader

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

< Opiniones de Studydrive Downloader

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 4/6/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;

Publicar respuesta

Inicia sesión para responder.