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
बनवली
2019-08-12
अपडेट केली
2023-01-18
आकार
2.57 KB
License
नाही
यांवर लागू होते:

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