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

If you're on a mobile browser, paste this into the address bar:

    javascript:document.write('<table>' + [...document.querySelectorAll('.fatitem table .athing')].map(el => ({place: el.textContent.trim(), score: parseInt(el.nextSibling.textContent)})).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>')


That doesn't seem to work on Firefox for Android, sadly


It doesn't seem to be supported. Ironic that the bookmarklet was invented by them.

It works on Chrome for Android.


Sometimes the browser will remove the leading 'javascript'. In that case, type it back in.




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

Search: