>>9230741Thanks based anon. I know you do this by hand, if you know how to use the Developer Toolbar of either Firefox or Chrome here is a magic incantation that will make your work much faster.
>Open https://live-ranking.userlocal.jp/archives-ranking?date=2021-09-04>Press F12 to open the developer toolbar>On the console paste this>$('.live-thumbnail img').width(140); $('.live-area').append('<button class="deleteButton">Delete</button>'); $('.deleteButton').click(function() { $(this).parents('.live-area').remove();}); $('.live-area:first-child').parent().before('<button class="renumberButton">Renumber</button>'); $('.renumberButton').click(function() { $('.renumberButton, .deleteButton').remove(); $('.live-area').each(function(index, el) { $(this).append('<div style="border-left: 1px solid black;height: 90px;padding: 32px 10px 32px 21px;margin-left: 10px;" class="position live-viewers-width-80 font-weight-bold text-center my-auto mr-sm-2 mr-1">' + (index + 1) + "</div>")});});The page will become like
>pic related(1/2)