The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
28 views

New Stack Exchange Deleted Posts Viewer

For months after the previous Stack Exchange Deleted Question Viewer has been broken, Shog9 has confirmed that viewing deleted posts with the editing trick is by-design. So I take the time and ...
3
votes
0answers
26 views

Hide badges I've already attained

About Inspired by this Meta SO question, this user script adds a checkbox to the Badges page to allow you to hide badges you've already attained, so you can easily see which remain. The checkbox's ...
1
vote
0answers
22 views

Review Queue Hider

About This user script adds a button to each review queue to allow you to hide it. Useful if you don't want a certain queue popping to the top! Each Stack Exchange site holds its own settings too, ...
1
vote
1answer
68 views

Review Stalker user script

This is a very basic user script which does the following: Checks the Review homepage if there's anything you can review If so, it changes the title to (n) old_title where n is the number of ...
2
votes
0answers
86 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 ...
24
votes
1answer
292 views

Bring back the Bold!

Our insidious overlords have made some numbers on the page thinner. This script feeds the numbers a sandwich to get them back to normal size. Installation Click here to install. Will work in ...
2
votes
0answers
90 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 ...
3
votes
0answers
37 views

Script to convert a search on a StackExchange site to a Google search of that site

Screenshot / Code Snippet About Adds a Google button below the Search button on the search page which takes you to a Google search restricted to the current Stack Exchange site but with the ...
2
votes
0answers
39 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
24 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 ...
1
vote
2answers
28 views

How to get the site name from document to pass to API?

Most APIs take a parameter site which must be set to the name of the site your queries are about. For meta.travel or travel. But of course sites have various names, for example ...
2
votes
1answer
88 views

Script to add a “Related Tags” module for search on all Stack Exchange sites

Screenshot / Code Snippet About Back in May A.Danesh asked "How can I see related tag for a search query?". I didn't actually see this question at the time but by September I started wondering ...
0
votes
1answer
73 views

Suggestion Status - a userscript to view the status of your suggested edits

Suggestion Status is a small userscript which displays the status of your suggestions using color codes; , and yet to be reviewed. This allows you to immediately see the status of your ...
0
votes
1answer
24 views

A way to mimic the “share a link to this answer” dialog from a user script?

I would like to make a browser "user script" (like Greasemonkey etc) that can pop open a window with a text field for the user to select and copy so they can paste it elsewhere. I want to match the ...
5
votes
1answer
274 views

Chrome may not allow one-click userscript install now

Issue 128748: [Regression] Unable to install extensions by running .crx file downloaded in Chrome Chrome can't (directly) install userscripts anymore Chrome Fix: Extensions, apps, and user scripts ...
1
vote
0answers
26 views

Election comment links

http://meta.stackoverflow.com/questions/135225/missing-links-to-responses-to-comments-on-nomination-posts Makes the datestamp into a comment link for election comments. Also fixes the issue in ...
9
votes
1answer
145 views

Suggested Edit Queue v2.0

The Sales Pitch This userscript enhances the suggested edit queue to remove the usability annoyances we all know and love hate. Suggested Edits will not jump to the top when casting the deciding ...
15
votes
2answers
252 views

<kbd> markup shortcuts

Inspired by the question, "Markdown syntax for <kbd>foo</kbd>", this script adds both a button and a keyboard shortcut to each post's <textarea> (when editing posts). Press the ...
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 ...
24
votes
1answer
735 views

“View Vote totals” without 1000 rep

Screenshot About The vote counts are a great tool to determine whether an answer is disputed or not. Unfortunately, not many of us have enough time to join all Stack Exchange websites and get ...
6
votes
0answers
126 views

Export BibleGatway page content in markdown format

Description When browsing Bible Gateway show a textinput field with a markdown formatted copy of the current page for easy copy/paste into SE questions and answers. This is especially useful for ...
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 ...
5
votes
0answers
46 views

Collapse interesting and ignored tags sections!

Are you annoyed by to large interesting/ignored tags sections? I've created a user script to collapsing it! Stack Ignore Collapse .user.js
7
votes
0answers
144 views

A user script to update the page/tab title with # of unread notifications

About Per this question: http://meta.stackoverflow.com/questions/57315/can-we-get-notification-in-the-tab-change-of-title This user script was created to help draw attention to notifications even ...
2
votes
2answers
78 views

Small user scripts, one-liners, prototypes?

The script tag is to be used for complete userscripts. It would also feel kind of pollutive to swamp it with lots of smallish submissions. Hencewhy I'm making this proposal as reference question to ...
12
votes
2answers
187 views

Editor buttons for injecting documentation links

I wrote a small user script for adding some buttons to the question editor. The idea came up a few times on Meta Stack Overflow and Stack Overflow, and I just wanted to share a rough ...
2
votes
0answers
202 views

Pretty StackOverflow

This userscript provides a prettier interface to StackOverflow. (Click for larger image) Installation Stylebot page Userscript install link It also hides notifications. To bring them back, ...
6
votes
1answer
2k views

Stack Overflow Tag Manager

Screenshot About Stack Overflow Tag Manager is a Greasemonkey script for expressing your tag preferences, which partly inspired Stack Overflow's own tag preferences feature. Continued ...
4
votes
0answers
195 views

Question Dashboard (Greasemonkey Script)

Question Dashboard for stackoverflow.com (plus meta, serverfault and superuser) - page analyzed and indicators shown at the top of the question, just under the title, for key information. ...
9
votes
0answers
270 views

A way to keep the “user bar” on the top of the site stuck there ~ StickyBar

Screenshot / Code Snippet About Since people keep asking for a way to stick the userbar at the top of the screen, I'm working on a userscript to do so. Because of the way each site is ...