I wrote a greasemonkey script that some people might find useful.
I noticed that the small text was hard to read. This
So I was thinking that maybe we could make it big when you moved your mouse over it. That sounds good. You will know it is small but you can read it full-size if you want. After about three minutes in TextMate we have this
If you want to use this you need Firefox and Greasemonkey. Chrome users can install it without GM.
Script is here.
Observing members:
0
Composing members:
0
17 Answers
Thanks @Not_the_CIA ! Not sure that I need it yet, but I will keep it in mind. Very considerate of you.
@Not_the_CIA I installed Greasemonkey, but when I went to install the Script, I got a “502 Bad Gateway” error.
@marinelife – userscripts.org has been having some troubles lately. It was down for about a day and was working intermittently yesterday.
OK, I tried it again and got it. Thanks, jp!
Oh, and if you want it so the small text is always full sized change
var css = “small:hover {font-size: 100% !important;}”;
to
var css = “small {font-size: 100% !important;}”;
Remember when the movie came out “2012”?
Remember the steady stream of questions “Will the world end in 2012?”
JP wrote one of these little things that for a laugh changed the year “2012” to STFU.
It was just random and funny since the questions left as duplicates pretty fast.
I really admire coding gurus. They add a bit of fun, and in this case practical function, to life.
Maybe we can all chip in a quarter and hire JP for Fluther?
Dog pays me in PBR and pizza. That is all I ask.
@jp How do I implement it after I have downloaded it?
Ha ha ha ha! Brilliant JP!
It shows up like that for me too! Guess the script still works!
Did you install it @marinelife ? It should just work. That easy.
Answer this question