Boomberg Quint Paywall Bypass

Bypasses the Bloomberg Quint/India paywall

// ==UserScript==
// @name         Boomberg Quint Paywall Bypass
// @version      0.1
// @description  Bypasses the Bloomberg Quint/India paywall
// @author       Jujhar Singh
// @match        https://www.bloombergquint.com/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/303738
// ==/UserScript==

(() => {
    let old = window.fetch;
    window.fetch = () => {
        Promise.resolve().then(() => window.fetch = old)
    }
})()

QingJ © 2025

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