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;

发表回复

登录以发表回复。