Orkut for 800x600

By anandh Last update Jun 13, 2008 — Installed 126 times. Daily Installs: 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Orkut for 800x600
// @namespace      http://www.orkut.com/
// @description    Optimize orkut display for 800x600 displays :)
// @include        http://orkut.com/*
// ==/UserScript==

var header = document.getElementById('headerin');
var content = document.getElementById('container');

header.style.minWidth='750px';
content.style.minWidth='750px';