[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.9270666 [View]
File: 187 KB, 1252x898, changed page.jpg [View same] [iqdb] [saucenao] [google]
9270666

>>9270613
See >>9231679, >>9231768, >>9231969

I coded a small mod to turn the page into
>pic related
then I delete the non vtubers and press renumber and it does just that.
The internet works a lot better if you know the magic incantations to make it work

>> No.9231679 [View]
File: 187 KB, 1252x898, changed page.jpg [View same] [iqdb] [saucenao] [google]
9231679

>>9230741
Thanks 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)

Navigation
View posts[+24][+48][+96]