MetaFilter number all comments

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

Аўтар
Tehhund
Daily installs
0
Total installs
31
Рэйтынг
0 0 0
Версія
17
Створаны
12.08.2019
Абноўлены
18.01.2023
Памер
2.6 КБ
Ліцэнзія
Н/Д
Applies to

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