Greasy Fork is available in English.

Ruanyifeng No Block AdBlock

防止阮一峰博客屏蔽AdBlock

Installera detta skript?
Författaren's rekommenderade skript

Du kanske också gillar RemoveAds.

Installera detta skript
// ==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" }; }