cnBeta Adblocker Mask Remover

移除cnBeta对adBlocker的提示弹窗

  1. // ==UserScript==
  2. // @name cnBeta Adblocker Mask Remover
  3. // @author 有头蛙
  4. // @description 移除cnBeta对adBlocker的提示弹窗
  5. // @include http://www.cnbeta.com/articles/*
  6. // @license GPL version 3
  7. // @date 05/04/2016
  8. // @grant GM_addStyle
  9. // @run-at document-end
  10. // @version 1.4.1
  11. // @namespace https://gf.qytechs.cn/users/37190
  12. // ==/UserScript==
  13. GM_addStyle('body > [style="display:block !important;"] { display: none !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important;}');
  14.  

QingJ © 2025

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