Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I posted these:

https://news.ycombinator.com/item?id=30213991

https://news.ycombinator.com/item?id=30215244

Edit (this version subtracts 1 to see the real score and pops open in a new window):

  javascript:open().document.write('<meta name=viewport content="width=device-width, initial-scale=1.0"><table>' + [...document.querySelectorAll('.fatitem table .athing')].map(el => ({place: el.textContent.trim(), score: parseInt(el.nextSibling.textContent) - 1})).sort((a, b) => b.score - a.score || a.place.localeCompare(b.place)).map(e => `<tr><td>${e.place}<td align=right>${e.score}`).join('') + '</table>')


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: