Greasy Fork镜像 is available in English.

GM_HttpReq

获取提交参数方法

Version vom 14.04.2023. Aktuellste Version

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greasyforks.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"));
长期地址
遇到问题?请前往 GitHub 提 Issues。