notes

Things I've written down that I might want to reference later.
Log | Files | Refs | README

commit 6b68540626b02e5b4636858b7007eb851bb2ee51
parent ebcd00ffef36b05b6170593deabe0f988796be33
Author: Robbie D <git@robertdherb.com>
Date:   Thu, 28 Mar 2019 11:02:46 -0500

Notes about a mobile browser. Might expand this into a blog/phlog post.

Diffstat:
mobile-browser.md | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/mobile-browser.md b/mobile-browser.md @@ -0,0 +1,21 @@ +What I Want in a Mobile Browser +------------------------------- + +Created on 2019-03-28 + +It should be capable of displaying the full web, but not required to do so. + +It should have an option like Firefox for Android to display images: +- Always +- Only on WiFi +- Never +Likewise, it should have similar options for javascript and cookies. + +Both of the above options should be able to be set per site. That is, only download images and JS on wifi, but always download everything on example.com domains +It would also be nice to have a temp whitelist: That is, never allow images/js/cookies, but allow them for this session. + +Ad blocking is must + +If images are not being displayed, alt text should be (Firefox absolutely fails in this regard) + +Come to think of it, these things do not apply to just a mobile browser, but to everything. Why is it so difficult to get these options in a browser? If I were smarter, I would do it myself. Maybe it's time to figure out some programming...