Greasy Fork

禁止今日头条视频跳转至阳光宽频网

禁止视频频道跳转至阳光宽频网

目前为 2017-08-11 提交的版本。查看 最新版本

// ==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=/;";
})();