Anti-AdBlock killer for cnBeta

移除 cnBeta 的恼人弹窗

  1. // ==UserScript==
  2. // @name Anti-AdBlock killer for cnBeta
  3. // @namespace http://leedy.me/
  4. // @version 0.3
  5. // @description 移除 cnBeta 的恼人弹窗
  6. // @author Leedy
  7. // @match http://www.cnbeta.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. if (window.$) $('.mask-close').parent().parent().remove();
  15. })();

QingJ © 2025

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