2
votes
0answers
86 views

LIVE Desktop Alert for Stack Overflow

About This app will provide you LIVE desktop notification for new questions posted on StackOverflow. You can add your favorite tags and it will continue searching for new questions. If it finds a ...
2
votes
0answers
30 views

Chat Message Remover

Script See a chat message you don't want on your screen? An annoying image or animated GIF? Now you can remove it! This is a simple script that I made. It will allow you to click a chat message to ...
2
votes
0answers
85 views

Net::StackExchange2 - Perl Wrapper for StackExchange API (it's on CPAN)

About This library is a little labour of love for two things dear to me : StackOverflow, a place where I've learned just so much, and Perl a cryptic language that's giving me perspective. I ...
2
votes
0answers
17 views

How do I get the no. of upvotes a person has received for a particular tag?

I need the list of users who have more than 10K reputation and then among those users I need to see which user has how many up-votes for each tag. I don't there is a direct query that will give me ...
2
votes
0answers
24 views

Client Side Flow security problem

I'm not pretty sure, but if my app is enabled to Client Side Flow Authentication, then anyone with my client ID (easily found for being embedded or by sniffing the initial request) would be able to ...
2
votes
0answers
84 views

Moderator links

Adds some extra links to posts and userpages for convenience For a userpage, all links from the "info" mod menu, except "privileges" is displayed along in the "mod"/"edit"/"prefs"/"flair menu. For ...
2
votes
0answers
89 views

IPA Keyboard for Linguistics.SE

This script adds share buttons to the "link" box. (They don't come immediately, they are spawned by mouseover) Installation Click here to install. Will only work in Chrome or Firefox (the latter ...
2
votes
0answers
37 views

User rename script

Keep tabs on the newest help vampires! This script was inspired by my not immediately spotting a help vampire - because of the user32984923874-style default name. It seemed like a good idea at ...
2
votes
0answers
23 views

Is it safe to change the OAuth Domain?

I'm about to develop a small application that will use the Stack Exchange API. I understand that I have to provide an OAuth Domain when I register the application with Stack Exchange. Right now, I am ...
2
votes
0answers
37 views

Clarification on related tags for a tag returned by API

I was assuming that the related tags API call, returns all the tags that co-occur with the input tag. But a closer look at the API documentation indicate the following: Returns the tags that are ...
2
votes
0answers
106 views

Stackoverflow Sentiment Search Engine

Sentiment analysis... Generally speaking, sentiment analysis aims to determine the attitude of a speaker or a writer with respect to a topic or the overall contextual polarity of a document. The ...
2
votes
0answers
45 views

SECharts - various charts and interesting findings on all SE sites (as of August 2012)

Screenshot / Code Snippet About SECharts - StackExchange charts application is a static web application where you can browse some data regarding all the 37 SE sites. I have created SECharts to ...
2
votes
0answers
23 views

What to do with “OAuth Domain” in the registration page for a browser user script?

I want to register my first project so I can make more API calls without hitting the limit now that it seems to be good enough for others to use. My project is a browser userscript that works with ...
2
votes
0answers
40 views

edit-comment method returns 405 error

Trying to understand how edit-comment method could be used. I passed valid token with write_access, valid key, and existed comment id, but all I've got is: { "error_id": 405, "error_name": ...
2
votes
0answers
12 views

Get tags from question through an answer

I'd like to use this function: http://api.stackexchange.com/docs/answers-on-users to get a list of answers from a user. The key element that I need though is what the question was tagged as, is there ...
2
votes
0answers
11 views

Using Stack2RSS, why can I get feeds for some SE sites and not others?

I can use Stack2RSS to easily get RSS feeds of some StackExchange sites but not others: The pattern if I understand the API is http://stack2rss.stackexchange.com/{SiteName}/questions Substituting ...
2
votes
0answers
22 views

How should we announce updates to our apps, scripts, libraries, etc?

Is there a recommended best way to let the stackapps community know that we've released an updated version of one of our projects? We can edit the project's page and bump the version number, but this ...
2
votes
0answers
86 views

Calibre recipe for StackExchange recent question feeds

The Calibre ebook manager has a recipe system to generate ebooks from websites/news feeds in order to read them offline. The following recipe creates an ebook from all StackExchange news feeds: ...
2
votes
0answers
90 views

OverflowMonthly

Screenshot / Code Snippet About OverflowMonthly is a monthly collection of the most popular questions on the Stack Exchange Network,published as ebooks(pdf and kindle format). People can now ...
2
votes
0answers
31 views

Direct Question Edit Links

This script adds an edit link to the question summary, saving frequent editors the trouble of "entering" the question first. Adjust includes as needed: // ==UserScript== // @name ...
2
votes
0answers
42 views

Userscript to provide quick access to canonical questions when voting to close duplicates

ServerFault often gets off-topic questions which are closed as duplicates of a canonical question, such as capacity planning or I've been hacked. I've favourited those canonical questions for quick ...
2
votes
0answers
94 views

stackoverflow favicon counter

Screenshot About I'm very like to answer questions on stackoverflow, but also I like to pin tabs in browser. It's hard to check how many unread questions I have on my favorite tag, so I ...
2
votes
0answers
52 views

Super Multicollider Dropdown™ Search

Spawned by http://meta.stackoverflow.com/q/138117/178438 This script adds a search box to the multicollider. Installation Click here to install. Will only work in Chrome or Firefox (the latter ...
2
votes
0answers
28 views

Is there an app for searching Stack Overflow?

I was thinking about how I often use the Stack Overflow "ask a question" area as a search engine, rather than searching Google first. I know I'm more likely to find my answer by doing this. I was ...
2
votes
0answers
33 views

Stack Apps “Welcome Back” banner text isn't centered

This appear to be specific to Stack Apps. The text is centered on every other site I've tried. See below: Compared to how it should appear:
2
votes
0answers
135 views

Stack Overflow - Deleted Answer Manager

Description This script hides the content of deleted answers (which are visible to 10k+ Stack Overflow users), injects a show content / hide content toggle in the answer's menu, and injects a ...
2
votes
0answers
316 views

StackWatcher - Live tiles for Windows Phone 7

Screenshot About Add some glanceable Stack Exchange reputation tiles to your Windows Phone 7 home screen. Some obvious features are yet to be built: More information on the user screen, ...
2
votes
0answers
106 views

ExchangeLinq: LINQ Query Provider for Stack Exchange API v2.0

ExchangeLinq is a LINQ Query Provider for the Stack Exchange API. It only supports API v2.0. It is currently in alpha state and is being developed for Exchange It, a Stack Exchange client for Windows ...
2
votes
0answers
47 views

Unfade downvoted posts

Answer to this meta question. Allows one to unfade downvoted posts. Installation Click here to install. Will only work in Chrome or Firefox (the latter requires Greasemonkey). Source Usage ...
2
votes
0answers
49 views

Reply links in comments--lazy version

Derivative of this script Some people are too lazy to type out full usernames in @replies, and they don't use the autocomplete either. This script is for these guys--it leaves the job of being lazy ...
2
votes
0answers
37 views

Bring back the accounts tab

The accounts tab has been removed from all SE sites. Here's how to get it back for those of you with muscle memory: Installation Click to install (Chrome or Firefox+Greasemonkey only) Source code ...
2
votes
0answers
14 views

Request to support “tagged” on more endpoints

(I realize this is likely to be status-deferred for now, but I'm quite likely to forget if I don't ask it now :) The /questions endpoint supports a "tagged" parameter which I find quite useful. ...
2
votes
0answers
59 views

Social network apps for SO

Is there any app for Social networks such as LinkedIn, facebook, twitter etc., where I can show off my reputation on them or just tag favorite questions on them? Anyone??
2
votes
0answers
96 views

StackScraper - export questions as JSON or HTML

About StackScraper is a user script that adds HTML and JSON export options to each question. The JSON loosely resembles the API format and includes the HTML and markdown bodies of all posts, ...
2
votes
0answers
91 views

StackExchange Google Search

Code // ==UserScript== // @name StackExchange Google Search // @description Google questions if query begins with "gq:" and user profiles if query begins with "gu:". // @version 1.1 ...
2
votes
0answers
12 views

Greatest Hit questions data/route in API

Can we get access to the greatest hits functionality of the websites? Something like /questions/hits, and with an id (as in user ID) parameter to match the website. Maybe in version 2.1? This data ...
2
votes
0answers
53 views

Show Post Score Breakdown Early Script

Allows you to click the vote score and get the break-down just like with the established user privilege. This script does not use the data API but extracts votes from the timeline pages (which ...
2
votes
0answers
47 views

StackPlonk: plonk users you don't want to help anymore

Screenshot / Code Snippet About If you really don't want to help some user anymore, go to his profile page, and click the Plonk button next to his name. Every question of this user will ...
2
votes
0answers
29 views

Fairly subtle filter bug between 8 am and 10 pm UTC Dec. 29th

This is a public service announcement about a bug that most people probably didn't notice, but might be biting you pretty hard about now. Between 8 AM and 10 PM UTC December 29th, filters generated ...
2
votes
0answers
47 views

Preview and Text Entry Switcher - Now you can have the preview on top!

Screenshot / Code Snippet About Ever wanted to see the preview above the text entry box when composing a question or answer? If so, this is the script for you. It's a simple script that does ...
2
votes
0answers
70 views

BrickJax: Brick Image Replacement for Bricks.StackExchange.com

Screenshot About We've put together a script that we're hoping to get added to LEGO Answers that will allow users to easily insert images of Bricks, with or without links, and also links to ...
2
votes
0answers
164 views

Answers for Stack Exchange - universal iOS Stack Exchange search app

Screenshots About This third-party app allows you to quickly search the full Stack Exchange network of sites from your iphone or ipad. It is nice for when you are away from your desktop or ...
2
votes
0answers
28 views

Secure OAuth pages contain insecure content.

I noticed that some of the OAuth pages use insecure content (http:// content on an https:// page): I'm not sure how easy this is to fix but it could potentially scare off some users who don't ...
2
votes
0answers
365 views

Stack Overflow offline PDF question reader

About Using a keyword, the Stackoverflow Offline Reader WinForm app loads all the questions and their answers into a single pdf file and displays the pdf (if you have a reader installed). ...
2
votes
0answers
56 views

Can you please return the reputation scores in addition to the reputation changes?

As by far and large (one of) the (two) largest consumer of /users/*/reputation1 , I humbly request an addition to this route. What I'd love to see is getting the reputation score in addition to the ...
2
votes
0answers
64 views

Bold and colorful area tags

About: This script is written for cstheory.SE and MathOverflow. It modifies the way the area tags (tags having . in their names) are displayed. The script is based on Hexadecimal user rep. ...
2
votes
0answers
82 views

Collapse Header Script

Only shows the logo and main menu on mouse-over on the grey top bar. (The initial collapse is instantaneous, whether it should be animated or not may be a matter of preference.) Sorry to not ...
2
votes
0answers
55 views

Favourite Tags Numerical Keyboard Shortcuts Script

Another short and simple script, it adds numerical keyboard shortcuts to the favourite tags. Only works on those pages which have the favourite tags on them. The default modifier is Alt but the ...
2
votes
0answers
51 views

Fitts's Law Favourite Tags Script

For people like myself who fail at hitting things or just want to hit them faster (i use this in combination with the delete button removal script) Sorry to not provide a file for download but i ...
2
votes
0answers
17 views

FAQ's URL for any SE Site?

Since I cannot find anything relevant in the API (I guess /stats endpoint would be most relevant): Is it safe to assume that every SE Site has its FAQ at location: site_url/faq ?

15 30 50 per page
1 4 5 6 7 8 10