The West auto resize

By g_s Last update Nov 8, 2009 — Installed 272 times.

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";
}