currently rocking 666 users... https://oj-hn.com
Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
51–60 of 148 posts
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#52Have you considered modifying it to trigger on every HNews click as well as with as manually triggered? As it is now it leaks browser URLs + query string + fragments to hn.algolia.com since it queries it on every single page you visit. At the very least it might be good to sanitize the queries by restricting to origin + path?
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#53Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#54The mobile default seems important here: opening the panel collapsed, then preserving its size per site, could keep the first article read predictable while retaining quick access to the discussion.
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#55My use case, even on phone:
View HN
Right click link to open in new tab OR: tap/hold a link then open I a new window.
What problem is this solving?
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#56Firefox has a new Split View that's useful for this, but you still have to left click and select open in split view (M) then click the link. You also used to be able on some browsers to craft a link that was href="tab1.html|tab2.html", no idea if that's still a thing or if it was limited to "home page" setting.
If any of those vim extensions support link+split, and allow interaction with splits that would be even better.
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#57I don't understand the problem space. Meaning I don't understand what this solves. My use case, even on phone: View HN Right click link to open in new tab OR: tap/hold a link then open I a new window. What problem is this solving?
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#58Firefox has a new Split View that's useful for this, but you still have to left click and select open in split view (M) then click the link. You also used to be able on some browsers to craft a link that was href="tab1.html|tab2.html", no idea if that's still a thing or if it was limited to "home page" setting.
Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#59Re: Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
#60That said, in case it helps anyone else, my usual flow is to middle-click (by clicking my mouse wheel) both the link and the comments link which opens each in a new background tab (at least in Chrome). Hopefully that's lower-friction than what you were doing with the two tabs.