Take the 2-minute tour
- Anybody can ask a question
- Anybody can answer
- The best answers are voted up and rise to the top
Explore Our Questions
Stack Overflow Unofficial Patch
The Stack Overflow Unofficial Patch (SOUP) is a project to collect various minor client-side bugfixes, work-arounds and usability improvements for Stack Overflow and other Q&A sites on the Stac…
Stack Snippets Console
SE recently added "Stack Snippets" -- running JavaScript, CSS, and HTML code snippets. These are great, except for one problem. I made a request for a console to be added, so that we don't have to…
FOX 9000, a bot for the chat rooms
I created a chat bot for the Stack Exchange chat rooms, called FOX 9000. It's mainly for the chat.meta.stackexchange.com chat room Shadow's Den, but can also be used in other rooms, because the Sha…
Click to expand code regions
Script that allows you to click code regions on stack overflow (or other stack exchange sites) and have it expand to whatever size it needs. Get rid of those pesky scroll bars!
Exception while calling the API using code which works with local json file
I have written a Java application to fetch questions from Stack Overflow's site. The following is the output of the URI (System.out.println("GET " + get.getURI()); GET http://api.sta…
Stack Exchange v2.2 PHP API Client
I am developing a PHP library for interacting with the Stack Exchange API. Most of the methods are unimplemented so far. I am writing this post because I need to test some auth methods. My app s…
OAuth2 Authentication Redirection error in PHP
I'm trying to authenticate into Stack Exchange's API with the following URL: https://stackexchange.com/oauth/dialog?client_id=3535&scope=write_access&redirect_uri=https://stackexchange.com…
StackWatcher: Watch Your StackExchange Accounts
Download StackWatcher StackWatcher is a notification area application that polls all your associated StackExchange accounts for activity, including: Reputation Favorite Changes Badge Awards A …
Add keyboard shortcuts to comments
Adds Ctrl+B (bold), Ctrl+I (italic), Ctrl+K (code), and Ctrl+L (link) shortcuts to comments.
API returns the last activity date even if asked not to
Using the /questions method, I tried to get upvote and downvote counts, along with question Ids. This is the request I sent: http://api.stackexchange.com/2.2/questions/857455%3B857454?site=math&a;…
Chat Easy Input Tools - Provides keyboard shortcuts for common text formatting commands
Provides keyboard shortcuts for common text formatting commands, reducing the dependency on mouse usage. Current version does not have a configurable set of hotkeys but later versions will. How to…
Stack Exchange Editor Toolkit
This userscript is a revival of sorts for the old SE Editor Toolkit, which was abandoned some time ago. It only really provides the autocorrect aspect for the foreseeable future, which I find to b…
How to use the StackExchange object on a userscript?
This object seems to be available in all Stack Exchange pages and contains interesting information about the actual page, site, user, among others. Just type StackExchange on the console to check i…
Turbocharged Help Menu
Convert the Help menu into an utility menu. Most items are removed and you can add as many as you want. The menu stays the same across the network and profile links are site sensitive.