-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02f6dd0
commit 2afbd69
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
// @description:zh-CN 从当前missav页面获取图片文件和视频信息,并合并结果后提供下载生成的网页文件 | ||
// @license MIT | ||
// @author 人民的勤务员 <[email protected]> & ChatGPT | ||
// @match https://missav.com/* | ||
// @match https://missav.ws/* | ||
// @grant GM_setValue | ||
// @grant GM_getValue | ||
// @grant GM_xmlhttpRequest | ||
|
@@ -261,7 +261,7 @@ | |
console.log('Current page cookies:', cookies) | ||
|
||
// 构建 API URL | ||
const apiUrl = 'https://missav.com/api/playlists/dfe-057' | ||
const apiUrl = 'https://missav.ws/api/playlists/dfe-057' | ||
|
||
// 发送带有 cookies 的请求 | ||
GM_xmlhttpRequest({ | ||
|
@@ -806,7 +806,7 @@ | |
WebDAVManager.uploadFile(webdavfold, `${sanitizeFileName(name)}.json`, JSON.stringify(finalData, null, 4)) | ||
} | ||
|
||
const jsonIndexContent = generateJsonIndexContent(finalData); | ||
const jsonIndexContent = generateJsonIndexContent(finalData) | ||
allzip.file(`${sanitizeFileName(name)}.html`, jsonIndexContent) | ||
finalData = [] | ||
|
||
|
2afbd69
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 CodeThreat Security Scan Completed for UserScripts
Hello Team,
Great news! We've just completed a thorough security scan for UserScripts, and here's what we found:
⏱ Quick Overview
🛠 Detailed Vulnerability Analysis
We've identified vulnerabilities across the codebase. Here's a detailed look:
🔗 Software Composition Analysis (SCA) Insights
package-lock.json
Severity Summary: Critical: 0 High: 0 Medium: 0 Low: 0
📈 Next Steps & Full Report
To dive deeper, click here to view the full report. It's essential to review these findings and plan the necessary fixes. If any of the critical/high issues need more discussion, let's set up a quick meeting to strategize our next steps.
🔒 Security isn't just a feature; it's a responsibility. Let's keep our codebase rock solid!