remove Anti-adblock for cnbeta

移除 cnBeta 顶部反AdBlock警告

Fra og med 19.10.2016. Se den nyeste version.

// ==UserScript==
// @name  remove Anti-adblock for cnbeta
// @namespace null
// @version 0.11
// @description 移除 cnBeta 顶部反AdBlock警告
// @author Anonymous
// @match *://www.cnbeta.com/*
// @grant none
// ==/UserScript==

(function() {
     $('a[href="http://www.cnbeta.com/articles/3.htm"]').parents(':eq(2)').remove();
     $('body').attr('style','');
})();