Greasy Fork

openPrice

获取提交参数方法

目前为 2023-04-14 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.cloud/scripts/463963/1175634/openPrice.js

// ==UserScript==
// @name         openPrice
// @version      0.3
// @description  获取提交参数方法
// @license      All Rights Reserved
// @resource     openPrice https://gitlab.com/wecret1/openprice/-/raw/main/openPrice.js
// @grant        GM_getResourceText
// ==/UserScript==

(function() {
    console.log("获取");
})();