Forbes Unlimited

Delete Forbes' "We see you're using an ad blocker." modal.

// ==UserScript==
// @name         Forbes Unlimited
// @namespace    https://gf.qytechs.cn/
// @version      0.50
// @description  Delete Forbes' "We see you're using an ad blocker." modal.
// @author       xamilaf781
// @license      MIT
// @match        https://www.forbes.com/*
// ==/UserScript==

setTimeout(function() {
  document.body.className = document.body.className.replace("adblock-on tp-modal-open","");
  document.getElementsByClassName("tp-modal")[0].remove();
  document.getElementsByClassName("tp-backdrop")[0].remove();
}, 2000);

QingJ © 2025

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