Go to throne directly upon logging in.
// ==UserScript==
// @name Utopia Skip Lobby
// @version 0.1
// @description Go to throne directly upon logging in.
// @author Leoland
// @match http://utopia-game.com/shared/lobby/
// @grant none
// @namespace https://greasyfork.org/users/21250
// ==/UserScript==
/* jshint -W097 */
'use strict';
// Your code here...
window.location.replace('http://utopia-game.com/wol/game/throne');