// ==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 // @downloadURL https://update.greasyfork.icu/scripts/482567/alipancom%E9%87%8D%E5%AE%9A%E5%90%91%E8%87%B3aliyundrivecom.user.js // @updateURL https://update.greasyfork.icu/scripts/482567/alipancom%E9%87%8D%E5%AE%9A%E5%90%91%E8%87%B3aliyundrivecom.meta.js // ==/UserScript== "use strict"; window.location.replace(location.href.replace(location.hostname, "aliyundrive.com"));