// ==UserScript== // @name 蓝奏云域名转换助手 // @description 将 lanzous.com、lanzoui.com 和 lanzoux.com 转换成 pan.lanzou.com,解决一部分用户无法打开蓝奏云网站的问题。 // @namespace RainSlide // @author RainSlide // @icon https://www.lanzou.com/favicon.ico // @version 0.3 // @match *://lanzous.com/* // @match *://lanzoui.com/* // @match *://lanzoux.com/* // @match *://www.lanzous.com/* // @match *://www.lanzoui.com/* // @match *://www.lanzoux.com/* // @grant none // @downloadURL none // ==/UserScript== window.location.hostname = "pan.lanzou.com";