openPrice

获取提交参数方法

目前為 2023-04-14 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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. })();