Uriei / EDShipyard old to new

// ==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);