Sorry, Forbes

Sorry, Forbes (hide the ads)

当前为 2017-02-17 提交的版本,查看 最新版本

// ==UserScript==
// @name         Sorry, Forbes
// @namespace    forbes.ru
// @version      1.1
// @description  Sorry, Forbes (hide the ads)
// @author       Anton
// @match        *forbes.ru/*
// ==/UserScript==

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