Unanswered Questions
36 questions with no upvoted or accepted answers
Score of 31
0 answers
1176 views
Belisarius - Detecting vandalism on Stack Overflow
Background:
This bot has been developed in an attempt to help capture possible vandalism. This includes:
Removing all code
Replacing all content with nonsense/repeated words
Adding solutions to ...
Score of 12
0 answers
243 views
Stack Exchange References
Stack Exchange References
What is it?
Stack Exchange References is a userscript for easily putting in references in answers and questions.
Description
In the top bar of any answer or question on SE,...
Score of 11
0 answers
234 views
Bonfire - dashboard for FireAlarm detecting low-quality questions
FireAlarm is a chatbot detecting low-quality questions. Bonfire is a web-dashboard written using Ruby on Rails, made specifically for FireAlarm. Upon low quality post detection, FireAlarm sends all ...
Score of 10
0 answers
353 views
Show a warning message when you follow a link to a deleted answer or comment
About:
When you follow a link to a comment or answer you might end-up being confused if the answer or comment is removed.
This little userscript shows a warning on top of the page when the link you ...
Score of 8
0 answers
183 views
Show revision diff color toggle
Sparked by this feature request on meta.SO, I created a quick user script that offers a toggle to show or hide diff colors.
Look at the following screenshot to see it in action. The upper view is how ...
Score of 7
0 answers
312 views
sostats - Stack Overflow latest metrics and charts
About
I wondered how many questions, answers or comments are being posted on Stack Overflow every day. How many users get registered? How does it depend on the day of the week? When are users most ...
Score of 7
0 answers
205 views
PPCG Sandbox Viewer
Screenshots
GIF of the viewer:
How the button looks:
The Viewer:
About
This is a userscript for the Programming Puzzles & Code Golf sandbox. It shows you your currently sandboxed posts. It's ...
Score of 6
0 answers
557 views
Stack Exchange Post Watcher - Firefox & Chrome extension to watch posts for any changes
Stack Exchange Post Watcher
Watching posts for changes is an extremely heavily requested feature on Stack Exchange (see 1, 2, 3).
This extension adds a 'watch' button to the actions under every post ...
Score of 6
0 answers
242 views
View up and down votes, for everybody
About:
This userscript lets everybody view the up and down vote counts on a question or answer -- whether or not they have the "Established User" privilege.
It replaces Rob W's old script, which was ...
Score of 6
0 answers
147 views
Revisions API doesn't return all revisions if post has had multiple edits made in quick succession
I am pulling information from the posts API and then checking the revisions API for some of these posts. I am noticing that on posts which have had multiple revisions done in quick succession that the ...
Score of 5
0 answers
240 views
Following Overcharged - Various improvements to the "follow" feature
Screenshot
About
Following Overcharged (inspired by a MSE feature request) is a userscript that provides a set of features improving the "follow" feature.
Current version includes:
Feature
...
Score of 5
0 answers
155 views
Magic Answer References - a userscript for making proper post referencing easier
Screenshot / Code Snippet
About
Referencing other posts properly by hand is tedious: one has to link to users' profiles as usernames are subject to change any time, as well as to their post. Magic ...
Score of 5
0 answers
286 views
Show/Hide spoilers on any question (and its answers)
About:
Inspired by this feature request on Meta Science Fiction & Fantasy, this script adds a checkbox to the "question info" sidebar block on each question to allow toggling all spoiler blocks ...
Score of 5
0 answers
98 views
Please provide a way to get Post Edits, filtered by user
I recently discovered from this question that the API does not support filtering revisions by user. I am interested in looking at a user's edit history programmatically (with their permission) and at ...
Score of 5
0 answers
245 views
Export a question and its answers as LaTeX
A post on a MathJax-enabled SE site is typically a mix of LaTeX-like syntax and HTML and/or Markdown. Consequently, the source of a post cannot be processed by a LaTeX compiler as is, despite the ...