MetaFilter number all comments

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

Penulis
Tehhund
Pemasangan harian
0
Total pemasangan
30
Nilai
0 0 0
Versi
17
Dibuat
12 Agustus 2019
Diperbarui
18 Januari 2023
Size
2,57 KB
Lisensi
N/A
Berlaku untuk

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