LinkSwift was reported 2024-04-19 for Malware

The reporter said:

未在任何声明情况下 窃取个人网盘cookie信息进行上传服务器调用

// 获取Cookie
getCookie(name) {
let cname = name + "=";
let ca = document.cookie.split(';');
for (let i = 0; i < ca.length; i++) {
let c = ca[i].trim();
if (c.indexOf(cname) == 0) return c.substring(cname.length, c.length);
}
return "";
},

This script has been updated since the report was filed.

This script has had 1 previous upheld or fixed report.

hmjz100 (the reported user) has made:

This report has been dismissed by a moderator.

the cookie is not sent to the developer, it's only used for the script's functionality