arXiv Redirect

Slove the "Access Denied" problem in arXiv

À partir de 2017-09-09. Voir la dernière version.

// ==UserScript==
// @name         arXiv Redirect
// @include      https://arxiv.org/*
// @version      0.1
// @description  Slove the "Access Denied" problem in arXiv
// @author       Daqing Liu

// @date         2017.09.09

// @namespace https://greasyforks.org/users/152128
// ==/UserScript==

var url = window.location.toString();
window.location = url.replace('https://arxiv.org/', 'http://cn.arxiv.org/');
长期地址
遇到问题?请前往 GitHub 提 Issues。