Utopia Skip Lobby

Go to throne directly upon logging in.

当前为 2015-11-27 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Utopia Skip Lobby
  3. // @version 0.1
  4. // @description Go to throne directly upon logging in.
  5. // @author Leoland
  6. // @match http://utopia-game.com/shared/lobby/
  7. // @grant none
  8. // @namespace https://greasyfork.org/users/21250
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. // Your code here...
  14.  
  15. window.location.replace('http://utopia-game.com/wol/game/throne');