Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as CSS by Happyfox ( 6 years ago )
HappyFoxChat.addCustomStyles('.toolbar-icon:first-child {display: none !important}', function(err) {
/**
* err -> Incase of failure this will have error object
*/
if (err) {
console.error('Failed to add custom styles. Error:', err);
} else {
console.log('Added custom styles');
}
});
Revise this Paste