Greasy Fork is available in English.

cnBeta Adblocker Mask Remover

移除cnBeta对adBlocker的提示弹窗

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name        cnBeta Adblocker Mask Remover
// @author      有头蛙
// @description 移除cnBeta对adBlocker的提示弹窗
// @include     http://www.cnbeta.com/articles/*
// @license     GPL version 3
// @date        05/04/2016
// @grant       GM_addStyle
// @run-at      document-end
// @version     1.4.1
// @namespace https://greasyfork.org/users/37190
// ==/UserScript==
GM_addStyle('body > [style="display:block !important;"] { display: none !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important;}');