Greasemonkey is a Firefox add-on, which allows you to run JavaScript code on specific web pages, as defined in a User Script.

learn more… | top users | synonyms

0
votes
0answers
7 views

KBD Button for Editor on StackExchange sites

Simply adds a button to the toolbar that lets you quickly apply keyboard markup. The extension is available on GitHub and should work as: Userscript Chrome Extension Firefox and Opera Extension ...
5
votes
0answers
33 views

Chat Reply Helper for Stack Exchange sites

What does it do? First of all, it allows you to select a message to reply to by using the keyboard. Just type : and then use the up and down arrow to select the message. Second, it puts a ...
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 ...
4
votes
1answer
104 views

duckduckstack - The StackExchange API Doc Autocompleter

NOTE (2nd April, 2012): After an e-mail correspondence with DuckDuckGo's Gabriel W. I decided to take down this project (and remove it from github) due to Terms of Service issues with aggregating ...
24
votes
1answer
743 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 ...
16
votes
0answers
289 views

Click to expand code regions

About Greasemonkey script that allows you to click code regions on stack overflow (or other stack exchange sites) and have it expand to whatever size it needs. Get rid of those pesky scroll ...
2
votes
1answer
75 views

Is there a way to increase the contrast of the special highlighting that is applied to the OP of a question?

I apologize if this question is off topic or has already been asked; I couldn't find anything related. When the Original Poster of a question comments somewhere on the question page, his name is sort ...
3
votes
0answers
68 views

GM Script: Revert changes to Unanswered Questions Box

If you are like me and think that the new styling for unanswered question drastically hurts the site's usability, rejoice. I've created a Greasemonkey script which will return unanswered questions to ...
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 ...
17
votes
0answers
498 views

Disable enter for submitting comments

About This user script disables the default behavior of the enter key submitting a comment. With this script installed, you must explicitly click the Add Comment button to submit your comment. ...
4
votes
0answers
196 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. ...
11
votes
3answers
153 views

Hide all pointless user data (gravatar, badges, and reputation).

hide pointless user data on userscripts.com When I look at answers, I often take the user's reputation into account on whether I upvote them or not. This is a terribly bad thing to do as you should ...