There are 2 previous versions of this script.
// ==UserScript==
// @name The West Auto Resize
// @namespace http://g-s-design.comli.com
// @description Auto Resize The West
// @include http://*.the-west.*/game.php*
//
// ==/UserScript==
function change(){
document.getElementById("main_container").style.width="100px";
}