arXiv Redirect

Slove the "Access Denied" problem in arXiv

Από την 09/09/2017. Δείτε την τελευταία έκδοση.

// ==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://greatest.deepsurf.us/users/152128
// ==/UserScript==

var url = window.location.toString();
window.location = url.replace('https://arxiv.org/', 'http://cn.arxiv.org/');