Kamis, 01 Agustus 2019

Show HN: Hacker News hacked, one liner to sort HN feed by comment count https://ift.tt/318rFTw

Show HN: Hacker News hacked, one liner to sort HN feed by comment count I prepared a nice snippet that interactively sorts HN news feed on the main page https://ift.tt/ZHycRP. Works on Chrome. Check this out! $$('.athing, .athing + tr').map((tr, i, all) => [tr, all[i+1]]).filter(a => a[0].className === 'athing').map(all => [all, parseInt(($$('a', all[1])[3] || {innerText:'0'}).innerText.split(' ')[0]) || -1]).sort((a,b) => a[1] - b[1]).forEach(all => $$('table.itemlist tbody')[0].prepend(all[0][1]) || $$('table.itemlist tbody')[0].prepend(all[0][0]) ) August 1, 2019 at 02:21AM

Tidak ada komentar: