Removing/Minimizing "Smilies" Box When Posting/Messaging

Status
Not open for further replies.
Level 48
Joined
Jul 29, 2008
Messages
9,824
I am just curious if there would be a way to Minimize or Remove the "Smilies" box that shows up alongside the 'message window' anytime you post or message someone. It's nice & convenient... Except I never use those Smilies (out of principle).

That alone wouldn't be enough to ask for something like this, but more importantly, I tend to use THW in a lot of different settings (even on break @ work), and I don't like people thinking I'm playing some (silly) game; all the flashing, moving faces stick out & make what I'm doing more obvious. Painfully so.

So an option to simply minimize would be great, and (hopefully) simple to implement. Preferably with a "stay minimized until I say otherwise" bit. :p

Thoughts?
 
Level 48
Joined
Jul 29, 2008
Messages
9,824
JavaScript:
document.getElementById("vB_Editor_001_smiliebox").style.display = "none";
document.getElementById("vB_Editor_001_textarea").style.width = "100%";
Hm, not sure I understand where/how to implement this/these.

Add www.hiveworkshop.com###vB_Editor_001_smiliebox to your Adblock filters.
https://adblockplus.org/en/filters
Hm, I appreciate that... But unfortunately, my issue stems from the occasions where I am away from own personal, Adblock'ed computer. At home, it's not big deal. :< Thanks anyway.

Thanks a lot, I really wanted this as well. It works, confirmed.
Thanks for confirming.
 
Status
Not open for further replies.
Top