This should be easy as a greasemonkey script to save other people having to make changes to support it.
---------------
EDIT: Out of curiosity I made up a javascript bookmarklet that seems to do the trick... upsize all the page's upvotes to 30x30
javascript:{im=document.images;iml=im.length;for(i=0;i<iml;i++) {if(im[i].src=="http://ycombinator.com/images/grayarrow.gif"){im[i].width="30";im[i].height="30" } } alert("Done"); void(null);}
[up] 7 points [down] by alanh 35 minutes ago | link | parent | flag
4 points by alanh 18 minutes ago | link | parent | flag | upvote | downvote