Questions tagged [chat]
Questions about, or scripts/apps/libraries that enhance Stack Exchange's Chat rooms/feature.
88 questions
1 vote
0 answers
21 views
Less underlines in chat
Description The underlines in the Stack Exchange chat can be too much in some cases. This is an attempt to reduce them to reasonable levels. Installation This is available as both a userstyle and a ...
4 votes
0 answers
60 views
Userscript to have functioning spoilers in chat
The main problem with spoiler userscripts for chat is that generally, they require you have the userscript installed in order not to get spoiled. Using cutting-edge Unicode shenanigans, it's possible ...
9 votes
0 answers
193 views
Lobby Lighthouse: guiding new Chat users
About As part of a recent experiment, two new chat rooms are open to any logged-in users, regardless of reputation or privileges. The new rooms are: Stack Overflow Lobby Stack Exchange Lobby I ...
1 vote
0 answers
48 views
Add a confirmation before deleting a message in chat
Description The delete button in chat removes messages with no confirmation, nor any option to return them. This is a small safety measure - adds a simple confirmation on trying to delete. ...
3 votes
0 answers
147 views
Pronoun Assistant Reloaded
Screenshot / Code Snippet About Based off of Glorfindel's excellent userscript, this userscript displays users' pronouns (as mentioned in their chat or main site bios) under their usernames in chat ...
5 votes
0 answers
135 views
Add link to network profile from chat profile
Screenshot / Code Snippet Under the Parent User label a link is added to the network profile of the chat user: About From a chat user profile you only have link to the parent site of a user. This ...
2 votes
0 answers
113 views
Get fkey button: see your chat fkey without inspecting the source!
Screenshot / Code Snippet Userscript // ==UserScript== // @name Get fkey // @namespace http://tampermonkey.net/ // @version 0.1 // @description Get your Stack Exchange chat fkey // @...
6 votes
0 answers
488 views
OBSOLETE - stackchat.cpp - a C++20 library for Stack Exchange chat
This library has been made obsolete due to the following SE-induced problems: Breaking the chat HTML Making cloudflare so aggressive that the specific login method used quickly results in a hard ...
2 votes
0 answers
98 views
Control Chat Volume of ping sound in any chatroom
Screenshot / Code Snippet About This script adds a sound volume control to each SE chatroom. I created it after seeing complaints about the sound being too loud. The script hooks-up into the volume ...
2 votes
0 answers
68 views
Rejoin Favorite Chatrooms
Screenshot / Code Snippet This script adds a link to rejoin favorite chatrooms, even if you're in multiple ones already: About When you're in only one chatroom on a server, there's an orange button ...
13 votes
0 answers
226 views
Add link to network and chat profiles
Screenshot / Code Snippet About The recent design update to the profile page removed the ability to easily navigate to a user's network profile, even though they chose to hide their profile. Since ...
4 votes
0 answers
203 views
EasterEggExchange: Enable all easter eggs in chat
About This script will enable all easter eggs in chat, namely: Cthulhu Send <(?:"[^"]*"['"]*|'[^']*'['"]*|[^'">])+> and quotes from this answer fly around your ...
3 votes
2 answers
197 views
ChatOvercharged - making inserting markdown links in chat convenient
Screenshot / Code Snippet About Chat Overcharged is a userscript that aims to improve the quality of life of chat users. It is a living project, and more features are going to be added as the ...
1 vote
1 answer
175 views
Where can I find login api for logging in stackexchange?
I need my bot (me) to login without myself involved in it. I've set up my node server, but now I can't figure out how to login. I'll need fkey to connect to socket, and for that I feel I'll need to ...
2 votes
0 answers
170 views
Toggle Stack Overflow Chat Sidebar
Screenshot On toggle show sidebar: On toggle hide sidebar: About The sidebar will be automatically hidden. When you want to see the sidebar, take the mouse to the right edge of the screen and the ...
6 votes
0 answers
150 views
Dark Mode 4 Chats
A userscript that adds Dark Mode to Stack Exchange Chats, while also allowing you to customize themes and colors! Version 0.2: still beta Screenshot / Code Snippet About Since the introduction of ...
44 votes
9 answers
5k views
Pronoun Assistant
Screenshot / Code Snippet About It's hard to miss these days - the Code of Conduct is about to change. It will emphasize the importance of using the correct pronoun when referring to a user in third ...
5 votes
0 answers
472 views
Stack Exchange Chat API Documentation and Bot Boilerplate (finally)
Chat Documentation GitHub Link: https://github.com/jbis9051/JamesSOBot/blob/master/docs/CHAT_API.md Description: I know many people have created bots in different languages. Thats why I need your help ...
5 votes
1 answer
470 views
How do I get notified of events in SE chat?
I'm writing userscripts to interact with Stack Exchange Chat. I'd like to be notified when things happen (e.g. messages added, removed, edited, users joining, etc.). I know that I could use a ...
3 votes
1 answer
102 views
Moving the New Feed Items box to the bottom right
I've created a simple script to move the New Feed Items box to the lower right to avoid it from hiding the chat history: Installation: Just copy the following code in Tampermonkey/GreaseMonkey: // ==...
6 votes
0 answers
128 views
Minimize pics in Chat
I made a script that allows you to minimize pictures, gifs, youtube preview, tweets or wikipedia articles. It's useful if you don't want the image to be always shown. For example at the office. It ...
9 votes
0 answers
372 views
SpotDetector - A bot designed to seek out potentially bad first post/late answer reviews
Spotdetector About A bot designed to seek out and provide feedback to moderators about potentially bad reviews. Check it out You can find it currently active in the SOBotics Room currently running ...
7 votes
0 answers
418 views
Node.js/ChatExchange - An API for Chat
About ChatExchange is a node.js API for talking to Stack Exchange chat (Largely based on ChatExchange for python). This is still very much in the works, but currently provides a working API for those ...
4 votes
0 answers
81 views
Request for chat bot to restore "translate" functionality in chat
A while ago, SE briefly introduced a built-in feature where a user can type: translate: [words in any language] ...and the Feeds user would respond with an English translation of whatever was typed. ...
11 votes
0 answers
158 views
Bonfire Unread Count: Add the unread messages count to the favicon
About: I wanted to be able to pin the chat rooms I'm on, but I wouldn't know how many unread messages there were. With this extension, I can pin the tab. Screenshot: Download / Install: You can ...
9 votes
0 answers
95 views
Unstar/unpin for room owners from a transcript
In a chat room room owners can unstar or unpin messages. However, they can't do that from their chatroom transcript. If they want to cancel stars from way back they are forced to load older messages ...
3 votes
1 answer
202 views
Request for a userscript to activate the "Wheel of Blame" Easter egg in chat
Note: This is not the same as The Unofficial Wheel of Blame. The Stack Exchange chat sites have an Easter egg called "Wheel of Blame" that activates for the current user only. Right now, the only way ...
4 votes
0 answers
317 views
ChatX: A ruby library for SE Chat
Screenshot / Code Snippet Here's some sample usage: cb = ChatBot.new(ENV['ChatXUsername'], ENV['ChatXPassword']) cb.login cb.gen_hooks do room 63296 do # Room ID of The Closet, a testing room for ...
12 votes
0 answers
943 views
Open Source Chat Android Application for StackExchange/StackOverflow
A while back a fellow member of Room 15 (Android) started creating an Android application for the StackOverflow/StackExchange chat. I recently picked it up and revived it and it is open to community ...
3 votes
0 answers
249 views
RO Chat Message Delete Option
Description: Gives room owners the ability to delete other users' chat messages from the message popup menu: On confirmation, the message will be deleted. The ability is available for up to 2 minutes ...
7 votes
0 answers
204 views
Chat Move Helper / Bot Cleanup Tool
Description: Extends the room-owner move message tool in chat to make it easier to quickly clean up after bots by moving their messages, commands, and replies to them. Adds a couple visualization ...
21 votes
0 answers
719 views
Top Bar for Chat Rooms
As of 1.12, thanks entirely to Shog9's efforts, this now works on Firefox as well as Chrome! Description: Provides a fully functional top bar, including realtime notifications, easy chat server ...
2 votes
0 answers
350 views
XMPPExchange: An XMPP bridge for chat
Screenshots You can use it to use chat on CLI too, with the help of profanity: Note: You need to run /online when you login to enable relaying. (Quick how to use: apt-get install profanity, profanity,...
8 votes
0 answers
238 views
ModColorFix for Chat
Just a very very simple userscript that changes the moderator usernames in chat from blue to green. Requested by and built for @doppelgreener on becoming a mod. Link to Github Repo Link to install ...
32 votes
0 answers
1k views
Generic Bot – A Moderation Chatbot
Generic Bot is a chatbot meant to help with moderation tasks on Stack Overflow. You can find the bot in the SOBotics chatroom. Flag Tracker (Userscript) When you flag a post, this userscript will let ...
5 votes
0 answers
132 views
TACUC - The ATaco ChatExchange Userscript Collection
A collection of Userscripts focused around Stack Exchange's chat. To install these, you need TamperMonkey, although GreaseMonkey apparently works. GitHub Auto Chat Jax This userscript simply ...
5 votes
0 answers
158 views
go-sechat - Go package for interacting with the Stack Exchange chat network
The Stack Exchange chat network does not currently have an API. However, after spending a bit of time in Chrome's Inspector, I was able to reverse-engineer most of the requests and responses ...
8 votes
0 answers
153 views
SOClearChat -- Helpful Chat functions
A Tampermonkey/Greasemonkey script packing some helpful functions for Stack Overflow chat. To install, click: Install SO ClearChat Source: github.com/lbotinelly/SOClearChat It adds four ...
6 votes
0 answers
172 views
Smoke the SmokeDetector
SmokeTheSmokeDetector Over in Tavern on the Meta, our spam detector, SmokeDetector has been the topic of an ongoing argument between those who believe SmokeDetector fills the chatroom, and those who ...
6 votes
0 answers
208 views
Google Chrome Chat Faces
SE-Chat-Faces Love using faces in chat? Are ASCII faces just a little too boring? Is the unicode entry keystroke too complicated? Tired of having to copy-paste unicode faces from Notepad++ (or ...
9 votes
0 answers
105 views
Badge oneboxer for chat
This script makes it possible for badges to onebox in Chat. Example format: that's a [badge:nice-answer] on a powershell bountied question The only somewhat custom one you can use is Strunk & ...
7 votes
0 answers
129 views
SmokePreview - A chat addon for the SmokeDetector
SmokePreview A Greasemonkey script to add a preview to chat messages of the SmokeDetector. Messages which are deleted while loading the preview will get a opacity of 50% to make clear that this is not ...
22 votes
1 answer
377 views
sechatr - adding Hangouts-style avatars to chat
New And Improved! I have rewritten the application and fixed a ton of bugs that were causing issues (and extremely high memory usage). If you ran into trouble before, give the new version a spin! ...
13 votes
7 answers
384 views
Make your own custom oneboxes for Chat!
Screenshot About Oneboxing is when you post a link to a supported site on SE Chat and it automatically shows extra information. An example is when you post a link to a question in Chat and it ...
9 votes
0 answers
261 views
Chat Dark Theme Plus
About Work in progress theme for StackExchange chats, also includes 'plugins' for additional features. Features include: Inline webm/gifv User colours code-mode (see here) activated with Ctrl + K ...
5 votes
0 answers
120 views
Minimize chat input area − remove links and site logo, no auto width
Chat input area background takes up all the horizontal space it can get. It's time to stop this greedy nonsense! This script removes the width:auto rule and hides the site's logo and links at the ...
6 votes
1 answer
229 views
Github link oneboxer for Chat
Oneboxes links to Github repos, issues or pull requests in Chat This userscript will automatically detect new and existing messages in chat that link to Github and onebox them, just like it is done ...
5 votes
0 answers
471 views
ChatExchange - It is an API for Chat
Code Snippet sendMessage('chat.meta.stackexchange.com', 721, 'Hello @Sha', fkey().fkey) //Sends the message 'Hello @Sha' to Shadow's Den //Must be run in a chat site, due to @Balpha not wanting CORS ...
13 votes
0 answers
434 views
WelcomeBot - a bot to welcome you
WelcomeBot A Stack Exchange chatbot written in Python that uses ChatExchange. Many parts of this were modeled after SmokeDetector, another Stack Exchange chatbot. Features Welcomes new users entering ...
5 votes
0 answers
110 views
Hide Unnecessary Info in SE Chat
Hide Unnecessary or Cluttering Information in the Sidebar of an SE Chatroom Description A small userscript to help avoid clutter on the sidebar of any Stack Exchange chat room. The chat room will ...