Ruanyifeng No Block AdBlock

防止阮一峰博客屏蔽AdBlock

Install this script?
Author's suggested script

You may also like RemoveAds.

Install this script
// ==UserScript==
// @name         Ruanyifeng No Block AdBlock
// @namespace    https://www.ruanyifeng.com/
// @version      0.1
// @description  防止阮一峰博客屏蔽AdBlock
// @author       You
// @match        https://www.ruanyifeng.com/*
// @icon         https://ruanyifeng.com/favicon.ico
// @grant        none
// @license      WTFPL
// ==/UserScript==

window.getComputedStyle = function() { return { "display": "block" }; }