All Questions

2 votes
0 answers
86 views
+50

Introducing StackPulse: a real-time Cross-platform Stack Overflow question notifier

Screenshot I'm excited to share a new tool I've been working on called StackPulse. It's designed to help developers stay on top of new questions in their areas of expertise on Stack Overflow. About ...
MendelG's user avatar
  • 71
2 votes
0 answers
40 views

Is there a way to upload an image to i.sstatic.net using Python?

I am developing an image generation bot for chat (for example, chat.stackexchange.com). I can generate the image correctly, but when it comes to posting the image, I have no idea how to upload the ...
Petəíŕd the Wizard's user avatar
1 vote
0 answers
18 views

approved Staging Ground review statistics

Are you curious on how the questions you approved in the Staging Ground are doing or do you want to see statistics for questions approved in the Staging Ground overall? I wrote a user script that ...
dan1st's user avatar
  • 251
2 votes
1 answer
74 views

Documentation describing fields for api stack exchange

When I looked through the StackExchange documentation, I didn't find any documentation describing the fields. I have to study the request and response for a long time in order to understand why this ...
Murad Akhmedov's user avatar
4 votes
0 answers
75 views

View other OP posts in the Staging Ground

During the beta tests in the Staging Ground, there were some cases where the author wrote a posted a copy of the question that bypassed the Staging Ground process. This user script shows me the ...
dan1st's user avatar
  • 251
2 votes
0 answers
57 views

Custom Staging Ground Comments

With the release of the Staging Ground on Stack Overflow, I want to share the userscripts I wrote for it during its Beta tests. The Staging Ground offers some built-in comment templates but if you ...
dan1st's user avatar
  • 251
0 votes
0 answers
21 views

Fix for sticky hover background in duplicates

Description Problem See bug report here: Duplicate modal - row hover state not cleared The background is "sticky" added on hover then removed on a second hover. Fix This userstyle removes ...
VLAZ's user avatar
  • 611
3 votes
0 answers
23 views

WebSocket Defibrilator - try to keep SE websockets (and in-page updates) working

Description Websockets on Stack Exchange provide live updates on a page - for example, showing there are new notifications, or new answers, or new comments, etc. These are unreliable in some cases. If ...
VLAZ's user avatar
  • 611
3 votes
0 answers
18 views

Flag searcher - search in your flagging history

I don't know any good way to search for your own flags by custom accept/rejection reasons, title, flag text or detailed flag type (e.g. "Not an Answer") hence I wrote a user script for that ...
dan1st's user avatar
  • 251
0 votes
0 answers
26 views

PLACEHOLDER - My Stack Overflow Automation

My Stack Overflow Automation Description This application automates the process of saving posts as favorites on Stack Overflow. Features Automatically saves specified Stack Overflow posts as ...
Kartik Mittal's user avatar
3 votes
0 answers
37 views

Logout from all devices by default

Description Inspired from Add option to make "log out of all devices" the default Installation Direct install (GitHub) See the code on GitHub // ==UserScript== // @name Logout ...
VLAZ's user avatar
  • 611
2 votes
1 answer
112 views

Looking for an app that allows me to view interesting unanswered questions on SE sites using UserId

I am interested in finding interesting unanswered questions on different SE sites using my UserId. While I am aware of this SEDE query that exists, the problem with it is that it seems that with ...
CrSb0001's user avatar
  • 123
2 votes
0 answers
48 views

Fix for network filter deletions

Description Problem See the report: Can't delete the filter called My Filter. In short, deleting a filter redirects the browser to the page to immediately create a new filter, therefore you can never ...
VLAZ's user avatar
  • 611
0 votes
0 answers
94 views

PLACEHOLDER - Obsidian Digital Garden plus Eleventy Serverless OAuth demo

Screenshot / Code Snippet About This is a proof of concept / "minimal, complete, verifiable example" of adding the Eleventy Serverless plugin to an instance of Obisidian Digital Garden's (...
Wicket's user avatar
  • 231
1 vote
0 answers
81 views

Propose Stack Overflow / Stack Exchange as OAuth provider to demo-eleventy-serverless-oauth

Screenshot / Code Snippet About Eleventy is a static website generator. On version 1 it added support for severless functions. During the beta, the Eleventy maintainer created a demo for using ...
Wicket's user avatar
  • 231
