This is a Tampermonkey userscript (tested in Firefox) to enable support for custom links in the Stack Exchange sidebars
- Install Tampermonkey* in your browser
- Press the Install button above.
- Go to Stack Overflow - there should be a section on the left sidebar labeled
CUSTOM LINKS
, along with a few default links. - To add/remove links, just edit the userscript lines that look like this:
You can put whatever you want there, including links to chatrooms. For example, to add a link titled
/// CUSTOM LINKS GO HERE /// URLs.set("SO Teams Site", "https://stackoverflowteams.com"); URLs.set("Google", "https://google.com");
Tavern on the Meta
with a link to that chatroom, you would addURLs.set("Tavern on the Meta", "https://chat.meta.stackexchange.com/rooms/89/tavern-on-the-meta");
to that section.
See the TODO list on stackapps