Unanswered Questions
32 questions with no upvoted or accepted answers
13
votes
0
answers
2k
views
Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.
About
Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete but is ...
12
votes
0
answers
406
views
StackBrowser for Ubuntu Touch
About
StackBrowser allows you to explore the StackExchange network natively on Ubuntu Touch. Written in QML and JavaScript, it is mostly an excuse to play with the new Ubuntu SDK.
Currently you can:
...
12
votes
0
answers
15k
views
How to call the API via JSONP in Plain Old JavaScript
This tips demonstrates how to call the API in JavaScript without the need of jQuery or other frameworks.
In a lot of cases you will find that the JSONP implementations provided in various frameworks ...
11
votes
0
answers
468
views
ArtOfChatbot + Chat API - a customisable chatbot
Stack Exchange chat has no API. While this is not a complete chat API, it introduces a level of control that makes it far easier to run chatbots.
About
ArtOfChatbot is a two-part creation: a basic ...
10
votes
0
answers
264
views
StackTack - George Edison Remix (now with a few extra features!)
Screenshot
About
StackTack was originally listed here on Stack Apps. The idea was terrific and Soviut did such an awesome job building the application that I decided to fork it. My original intention ...
9
votes
0
answers
946
views
StackUnderflow - Greasemonkey/Tampermonkey helper for StackOverflow users
StackUnderflow
StackUnderflow is Greasemonkey/Tampermonkey (or compatible) user script that aims to improve your experience with StackOverflow.com.
Once it runs, you should easily notice additional ...
7
votes
0
answers
774
views
Stack Overflow Instant Search
Screenshot
About
I love the concept of instant search that Google introduced. Stack Overflow Instant Search does exactly that - it brings (almost) instant search to Stack Overflow. The results update ...
6
votes
0
answers
186
views
View close votes, reopen votes, and delete votes with insufficient repuation
Screenshot / Code Snippet
About
This script shows the number of current close votes, reopen votes and delete votes for a question. Works on all Stack Exchange sites.
License
GNU Lesser General Public ...
6
votes
0
answers
144
views
JSBeautifier shortcut
This userscript adds a shortcut (CTRL+SHIFT+B) to beautify the selected JavaScript code using the same engine that also runs jsbeautifier.org.
You can find the source on GitHub (feel free to fork, ...
6
votes
0
answers
349
views
Question Dashboard (Greasemonkey Script)
Question Dashboard for stackoverflow.com (plus meta, serverfault and superuser) - page analyzed and indicators shown at the top of the question, just under the title, for key information.
Downloads:
...
5
votes
0
answers
96
views
Load Anonymous feedback
Access to anonymous and low-rep post feedback
This User script allows to view anonymous and low-rep post feedback/votes under the voting menu:
You can get it from GitHub:
Source Install
What is ...
5
votes
0
answers
963
views
StackExchange API JS SDk
I am planning to write a javascript library as a wrapper over StackExchange API. Currently, every webapp using StackExchange api needs to compile the url and make a GET request (mostly by ajax) which ...
5
votes
0
answers
438
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 ...
5
votes
0
answers
81
views
QuestionPacker - Packs Question in a Webpage
Screenshot
About
It is my version of StackTack, which seems to be discontinued.
License
Inbox Reader is released under the Apache License 2.0.
Download
You can get QuestionPacker here:
http://...
5
votes
0
answers
347
views
Small jQuery plugin for flair
See it in action at http://iamaust.in
About
I know I know another flair plugin. I made this because I always wanted to write a jQuery plugin and for my new website I needed a Stack Overflow flair that ...