// ==UserScript== // @name Auto-Enter Chat // @namespace hunsley@gmail.com // @description Automatically enters chat when logging in // @include *kingdomofloathing.com/chatlaunch.php* // ==/UserScript== window.location.href = 'http://' + window.location.host + '/lchat.php';
