本地页面 GM 接口桥接

建立於 1 天前
更新於 1 天前
将 ScriptCat 的 GM 接口暴露给本地 file:// 页面环境
#本地桥接
#GM脚本兼容层
#ScriptCat
資料統計
總安裝量
2
今日新增
+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

腳本詳情
適用網站
授權協議
未宣告
未宣告協議,他人引用需謹慎
權限與存取
使用能力
網路請求儲存空間通知