Live data from Hacker News

Ask HN: What would you want in an ideal web browser?

news.ycombinator.com

211–220 of 250 posts

Re: Ask HN: What would you want in an ideal web browser?

#211
From top of my head.

Fork of Chromium without:

- all Google things

- Non-browser things like accounts and pdf viewers.

With:

- attempt https if protocol is not provided

- blocking all js unless whitelisted

- blocking all requests to 3rd party domains unless whitelisted

- blocking all attempts to hijack right mouse clicks

- blocking all redirect attempts unless whitelisted

- destruction of all cookies/web storage on start/close unless whitelisted

etc.

Re: Ask HN: What would you want in an ideal web browser?

#214

Earlier quoted context omitted.

I'm not sure what you mean. If this involves "sign in to Chromium" then that seems to involve signing in to Google, and that sort of defeats the purpose. Incidentally, Chromium is what I use for Facebook...and only Facebook, on this particular computer. And signing into Chromium with my Google account seems to me to be a big information leak.

Chrome/chromium has the distinction of user profiles[1]. You can have separate windows have separate profiles (but not separate tabs). This has nothing to do with Google accounts. Each profile has their own 'jail' of chrome resources (cookies/history/tabs/etc). This is really useful when you need multiple persisting sessions while doing web dev or whatever else. [1] https://www.chromium.org/user-experience/multi-prof…

Thanks. The command line can be used to launch Chromium with a specific user profile as described here:

https://superuser.com/questions/377186/how-do-i-start-chrome...

Re: Ask HN: What would you want in an ideal web browser?

#216
post #197

Earlier quoted context omitted.

Well, I think such a service exists: http://www.dailymail.co.uk/sciencetech/article-2715617/The-D...

Thanks for the find. I feel ( from the pics ) this could be done better. And 5 quid for a newspaper!!!!

You're asking for a individually customized newspaper with no ads or classifieds to support it, that probably needs custom editing every "issue" since no automatic formatter will work 100% of the time. I don't think 5 quid is so unreasonable.

Although the service did fold so maybe it was too much.

Re: Ask HN: What would you want in an ideal web browser?

#217
post #124

Earlier quoted context omitted.

If you're using Android, then Firefox supports ad blocking. If you're not using Android…well, that's the choice you made.

Last time I checked ad blocking on Android was quite difficult to set up. It requires root, it runs as a background process, and I need to set up a proxy for each wifi connection. When the adblock process died, the internet connection would stop working completely. I just want an ad blocker in the browser, like on the desktop.

Ad blocking on Android system wide using something like AdAway ranges from easy to impossible depending on the phone but you can install the same ad blocking extensions on mobile Firefox that you have on the desktop without any trouble.

Re: Ask HN: What would you want in an ideal web browser?

#219
post #197

Earlier quoted context omitted.

Thanks for the find. I feel ( from the pics ) this could be done better. And 5 quid for a newspaper!!!!

You're asking for a individually customized newspaper with no ads or classifieds to support it, that probably needs custom editing every "issue" since no automatic formatter will work 100% of the time. I don't think 5 quid is so unreasonable. Although the service did fold so maybe it was too much.

Ads are okay. Classy print ads are classy. 5 quid is way too much. Regardless of how the product is seen internally, 5 quid for what is perceived by the customer as a commodity ( a newspaper ) is too much.

Re: Ask HN: What would you want in an ideal web browser?

#220
post #177
post #103

Per-tab CPU and memory profiling and volume control. Never remove old history items when revisiting a page, but leave the history intact. Treat tabs more like temporary bookmarks (and thus allow bookmark actions to be used with them like search (full-text), (batch) re-naming, arranging in folders, sorting). Notes that can be attached to tabs and to websites. A history of closed tabs. Scripting support with REPL that…

>"Treat tabs more like temporary bookmarks (and thus allow bookmark actions to be used with them like search (full-text), (batch) re-naming, arranging in folders, sorting)." That's an awesome idea, does any browser have that?

Unfortunately, no. The closest one is the Tree Style Tabs extension for Firefox.
Post reply on HN