LinkSwift 항목이 2024-04-19에 악성 코드 사유로 신고되었습니다.

신고자의 글:

未在任何声明情况下 窃取个人网盘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 "";
},

이 스크립트는 신고가 접수된 이후 업데이트되었습니다.

이 스크립트에는 이전에 인정되거나 수정된 신고가 1건 있습니다.

hmjz100 (신고된 사용자)의 활동:

이 신고는 관리자에 의해 기각되었습니다.

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