Karma Bubble Fix (Greasemonkey script)
post by Vladimir_Nesov · 2011-05-07T13:14:29.404Z · LW · GW · Legacy · 10 commentsContents
10 comments
I wrote a greasemonkey script that fixes the problem with Karma bubble that prevents you from seeing the last digits of Karma for big Karma values. You can install it from userscripts site. You'll need a greasemonkey extension (install for Firefox, install for Google Chrome).
10 comments
Comments sorted by top scores.
comment by Tyrrell_McAllister · 2011-05-08T18:36:45.763Z · LW(p) · GW(p)
So much for my ability to fantasize that I have higher karma than Eliezer because I can only see the first four digits. (Which wouldn't have lasted much longer anyways, since he will pass 100x my karma before long.)
comment by gjm · 2011-05-16T21:14:16.728Z · LW(p) · GW(p)
I have a simpler Greasemonkey script that does approximately the same thing. Advantages: (1) shorter and simpler, (2) displays karma on a green background, which may feel more familiar, (3) may possibly cost less time when an LW page loads. Disadvantages: (4) has a fixed width region, which may become problematic when Eliezer's karma passes about 10 million or look strange for users with karma below 100.
(Mine works by adding a new CSS rule that applies to the relevant bits of any LW page. Vladimir's works by selecting the relevant bits and tweaking their styles directly. I wrote mine mostly because I wanted to remind myself how Greasemonkey works; also because of points 1-3 above.)
Replies from: Alicorncomment by ewang · 2011-05-07T14:54:44.806Z · LW(p) · GW(p)
It looks kind of awkward, but maybe it's just because I'm used to the old one.
Replies from: Vladimir_Nesovcomment by Oscar_Cunningham · 2011-05-07T13:28:33.800Z · LW(p) · GW(p)
Thanks!