Facebook Menu Always Expanded

By iescripts Last update Jun 18, 2007 — Installed 603 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0
// ==UserScript==
// @name         Facebook Menu Always Expanded
// @namespace    http://iescripts.org/
// @description  Always show facebook expanded main menu.
// @include      http://*.facebook.com/*
// @include      https://*.facebook.com/*
// ==/UserScript==


if(expand_more_list) {
       window.setInterval(expand_more_list, 2000);
}