MetaFilter number all comments

On MetaFilter.com, adds a comment number like "comment 1 of 30" to each comment.

Autor
Tehhund
Dnevne instalacije
0
Ukupnih instalacija
30
Ocjene
0 0 0
Verzija
17
Stvoreno
12.08.2019.
Ažurirano
18.01.2023.
Size
2,57 KB
Licenza
N/A
Primjenjuje se

Updated to work with a change to MetaFilter's HTML. Used to use

divToHighlight.lastChild.innerHTML += '<span class=\'tehhundUserScriptCommentCount\'>Comment ' + (i+1) + ' of ' + allCommentDivs.length + '. </span>';

now uses

divToHighlight.querySelector('.smallcopy').innerHTML += '<span class=\'tehhundUserScriptCommentCount\'>Comment ' + (i+1) + ' of ' + allCommentDivs.length + '. </span>';