Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiefmaster/so-userscripts
A UserScript to beautify JavaScript code on StackOverflow.com quickly
https://github.com/thiefmaster/so-userscripts
Last synced: 3 days ago
JSON representation
A UserScript to beautify JavaScript code on StackOverflow.com quickly
- Host: GitHub
- URL: https://github.com/thiefmaster/so-userscripts
- Owner: ThiefMaster
- Created: 2012-05-30T19:21:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-25T14:02:18.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T08:28:02.812Z (26 days ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User scripts for Stack Overflow
## StackOverflow_JS_Beautifier.user.js
Adds the shortcut CTRL-SHIFT-B to the editbox on stackoverflow.com to beautify
the selected JavaScript code.## StackOverflow_Flags.user.js
Adds a button to mod flag pages to move very-quick-to-handle flags to the top.
Most useful for NAA flags.## StackOverflow_ConvertToComment.user.js
Removes the `confirm()` prompt of the convert-to-comment button in any case
since moderators are smart enough not to do it by accident or undo it in case
they do.## StackOverflow_DeleteComments.user.js
Adds a link to quickly delete comments to the "view user comments" page
moderators have.