duplicate scores
|
|
I noticed today that my commentroversy scores are suddenly showing up three times for each comment instead of once. Looking at the source, it seems like reddit have added a bunch of extra spans to the 'tagline' that the script is picking up on. So, to fix it, change this line: votes.insertAfter(tagline.find('.score')); to this: votes.insertAfter(tagline.find('.unvoted')); just fyi |
![]() ![]() |
Thanks |
![]() ![]() |
Nice fix, worked for me too. |
![]() ![]() |
But if you do this, then you will not be able to see the scores after you have voted |


