Greasy Fork

Greasy Fork is available in English.

Anti-AdBlock killer for cnBeta

移除 cnBeta 的恼人弹窗

当前为 2016-04-13 提交的版本,查看 最新版本

// ==UserScript==
// @name         Anti-AdBlock killer for cnBeta
// @namespace    http://leedy.me/
// @version      0.3
// @description  移除 cnBeta 的恼人弹窗
// @author       Leedy
// @match        http://www.cnbeta.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    if (window.$) $('.mask-close').parent().parent().remove();
})();