Newest Questions
2,877 questions
0
votes
0
answers
71
views
Thoughts about "StackDesk" app that I am developing
As a developer, I've often found certain features on Stack Overflow challenging to use. After discussing these difficulties with fellow developers, they shared similar experiences. This led me to ...
1
vote
1
answer
160
views
Getting a "Forbidden" response when calling the API from code, but not when using the exact same URL in a browser
Forgive me if this is a dumb question, but I'm just trying the SO API, and have run into a basic problem.
If I enter the following URL in a web browser...
https://api.stackexchange.com/2.3/questions?...
1
vote
0
answers
56
views
PLACEHOLDER - Thomas Ward Testing, Development, and Personal Usage
This is a placeholder post for ongoing usage of my API key(s) for development, testing, and personal usage only.
There is no intent to publish or provide public applications, libraries, or scripts ...
2
votes
0
answers
72
views
Delete without refresh
A script that allows you to cast a delete vote on a post immediately after casting a downvote that makes the post score negative, without having to refresh the whole page.
// ==UserScript==
// @name ...
3
votes
0
answers
155
views
SO Stats - Track your stack overflow activity
About
I created the SO Stats app because I wanted a simple and convenient way to track my Stack Overflow activity and progress. As a frequent user, I was always curious about how my reputation was ...
3
votes
1
answer
84
views
Do I need to be working on an app to get the API key?
I want to use the API, and I want the higher query limit (I want to scan my inbox every five minutes and then text me the results), but I don't want to have to release an app.
Can I get an API key ...
7
votes
1
answer
268
views
Hide the newly introduced homepage widgets
See the updates in the answer below; also check out the commit history for additional changes.
About
The new widgets can clutter the homepage for those of us who are not interested in them.
I created ...
1
vote
0
answers
37
views
Fix keyboard shortcuts for navigating lists
Description
Inspired from Support paging keyboard shortcuts in NAtOQ 10k-tools and Support paging keyboard shortcuts in Staging Ground. Currently several places that show a paged list of items do not ...
3
votes
0
answers
61
views
Comment Image Upload - upload images directly from the comment box!
Screenshots
About
Comment Image Upload script allows one to upload images directly from the comment box: by dragging and dropping them, pasting them from other sources, or selecting them from the ...
1
vote
0
answers
65
views
Formattingalo: MORE formatting in Chat.SE!
Screenshot / Code Snippet
About
This userscript allows you to underline your text, change the color, and even the size!
Formatting guide
Format
Syntax
Non-text parameters
Notes
Underline
^^^text^^^
...
0
votes
1
answer
95
views
How to Resolve "Applications must have a registered Stack Apps post to write" Error when Requesting Write Access via OAuth?
Question Description:
I am developing an application that integrates with Stack Overflow’s API, and I need to enable write access for it. I’ve successfully registered my application on the Stack Apps ...
3
votes
1
answer
63
views
Differentiate Staging Ground posts from regular questions
Version 2.3 of the SE API does not clearly distinguish between questions that are on Stack Overflow's Staging Ground and questions on its main site. This comment on a SmokeDetector GH issue details it ...
3
votes
0
answers
101
views
Pronoun Assistant Reloaded
Screenshot / Code Snippet
About
Based off of Glorfindel's excellent userscript, this userscript displays users' pronouns (as mentioned in their chat or main site bios) under their usernames in chat ...
0
votes
1
answer
220
views
How do I handle token expiration in my application?
This request is responded to with either an error (HTTP status code 400) or an access token of the form access_token=...&expires=1234. expires will only be set if scope does not include no_expiry, ...
1
vote
0
answers
33
views
NATO(Q) keyboard navigation for pages
THIS HAS BEEN SUPERSEDED BY Fix keyboard shortcuts for navigating lists WHICH ADDRESSES THIS AND OTHER KEYBOARD SHORTCUT ISSUES
Description
Inspired from Support paging keyboard shortcuts in NAtOQ 10k-...