2 votes
0 answers
91 views

Jardín Digital de Rubén

Screenshot / Code Snippet About Jardín Digital de Rubén is a digital garden having Spanish as the primary language. Some notes might be written in English. One of the uses will be to publish drafts ...
Wicket's user avatar
  • 231
3 votes
0 answers
124 views

SO Link-only Parser: Parse Stack Overflow for potentially link-only answers

The provided Python script is designed to identify potentially "link-only" answers on Stack Overflow for a specified time period and set of tags. It does this by leveraging the Stack ...
Trenton McKinney's user avatar
4 votes
0 answers
80 views

Fix for the network search pagination

Description Problem See the report Pagination on stackexchange.com search is broken The pagination in the global search is broken. It only shows 15 results even when the page size is set to something ...
VLAZ's user avatar
  • 611
7 votes
1 answer
262 views

Stackexchange oauth2.0 is suddenly failing

No changes in stack apps or my code, it was working fine for a while, suddenly it stopped working now. I get "InternalOAuthError: Failed to obtain access token" After more details inspection,...
Leart Beqiraj's user avatar
2 votes
0 answers
48 views

Expand Code to Fullscreen on StackExchange Site

Description Script practice. Toggle Fullscreen on Hover: When users hover over a code block, a 'Fullscreen' button appears. Clicking this button will expand the code block to fill the entire screen, ...
138 Aspen's user avatar
  • 161
4 votes
0 answers
82 views

Show Deleted Answers at head for Stack Exchange

Description Script practice. To view your own deleted answers/questions on a Stack Exchange account, you always need to scroll all the way down to see the "Deleted answers" tag. I've written ...
138 Aspen's user avatar
  • 161
15 votes
0 answers
143 views

AI generated content should NOT be allowed on Stack Apps

On February 14th, 2024 a new network-wide policy on AI-generated content goes into effect. The de-facto default is that AI-generated content should follow the citation rules that already exist. In the ...
3 votes
0 answers
178 views

Backpack: Download all of your questions and answers across all SE sites as Markdown files

Screenshot / Code Snippet About This app is used to download a user's questions and answers across all Stack Exchange (SE) sites that they are registered for. The questions and answers are downloaded ...
mhdadk's user avatar
  • 151
0 votes
0 answers
88 views

PLACEHOLDER - stack apps development

Working on A Stack Overflow client development website.
Muhammad Naeem's user avatar
7 votes
0 answers
82 views

2023: a year in moderation

It’s that time of the year again! As we wave goodbye to last year and welcome the new one, we have a tradition of sharing moderation stats for the preceding calendar year. As most of you here might be ...
JNat's user avatar
  • 261
5 votes
1 answer
306 views

Suddenly getting "Couldn't parse `client_id`"

For years, I've run a local PHP app using GuzzleHttp\Client to download my StackExchange posts. Today, I'm suddenly getting this problem when posting my client_id, client_secret, code, redirect_uri. { ...
Ryan's user avatar
  • 151
1 vote
1 answer
77 views

Does there exist an app that allows me to download all of my questions and answers on all SE sites?

I'm interested in downloading a backup of all my questions and answers on all Stack Exchange sites in the form of markdown files. I'm already aware of this SE data explorer query, but this downloads ...
mhdadk's user avatar
  • 151
3 votes
0 answers
62 views

Easily apply "bookend" deletion of AI-generated content

Description This is a fork of Samuel Liew's DeletedUsersHelper userscript. It's a script for moderators only. The purpose of this userscript is to simplify bulk-deletion of AI-generated posts as per ...
blackgreen's user avatar
0 votes
0 answers
59 views

PLACEHOLDER - Stack Overflow post updater

I simply want to write a script (maybe Groovy, Java or Postman) allowing me to update my own questions and answers, maybe in some cases also other people's. My concrete use case is to update links to ...
kriegaex's user avatar
  • 121
0 votes
0 answers
57 views

PLACEHOLDER - Hexagram - a Stack Overflow application for Android

A Stack Overflow client made with Flutter. Note: This app is still under development
Joe Clarence's user avatar

15 30 50 per page
1
2 3 4 5
97