Greasy Fork is available in English.

adblock-helper

绕过使用js代码检测广告

// ==UserScript==
// @name         adblock-helper
// @namespace    http://tampermonkey.net/
// @version      1.0.1
// @description  绕过使用js代码检测广告
// @author       weiye
// @match        https://rx.nodejs.cn/*
// @icon         https://rx.nodejs.cn/assets/images/favicons/favicon.ico
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
  'use strict';
  window._AdBlockInit = true;
})();