Live data from Hacker News

Two lines of CSS that will improve HN on mobile (IMO)

tdinh.notion.site

41–50 of 163 posts

Re: Two lines of CSS that will improve HN on mobile (IMO)

#41

The technical state of Hacker News front-end is an embarrassment.

not really? looks good, functions well. slightly awkward on mobile since the text is small. very fast, loads on all devices, very accessible because of good document structure. you could reasonably browse HN on a text-only terminal.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#42
post #21

About "Bookmarklets" (custom javascript one can call on a current page): -- a good starting guide is at https://www.freecodecamp.org/news/what-are-bookmarklets/ -- it's not clear what could be the best method for calling them with a keyboard shortcut (where relevant/applicable), but a few approaches exist: https://superuser.com/questions/387729/creating-hotkeys-in-f... -- it's not clear how to automate applying one s…

> it's not clear how to automate applying one such javascript snippet on each page load of a URL of defined pattern matching - there probably exist at least browser extensions

Userscripts with extensions like tampermonkey.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#47
post #6

Or just use: https://play.google.com/store/apps/details?id=com.simon.harm...

Personally not a fan of using an app to browser something that contains that many links to the web. You're either stuck in the in-app browser (no bookmarks, etc.) or there is a lot of switching between the app and the browser. I have an iOS device. The experience might be better on Android.

I have a rudimentary app wrapper for HN on Android, that just renders HN in a webWiew control but shells out to your default browser for external links.

It was the starting point of my own HN app, but as usual I never finished it.

I'm typing this comment via it, actually.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#48
post #23

Earlier quoted context omitted.

Does mobile Chrome not have extensions? Or you really prefer that solution to uBlock (or whatever)?

It does not. There are alternative mobile. browsers that adblock, however.

Huh. Yes, hence my unfamiliarity with having to do things like that described above ;)
Post reply on HN