提交前检查
用户脚本链接
https://greasyfork.org/zh-CN/scripts/515250-gofile-enhanced
触发问题的目标网站
https://gofile.io/d/cebSXmrh
问题表现与对比
在 ScriptCat 中:脚本失效,控制台有报错。
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
cebSXmrh:1 Denying load of chrome-extension://ndcooeababalnlpkfedmmbbbgkljhpjf/js/services/contents.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
在 tampermonkey 5.5.0 中:运行正常
用户脚本 metadata
// ==UserScript==
// @name GoFile Enhanced
// @name:zh-CN GoFile 增强
// @namespace https://github.com/ewigl/gofile-enhanced
// @version 0.9.6
// @description Batch-download GoFiles. Folder download. Automatically bypass high traffic alert. Use direct links. Built-in support for download managers like AB Download Manager, Aria2, and IDM.
// @description:zh-CN GoFile 文件批量下载。支持直链下载、下载文件夹内容、绕过流量警告。可以配合 AB Download Manager、Aria2、IDM 等下载器使用。
// @author Licht
// @license MIT
// @homepage https://github.com/ewigl/gofile-enhanced
// @homepageURL https://github.com/ewigl/gofile-enhanced
// @match http*://gofile.io/*
// @icon https://gofile.io/assets/img/favicon32.png
// @connect localhost
// @connect *
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// @downloadURL https://update.greasyfork.org/scripts/515250/GoFile%20%E5%A2%9E%E5%BC%BA.user.js
// @updateURL https://update.greasyfork.org/scripts/515250/GoFile%20%E5%A2%9E%E5%BC%BA.meta.js
// ==/UserScript==
ScriptCat 版本
v1.4.0
系统 / 浏览器及版本
Windows 11 + Chrome 152.0.7977.65(正式版本) (64 位)
最小复现脚本 / 日志 / 截图
控制台有报错:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
cebSXmrh:1 Denying load of chrome-extension://ndcooeababalnlpkfedmmbbbgkljhpjf/js/services/contents.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
提交前检查
用户脚本链接
https://greasyfork.org/zh-CN/scripts/515250-gofile-enhanced
触发问题的目标网站
https://gofile.io/d/cebSXmrh
问题表现与对比
在 ScriptCat 中:脚本失效,控制台有报错。
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
cebSXmrh:1 Denying load of chrome-extension://ndcooeababalnlpkfedmmbbbgkljhpjf/js/services/contents.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
在 tampermonkey 5.5.0 中:运行正常
用户脚本 metadata
ScriptCat 版本
v1.4.0
系统 / 浏览器及版本
Windows 11 + Chrome 152.0.7977.65(正式版本) (64 位)
最小复现脚本 / 日志 / 截图
控制台有报错:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
cebSXmrh:1 Denying load of chrome-extension://ndcooeababalnlpkfedmmbbbgkljhpjf/js/services/contents.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.