Greasy Fork is available in English.
禁止视频频道跳转至阳光宽频网
当前为
// ==UserScript==
// @name 禁止今日头条视频跳转至阳光宽频网
// @namespace http://tampermonkey.net/
// @version 2.0
// @description 禁止视频频道跳转至阳光宽频网
// @author hunao
// @match http://www.toutiao.com
// @match http://www.toutiao.com/*
// ==/UserScript==
(function() {
'use strict';
document.cookie = "WEATHER_CITY=wumingshi;path=/;";
})();