MetaFilter number all comments

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

יוצר
Tehhund
התקנות יומיות
0
סה"כ התקנות
30
דירוגים
0 0 0
גרסה
17
נוצר
12-08-2019
עודכן
18-01-2023
Size
2.57 קילו-בייט
רישיון
לא זמין
חל על

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