reddit commentroversy

By frantk Last update Mar 5, 2009 — Installed 10,627 times.

duplicate scores

in
Subscribe to duplicate scores 4 posts, 4 voices



ohkine Scriptwright

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

 
fiatpandas User
FirefoxWindows

Thanks

 
Matt Preston User
FirefoxWindows

Nice fix, worked for me too.

 
Paradox User
ChromeWindows

But if you do this, then you will not be able to see the scores after you have voted

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel