Greasy Fork is available in English.

alipan.com重定向至aliyundrive.com

Redirects from *alipan.com to *aliyundrive.com

// ==UserScript==
// @name         alipan.com重定向至aliyundrive.com
// @version      20231218
// @description  Redirects from *alipan.com to *aliyundrive.com
// @author       狐狸小宮
// @include      *alipan.com/*
// @grant        none
// @inject-into  auto
// @match        *://*.alipan.com/*
// @run-at       document-start
// @namespace https://greasyfork.org/users/1235823
// ==/UserScript==

"use strict";

window.location.replace(location.href.replace(location.hostname, "aliyundrive.com"));