Greasy Fork is available in English.

Studydrive Downloader

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

< 腳本Studydrive Downloader的回應

評論:正評 - 腳本一切正常

§
發表於:2024-06-04

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;

發表回覆

登入以回復