Large

Facebook Old Chat Sidebar

By rockihack Last update Apr 17, 2013 — Installed 100,512 times.

Customization

in
Subscribe to Customization 2 posts, 1 voice



rockihack Script's Author
FirefoxWindows

hey,
I thought it would be pretty nice
if there were a simple way for user customization.
something like:

var settings = {
// style
ChatWidth:200,
MinHeight:0,

// buddylist
Online:true,
Idle:true,
Mobile:false

...

}

But most of users won't use this, if you're interested make a reply!

 
rockihack Script's Author
FirefoxWindows

Version: 1.6.0

- Added usersettings:

var settings = {
// open buddylist on load
Onload: true, (true / false)

// set buddylist sticky ( stay opened )
Sticky: true, (true / false)

// show online friends
Online: true, (true / false)

// show idle friends
Idle: true, (true / false)

// show mobile friends
Mobile: false, (true / false)

// buddylist style
Margin: '0px 10px', (CSS)
MinHeight: '140px', (CSS)
Width: '200px' (CSS)
};