Problem For the online text-based browser game OGame I am working on an application with as aim to assist the […]
Tag: userscript
JSON photo data parsing
Problem So this original piece of code: const imgUrls = {}; function onXhrLoad() { const json = JSON.parse(this.response); const photos […]
Desktop Notifications for flags and queue items
Problem After our recent election, I got elected as a moderator here on Code Review (Thank you, community members!). One […]
Condensing a Table
Problem Among the mod-tools there is a few that are intended to just help get a bird’s eye perspective on […]
Vote Count Viewer
Problem I’ve written a small script to enable the vote count viewing functionality that comes for users at 1k reputation: […]
Show number of pages next to Flickr threads
Problem This is a userscript that simply adds the number of pages that a thread has next to its title […]
Stack Exchange userscript for showing spoilers on questions with particular tags
Problem Stack Exchange sites support hiding text as a spoiler with >!; for example: This text will be hidden until […]
TamperMonkey script to add a button to Jira
Problem The below script detects whether we are in Jira, and if it is run in Jira it will add […]
Showing links to Contributor Breakdown on Stackoverflow Docs
Problem So Stackoverflow Documentation has added “Contributor Breakdown”. For any given topic (and example) people can display who contributed in […]
Greasemonkey Fantasy Football script
Problem I have the following Greasemonkey script that fetches some data from a Yahoo webpage and injects it into a […]