GM_HttpReq

获取提交参数方法

当前为 2023-04-14 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/463963/1175526/GM_HttpReq.js

  1. // ==UserScript==
  2. // @name GM_HttpReq
  3. // @version 0.1
  4. // @description 获取提交参数方法
  5. // @match https://buy.damai.cn/*
  6. // @match https://detail.damai.cn/*
  7. // @match https://seatsvc.damai.cn/*
  8. // @match https://m.damai.cn/*
  9. // @match https://mclient.alipay.com/*
  10. // @match https://mtop.damai.cn/h5/mtop.alibaba.detail.subpage.getdetail/*
  11. // @grant GM_addStyle
  12. // @grant GM_getResourceText
  13. // ==/UserScript==
  14.  
  15. // 添加资源
  16. GM_addStyle(GM_getResourceText("my-code"));