Greasemonkey is a User script manager for Firefox. User scripts are written in JavaScript, and run in every page as specified by the @include and @match rules. Many User scripts are hosted on Userscripts.org. Some stack Exchange-specific user scripts are also listed on Stack Apps. To use User ...
8
votes
2answers
181 views
Userscript to auto-replace SOFU links in comments?
SOFU links pasted into questions get automatically replaced by the question title. This has been this way for some time now, and it's great.
However, it is missing from comments. This is very ...
34
votes
4answers
1k views
We're all Rebecca Chernoff \o/
On this frabjous day, our community manager Rebecca Chernoff has graciously allowed all of us *1 to be her for one day, and one day only. And so, ladies and gentlemen, let me present to you:
...
3
votes
1answer
196 views
JavaScript helper for *stackoverflow.com/reputation
After finding and reading How do I audit my reputation? I thought it would be a good idea to write some JavaScript that makes the response from http://stackoverflow.com/reputation a little bit more ...
16
votes
2answers
293 views
What's the correct way to @include all SE sites?
What's the @include sequence that most accurately lists all the SE sites for greasemonkey/userscript hacking purposes?
1
vote
1answer
283 views
Greasemonkey/User-Script Request: Remove “x” links next to Interesting Tags
For whatever reason, I have great difficulty with the Interesting Tags. At least several times a week, I accidentally click the "x" next to a tag, removing it from the list. It's probably because ...
9
votes
0answers
127 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 ...
3
votes
6answers
279 views
Have you modded your SO interface?
Stackoverflow really has a nice clean interface, but I always find some little things I like to tweak - with stylish and/or greasemonkey - in the sites I visit most.
So far I have replaced Arial (I ...
9
votes
1answer
276 views
Greasemonkey: highlight your username in red wherever it appears (find your own posts more easily)
Install it on userscripts here
The posts of the person who asked the question are highlighted in blue, so why can't our own posts be highlighted? It makes finding my stuff much easier. Highlights ...
4
votes
1answer
112 views
Greasemonkey script to require double clicks to vote
This script helps to mitigate accidental votes (which are now nearly impossible to rescind) by requiring two clicks within one second on a vote arrow in order to cast a vote. Clicking once does ...
28
votes
7answers
897 views
Script to add more branded icons to SO tags, to offset Adobe branding
I wrote a script to add some more branding to the tags, mostly open source projects like Python, Ruby, etc. Full disclosure : the script directly links to a bunch of favicons because I'm lazy. Here is ...
27
votes
7answers
1k views
User script to remove SO sponsored tag advertisements
I wrote a user script (SO sponsored tag advertisements) to remove the icons from sponsored tags. I found them obtrusive. Also removes the sponsored div block at the top of the tag pages.
This has ...
14
votes
4answers
310 views
User option to disable sponsored tags in the tag list
If you go to http://stackoverflow.com/questions/tagged/flash you will see an adobe logo fest.
The tags list could end up looking like a walk through Tokyo. – random 13 mins ago
Could we have an ...
15
votes
1answer
330 views
Greasemonkey script to gold plate SOFU
Now with actual (pictures of) gold plate and a gold SO icon.
There's a new preferences tooltip (bling bling) that allows features to be toggled:
Shamelessly ripping off an existing script to show ...
3
votes
0answers
75 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 ...
6
votes
1answer
123 views
Greasemonkey script to add highlight to accepted answer
This greasemonkey script adds back in the green background to an accepted answer.
Currently, it doesn't work when you navigate to a question using a link to the accepted answer. Not sure why, yet, ...
7
votes
1answer
129 views
A Greasemonkey script to sort answers by votes the old way
This greasemonkey script will re-order answers to questions according to the old "Votes" scheme (prior to August 2009), which was by votes and then by date (earliest first).
If you aren't viewing ...
10
votes
1answer
334 views
A Greasemonkey script to make browsing interesting tags easier
SOFU Interesting Tag Browser
Updated with bugfixes, see Recent Changes below.
Thanks to those who responded with suggestions and bugs!
Wrote this for myself to make browsing my interesting tags ...
9
votes
5answers
326 views
Community “Waffle” Your Posts
Installation
http://www.sampsonresume.com/labs/community-waffle.user.js
Description
Following a recent question, I decided to create a Greasemonkey script that will "Community Waffle" all posts ...
5
votes
0answers
780 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 ...
22
votes
3answers
429 views
Display statistics/have subject badges for accepted answers
Update to clarify what I'm asking for (based on discussions on a few other questions there seems to be conflation of two distinct things). I'm not interested in badges for answers that I have ...
25
votes
5answers
458 views
Greasemonkey script to show current daily reputation cap
Important: this no longer works and needs a patch; see my answer.
I've just finished creating yet another greasemonkey script.
This script will display your reputation earned today and the time ...
6
votes
1answer
183 views
A greasemonkey script to move interesting tags to top, ignored tags to bottom
I've just created a small greasemonkey script which will move interesting tags to the top, and ignored tags to the bottom. You can get the script from the UserScripts page:
...
4
votes
1answer
497 views
Allowing framing on Stackoverflow with Greasemonkey
I'm using Stackoverflow with the Google Reader and the Better GReader Plugin for Firefox.
When I'm trying to open a question with the preview function I get:
"For security reasons, framing is not ...
1
vote
0answers
75 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) ...
3
votes
1answer
198 views
Greasemonkey script to load user-rep within comments
Due to recent feature-additions to SO, I've decided to change this script a bit. Stack Overflow will now communicate a users reputation within comments when you hover over their name. I have ...
4
votes
2answers
554 views
Greasemonkey Hotkey Script
I'm curious if anyone has gone and created a Greasemonkey script that makes the entire StackOverflow site Hotkeyed similar to Google Reader/Google Mail? Seems like it would be an awesome way to power ...
8
votes
1answer
923 views
To have CTRL-B to make text bold in comments
I would like to have similar editing possibilities with keyboard shortcuts in comments as in writing questions.
I find myself typing Ctrl-B at the moment too often in the comment section.
Please, ...
24
votes
6answers
888 views
Ignore Users Script
IMPORTANT - Read before using...
This script is not meant to be a solution for bad behavior on Stackoverflow. If you feel somebody is violating the rules of this site, please contact the proper ...
34
votes
5answers
1k views
SO-Site Bar (Minimalistic)
Download Source:
http://www.sampsonresume.com/labs/so-sites_minimal.user.js
Description
Greasemonkey script for linking the SO-Sites together. Jeff rightly pointed out that a mere clone of the ...
28
votes
5answers
493 views
Greasemonkey users: Here is your vote/reputation info plug-in for StackOverflow
I often wish my profile page on SO shows me the diff in votes for my questions / answers since last time I checked.
Since the SO team has more important things to worry about I decided to add this ...