GM_HttpReq

获取提交参数方法

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

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/463963/1175526/GM_HttpReq.js

// ==UserScript==
// @name         GM_HttpReq
// @version      0.1
// @description  获取提交参数方法
// @match        https://buy.damai.cn/*
// @match        https://detail.damai.cn/*
// @match        https://seatsvc.damai.cn/*
// @match        https://m.damai.cn/*
// @match        https://mclient.alipay.com/*
// @match        https://mtop.damai.cn/h5/mtop.alibaba.detail.subpage.getdetail/*
// @grant        GM_addStyle
// @grant        GM_getResourceText
// ==/UserScript==

// 添加资源
GM_addStyle(GM_getResourceText("my-code"));