NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name EDShipyard old to new
// @description Redirects EDShipyard old to new
// @license MIT
// @include http://www.edshipyard.com/
// @version 1
// ==/UserScript==
var loadout = location.href.replace(/http:\/\/www.edshipyard.com\/#\/(.*)/, "$1");
location.replace("http://www.edshipyard.com/new/#/" + loadout);