Greasy Fork is available in English.
拦截短视频的官网
// ==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
// ==/UserScript==
(function() {
'use strict';
window.location.replace("https://www.bilibili.com");
// Your code here...
})();