// ==UserScript== // @name Anti-AdBlock killer for cnBeta // @namespace http://leedy.me/ // @version 0.1 // @description 移除 cnBeta 的恼人弹窗 // @author Leedy // @match http://www.cnbeta.com/articles/*.htm // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; window.checkBlock = undefined; })();