Web browsing on Mobian - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Web browsing on Mobian (/showthread.php?tid=11071) Pages:
1
2
|
Web browsing on Mobian - bitnick - 08-18-2020 I just installed Mobian on my Pinephone SD card, and the first application I try out is usually the web browser. As a new user the experience isn't exactly stellar, but after fiddling around a bit I've found some things that takes Firefox some way towards being usable for me. So I thought it would be a good idea to have a thread where we can share our experiences and tips on how to get the best browser experience on Mobian!
How do you browse the internet on Mobian? RE: Web browsing on Mobian - Boern - 08-18-2020 You should be able to disable fullscreen with F11. You can reach the key in the terminal layout. I use qutebrowser. It's fast and has all the features I want. No plugins, but it is highly configurable. I've moved the tab bar to the bottom, removed unneeded clutter and configured an Android user agent. It's meant to be used mainly with the keyboard with vi-like bindings, but it works quite well with the virtual keyboard if you rebind a few shortcuts. Only annoyance is that it mostly does not enter text entry mode when you tap on a text field. But you'll soon have that in your muscle memory. RE: Web browsing on Mobian - bitnick - 08-19-2020 Boern: thanks for your input, I'll have to check out qutebrowser! There's no F11 (no function keys at all) on any of the keyboard layouts as far as I can see? Oh, I need to press the ">_" key to get those keys, now I get it! Thanks! RE: Web browsing on Mobian - Dendrocalamus64 - 08-19-2020 uBlock & uMatrix are written by the same developer, and both are needed for full functionality. uBlock takes up what he calls the "static filtering" part, it's a replacement for AdBlock and an element hider, not NoScript. It will only block site elements that it has a pre-existing rule for in some filter list, and it provides a UI for creating your own filter rules, matching by URL, or by CSS selector for cosmetic filters. uMatrix is the "dynamic" filtering half, performing the functions of NoScript, RequestPolicy and a cookie manager. You can set it to deny everything by default, and then choose what to enable from the categories of cookies, css, images, media, script, XHRs (requests by a script to load content on the fly), frames, and miscellaneous, and from what domains & subdomains the current site should be allowed to load each of these. uMatrix is better than NoScript & RequestPolicy once you get used to it, and has an interface better suited to complex modern sites with a lot of cross-site requests. It does not include some of NoScript's niche extra features, like "ClearClick"; if you actually need those, then you'll need to install NoScript alongside it. As soon as I install uBlock, I turn off & delete the subscriptions to massive third-party filter lists and just use it for creating my own filters to zap things with more resolution that uMatrix allows for. Typically this occurs when you want to block only some scripts or images from a particular origin, while allowing others. RE: Web browsing on Mobian - klick - 08-19-2020 (08-18-2020, 02:54 PM)Boern Wrote: You should be able to disable fullscreen with F11. You can reach the key in the terminal layout.How did you install Qutebrowser? I get an error stating that it is not available. RE: Web browsing on Mobian - Boern - 08-19-2020 (08-19-2020, 12:21 PM)klick Wrote: How did you install Qutebrowser? I get an error stating that it is not available. Normally with the terminal. Code: sudo apt install qutebrowser Maybe you have to update the repos with apt update first. RE: Web browsing on Mobian - dukla2000 - 08-19-2020 (08-19-2020, 12:19 PM)Dendrocalamus64 Wrote: uBlock & uMatrix are written by the same developer, and both are needed for full functionality. Noting the OP mentioned script filtering, I hope my dumb question is pertinent: I load /etc/hosts with MVPS hosts. Does this have the same effect or is script filtering resolving/avoiding a different problem? ps - so far find Firefox the only thing that works for me despite being dog slow to load (speed is great once running). Use scale-to-fit (which is patchy) and User-agent-switcher to keep a desktop flavour as most mobile websites are appalling - specifically I find fleabay mobile unusable! RE: Web browsing on Mobian - wibble - 08-20-2020 (08-19-2020, 02:50 PM)dukla2000 Wrote:Putting things in /etc/hosts is a blunt instrument - you're stopping the browser getting anything from that domain. Tools like uBlock, uMatrix and NoScript are much more selective - you can allow some content types while blocking others, even when they're from the same domain. They also have options for blocking specific undesirable behaviours - check their respective FAQs and documentation for the details.(08-19-2020, 12:19 PM)Dendrocalamus64 Wrote: uBlock & uMatrix are written by the same developer, and both are needed for full functionality.Noting the OP mentioned script filtering, I hope my dumb question is pertinent: I load /etc/hosts with MVPS hosts. Does this have the same effect or is script filtering resolving/avoiding a different problem? RE: Web browsing on Mobian - dukla2000 - 08-20-2020 (08-20-2020, 05:56 AM)wibble Wrote: Putting things in /etc/hosts is a blunt instrument - ... Tools like uBlock, uMatrix and NoScript are much more selective ...Thanks RE: Web browsing on Mobian - klick - 08-21-2020 (08-19-2020, 01:56 PM)Boern Wrote:Thank you. I installed the latest OS on my SD and was able to install Qutebrowser via the Software store but it will not run. It gives a "Failed to start with the QtWebkit Backend! error.(08-19-2020, 12:21 PM)klick Wrote: How did you install Qutebrowser? I get an error stating that it is not available. |