lanzou auto reload
// ==UserScript==
// @name lanzou
// @author monsm
// @namespace http://weibo.com/monsm
// @version 1.0
// @description lanzou auto reload
// @include http*://*lanzous*
// @copyright 2013+, monsm
// ==/UserScript==
(function() {
'use strict';
window.location.href = window.location.href.replace(/https?:.+?.lanzou[a-z]{1}/g, "https://pan.lanzou");
})();