openPrice

获取提交参数方法

As of 2023-04-14. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/463963/1175636/openPrice.js

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

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