Sorry, Forbes (hide the ads)
当前为
// ==UserScript==
// @name Sorry, Forbes
// @namespace forbes.ru
// @version 1.2
// @description Sorry, Forbes (hide the ads)
// @author Anton
// @match *forbes.ru/*
// ==/UserScript==
(function() {
'use strict';
window.ADFOX = true;
if (console) console.log('Forbes: ', window.ADFOX);
});