openPrice

获取提交参数方法

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

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

  1. // ==UserScript==
  2. // @name openPrice
  3. // @version 0.3
  4. // @description 获取提交参数方法
  5. // @license All Rights Reserved
  6. // @resource openPrice https://gitlab.com/wecret1/openprice/-/raw/main/openPrice.js
  7. // @grant GM_getResourceText
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. console.log("获取");
  12. })();