MetaFilter number all comments

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

Auteur
Tehhund
Nombre d'installations quotidiennes
0
Nombre d'installations
30
Évaluations
0 0 0
Version
17
Créer
2019-08-12
Mis à jour
2023-01-18
Taille
2,57 ko
Licence
S/O
S'applique à

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>';