Greasemonkey is a User Script manager for Firefox. With this add-on, you can run JavaScript code on pre-determined web pages.

learn more… | top users | synonyms

10
votes
0answers
136 views

Greasemonkey/Opera: Quick User Details

Firefox and Opera users... So I got the itch for another greasemonkey script - this time to retrieve the user details for any given user in a question without having to go to their page. Perhaps some ...
5
votes
0answers
963 views

Greasemonkey script to add style to inline code

Here is a Greasemonkey script that adds a CSS style to inline code in questions, answers, and comments (as discussed here and here). It does not affect large (pretty-printed) code blocks. Install ...
3
votes
0answers
79 views

A Greasemonkey script to show reputation gain and loss separately

Adds functionality to show recent upvote/downvote activity on posts. Just click the big score on any question or answer, and this script will query the recent reputation graph JSON API to find the ...
1
vote
0answers
83 views

Script to automatically imgurify images when editing

Occasionally I come across old posts (from before the current stack.imgur setup) that contain images on other image-hosting services. In order to forestall link rot, these should be placed on the ...
1
vote
0answers
80 views

Filter Questions [Greasemonkey Script]

This comes from my answer on this thread. So, I took a whack at implementing some Hotkeys, and found that it was really useful to bind some Hotkeys to Filters. So, in my really novice (Third Script) ...