// ==UserScript== // @name ziyong // @namespace https://space.bilibili.com/1673727239 // @version 0.5.5 // @run-at document-start // @description 拦截短视频的官网 // @author Microsoft // @match *://*.douyin.com/* // @match *://*.kuaishou.com/* // @grant none // @license GNU GPLv2 // @downloadURL https://update.greasyfork.icu/scripts/473412/ziyong.user.js // @updateURL https://update.greasyfork.icu/scripts/473412/ziyong.meta.js // ==/UserScript== (function() { 'use strict'; window.location.replace("https://www.bilibili.com"); // Your code here... })();