本地页面 GM 接口桥接

创建于 1 个月前
更新于 1 个月前
将 ScriptCat 的 GM 接口暴露给本地 file:// 页面环境
#本地桥接
#GM脚本兼容层
#ScriptCat
数据统计
总安装量
22
近 24 小时
+1
用户评分
-
将 ScriptCat GM 接口桥接到本地 file:// 页面的兼容层脚本

// @name 本地页面 GM 接口桥接 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 将 ScriptCat 的 GM 接口暴露给本地 file:// 页面环境 // @author You // @match file:///* // @grant unsafeWindow // @grant GM_xmlhttpRequest // @grant GM_setValue // @grant GM_getValue // @grant GM_deleteValue // @grant GM_notification // @run-at document-start

脚本详情
适用网站
许可协议
未声明
未声明协议,他人引用需谨慎
权限与访问
使用能力
网络请求存储通知