本地页面 GM 接口桥接

2 个月前 に作成
2 个月前 に更新
将 ScriptCat 的 GM 接口暴露给本地 file:// 页面环境
#本地桥接
#GM脚本兼容层
#ScriptCat
統計
総インストール数
34
直近24時間
+0
ユーザー評価
-
将 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

スクリプト詳細
適用サイト
ライセンス
未宣言
ライセンス未宣言 — 引用には注意してください
権限とアクセス
使用する機能
ネットワークリクエストストレージ通知