Questions tagged [script]
Use this tag to post a userscript that operates on Stack Exchange sites and/or uses the Stack Exchange API. For questions about user scripting and Stack Exchange, or its API, use the [scripts] tag instead. Scripts are usually JavaScript and usually browser extensions/userscripts. For other tools, the [app] tag may be more appropriate.
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…
Navigate through Challenges
Stack Overflow's Challenges can quickly become overwhelming when trying to track which posts you've already read or navigate back to someone's post. There are no pagination and posts are usually qu…
Flag as Spam Quick Button
"Flag as Spam Quick Button" creates a button next to the Share Edit Follow Flag buttons. This is useful during spam waves where you don't have to click the flag dialog. This is in beta st…
Review Keyboard Shortcuts
This script aims to provide something that has been bothering me for the past 6-8 years: Fully enable keyboard shortcuts in review queues. It only provides the ones which are most essential to mode…
MyStackBot – A Simple Bot to Post and Fetch Stack Overflow Answers via API
App Name: MyStackBot Client ID: 34374 API Key: rl_eaYQSUfy93Eei7G5Z8R8E8t9d This app allows a user to: Fetch their answers from Stack Overflow Post new answers to questions using the Stack Exchang…
My Stack Overflow Answer Posting Bot
I’ve built a tool that allows programmatically posting answers to Stack Overflow using the StackExchange API. 🛠 What it does: Uses the /answers/add method to post HTML-formatted answers under spe…
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 possib…
Show/hide vote counts for all
Yet another update/rewrite of Rob W’s script. Improvements relative to the older version: no jQuery dependencies – only modern, vanilla JavaScript APIs, making it lightweight and compatible with s…
Lobby Lighthouse: guiding new Chat users
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 believe …
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. Installa…
Copy code-blocks from Stack Exchange websites
Highlighting and copying code from questions/answers is not as straightforward as one hopes it'd be. Throughout the years, there were (at least) a couple of userscripts/extensions to address this n…
Always show all watched tags in right sidebar
Description The watched tags list in the right sidebar are truncated if they exceed a threshold. See Watched Tag list suddenly shortened and requiring manual expansion This userscript addresses thi…
Pro-forma replies for Discussions
Discussions on Stack Overflow is the place where "Lost Souls" end up these days, worse than meta sites. Discussions moderators (and curators) need to provide some insight on why the post …
Answer Hider - adds box and buttons to hide answers on posts
Up to 200 characters of excerpt
Democratizing editing Discussions
Since the introduction of Discussions on Stack Overflow, we have dealt with lack of features. Upon asking for the vital features to be implemented, we have seen some efforts, e.g. an API endpoint f…