NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name /tg/station 13 landing page redesign // @namespace https://tgstation13.org/ // @version 0.1 // @description Redirects tgstation13.org to the redesign // @license GPL-2.0-only // @author mozi_h // @match https://tgstation13.org/ // @icon https://tgstation13.org/favicon.ico // @grant none // ==/UserScript== (function () { 'use strict'; document.location.replace("https://mozi-h.de/dev/tgstation-design"); })();