XHR_INTERCEPTOR

XHR请求拦截工具类

目前为 2024-05-10 提交的版本。查看 最新版本

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

作者
Zosah
版本
1.0.0
创建于
2024-05-10
更新于
2024-05-10
大小
2.0 KB
许可证
暂无

使用


const xhrHandler = new XMRHandler();
    xhrHandler.addUrlInterceptor({
    domain: "baidu.com",
    url: "/search?a=1",
    cb: (response) => {
        console.log('====> ok', response);
    },
});
xhrHandler.execute();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址