Greasy Fork 支持简体中文。

adblock-helper

绕过使用js代码检测广告

  1. // ==UserScript==
  2. // @name adblock-helper
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0.1
  5. // @description 绕过使用js代码检测广告
  6. // @author weiye
  7. // @match https://rx.nodejs.cn/*
  8. // @icon https://rx.nodejs.cn/assets/images/favicons/favicon.ico
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. window._AdBlockInit = true;
  16. })();