lanzou

lanzou auto reload

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