quote:
Originally posted by Lukeyy19
still it does need a button really
A button isn't possible with just scripting
quote:
Originally posted by Lukeyy19
like Crtl+H to hide or something?
CTRL+H is already in use by Messenger itself (its the word wheel).
quote:
Originally posted by Lukeyy19
also how can i make it hide just a few more pixels as there is still a slight white bar?
download the
latest version to start with.
Then go to the source of the script (Plus! > Preferences > General > Scripts > Hide Contact List > Edit) and change this line:
code:
var newHeight = (Messenger.Version >= 8.5) ? 182 : 176;
into
code:
var newHeight = (Messenger.Version >= 8.5) ? 181 : 176;