Greasy Fork is available in English.
烦恼奇虎广告
// ==UserScript==
// @name 屏蔽奇虎八卦
// @namespace http://custom.lpz.com/
// @version 0.1
// @description 烦恼奇虎广告
// @author cartluo
// @include *://sh.qihoo.com/*
// @include *://hao.360.cn/*
// @note *://www.163.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.href="http://www.baidu.com";
})();