Greasy Fork is available in English.

Studydrive Downloader

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

< Rückmeldungen aufStudydrive Downloader

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 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;

Antwort schreiben

Anmelden um eine Antwort zu senden.