Browser: Difference between revisions

From 太極
Jump to navigation Jump to search
 
(57 intermediate revisions by the same user not shown)
Line 2: Line 2:


= Lightweight Web Browsers =
= Lightweight Web Browsers =
* [https://en.m.wikipedia.org/wiki/Comparison_of_lightweight_web_browsers Comparison of lightweight web browsers]
* [https://www.makeuseof.com/best-lightweight-web-browsers-linux/ The 7 Best Lightweight Web Browsers for Linux]. Pale Moon, Midori, Otter Browser, Netsurf (included in [https://clonezilla.org/ Clonezilla] using [http://fluxbox.org/ Fluxbox WM]), Vivaldi, Opera, GNOME Web
* [https://www.makeuseof.com/best-lightweight-web-browsers-linux/ The 7 Best Lightweight Web Browsers for Linux]. Pale Moon, Midori, Otter Browser, Netsurf (included in [https://clonezilla.org/ Clonezilla] using [http://fluxbox.org/ Fluxbox WM]), Vivaldi, Opera, GNOME Web
* [https://www.makeuseof.com/best-browsers-old-low-end-computers/ The 7 Best Browsers for Old and Low-End Computers]. K-Meleon, Falkon, Pale Moon, Lunascape Orion, UR Browser, SeaMonkey, Slim Browser
* [https://www.makeuseof.com/best-browsers-old-low-end-computers/ The 7 Best Browsers for Old and Low-End Computers]. K-Meleon, Falkon, Pale Moon, Lunascape Orion, UR Browser, SeaMonkey, Slim Browser
* (12/17/2022). Tested by visiting bing.com. Pale Moon is the lightest (200MB). Midori 360MB. Both are installed by '''apt''' command and tested in antiX. The Dillo browser has a strange format.
= Privacy-focused browsers =
* [https://www.makeuseof.com/browser-alternatives-for-privacy-concerns/ 5 Browser Alternatives to Ease Privacy Concerns]
** Brave
** LibreWolf
** DuckDuckGo
** Bromite
** Tor
* [https://www.pcworld.com/article/2260814/security-browser-comparison-which-is-the-best.html Beyond Chrome: Switch to these 6 obscure browsers for better security]
** Duckduckgo Browser
** Ghostery Private Browser
** Brave: The classic security browser
** LibreWolf Browser. LibreWolf is another version of Firefox that is optimized for data protection. The adblocker Ublock Origin is pre-installed and active.
** The Norton browser
== DuckDuckGo ==
[https://www.makeuseof.com/use-duckduckgo-browser-windows/ How to Use DuckDuckGo's Browser on Windows]
== Telemetry ==
* https://en.wikipedia.org/wiki/Telemetry
* [https://stackify.com/telemetry-tutorial/ What Is Telemetry? How Telemetry Works, Benefits of Telemetry, Challenges, Tutorial, and More]
* Firefox collects telemetry data by default to help improve the performance and stability of Firefox. [https://support.mozilla.org/en-US/kb/telemetry-clientid Telemetry collection and deletion]


= Firefox =
= Firefox =
Line 9: Line 33:
* [https://linuxconfig.org/how-to-install-uninstall-and-update-firefox-on-ubuntu-18-04-bionic-beaver-linux How to install, uninstall and update Firefox on Ubuntu 18.04 Bionic Beaver Linux]
* [https://linuxconfig.org/how-to-install-uninstall-and-update-firefox-on-ubuntu-18-04-bionic-beaver-linux How to install, uninstall and update Firefox on Ubuntu 18.04 Bionic Beaver Linux]
* [https://www.linuxuprising.com/2019/12/how-to-install-latest-firefox-non-esr.html?m=1 How To Install The Latest Firefox (Non-ESR) On Debian 10 Buster (Stable) Or Bullseye (Testing)]
* [https://www.linuxuprising.com/2019/12/how-to-install-latest-firefox-non-esr.html?m=1 How To Install The Latest Firefox (Non-ESR) On Debian 10 Buster (Stable) Or Bullseye (Testing)]
== Wifi portal detection ==
http://detectportal.firefox.com/canonical.html. See [https://support.mozilla.org/en-US/kb/captive-portal Captive portal detection].


== Tor ==
== Tor ==
Line 16: Line 43:
* [https://www.mozilla.org/en-US/firefox/all/#product-desktop-esr Download]
* [https://www.mozilla.org/en-US/firefox/all/#product-desktop-esr Download]
* [https://itigic.com/differences-between-firefox-and-firefox-esr/ Differences Between Firefox and Firefox ESR: Which Browser to Download]
* [https://itigic.com/differences-between-firefox-and-firefox-esr/ Differences Between Firefox and Firefox ESR: Which Browser to Download]
== Firefox Nightly ==
[https://www.makeuseof.com/firefox-nightly-install-debian-ubuntu-how/ How to Install Firefox Nightly on Debian and Ubuntu]


== Pale Moon ==
== Pale Moon ==
* https://www.palemoon.org/
* https://www.palemoon.org/
* [https://linux.palemoon.org/help/installation/ Installation and Uninstallation]
* [https://linux.palemoon.org/help/installation/ Installation and Uninstallation]
== Librewolf ==
* [https://en.wikipedia.org/wiki/LibreWolf LibreWolf, a privacy-focused web browser]
* [https://www.linuxcapable.com/install-librewolf-on-ubuntu-linux/ How to Install LibreWolf on Ubuntu 22.04 or 20.04].


= Waterfox =
= Waterfox =
Line 27: Line 61:


= Chrome or [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium] =
= Chrome or [https://en.wikipedia.org/wiki/Chromium_(web_browser) Chromium] =
The browser engine is Blink
* The browser engine is Blink
 
* Download link: https://www.chromium.org/getting-involved/download-chromium/. Click the first link and it'll show the build reversion number.
[https://www.linuxuprising.com/2020/12/chromium-and-ungoogled-chromium-web.html Chromium And Ungoogled Chromium Web Browsers Are Now Available On Flathub]
* Install from ubuntu repository. '''sudo apt-get install chromium-browser''' To launch it, type '''chromium-browser'''.
 
* Install the latest version of chromium.
Install from ubuntu repository. '''sudo apt-get install chromium-browser''' To launch it, type '''chromium-browser'''.
:<syntaxhighlight lang='bash'>
 
Install the latest version of chromium.
<syntaxhighlight lang='bash'>
sudo apt install curl git
sudo apt install curl git
git clone https://github.com/scheib/chromium-latest-linux.git
git clone https://github.com/scheib/chromium-latest-linux.git
Line 43: Line 74:
./run.sh
./run.sh
</syntaxhighlight>
</syntaxhighlight>
Note that the chromium program is not in the global environment. That's why we use '''run.sh''' to launch chromium.
:Note that the chromium program is not in the global environment. That's why we use '''run.sh''' to launch chromium.
* Arch linux
:<syntaxhighlight lang='bash'>
sudo pacman -Syu
sudo pacman -S chromium
</syntaxhighlight>
 
== Password/Keyring storage ==
* [https://superuser.com/a/995367 Disable kwallet popups from chrome]
:<syntaxhighlight lang='bash'>
chromium --password-store=basic
chromium  --password-store=kwallet5 # or --password-store=detect
</syntaxhighlight>
* [https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux/password_storage.md Linux Password Storage]


== Share a link ==
== Share a link ==
* From PC or Phone: Share -> Send To Your Devices
* From PC or Phone: Share -> Send To Your Devices
* From PC: Create a QR Code. Phone: Camera to scan the QR code
* From PC: Create a QR Code. Phone: Camera to scan the QR code
* From Phone: Create a QR Code file. PC: Use a Chrome extension (like [https://chrome.google.com/webstore/detail/qr-code-reader-for-google/gmloihcgbhbonllenincdakeijmikcne?hl=en QR Code Reader for Google Chrome™]) to scan the QR code.
* From Phone: Create a QR Code file. PC: Use a Chrome extension (like [https://chrome.google.com/webstore/detail/qr-code-reader-for-google/gmloihcgbhbonllenincdakeijmikcne?hl=en QR Code Reader for Google Chrome™]) or an online tool (eg [https://4qrcode.com/scan-qr-code.php 4qrcode], [https://qrscanner.org/ QRscanner]) to scan the QR code.


== Proxy ==
== Proxy ==
Line 65: Line 109:


== Electron ==
== Electron ==
[https://www.cloudsavvyit.com/1585/electron-can-bring-your-web-app-to-the-desktop-heres-how-to-get-started/ Electron Can Bring Your Web App to the Desktop. Here’s How to Get Started]
* [https://www.cloudsavvyit.com/1585/electron-can-bring-your-web-app-to-the-desktop-heres-how-to-get-started/ Electron Can Bring Your Web App to the Desktop. Here’s How to Get Started]
*  [https://en.wikipedia.org/wiki/Electron_%28software_framework%29 Electron] is based on Google’s open-source Chromium project. Electron combines Chromium and Node.js into a single runtime, allowing developers to build desktop applications using web technologies.
* RStudio does use Electron in its source code. [https://support.posit.co/hc/en-us/articles/5773239924375-RStudio-Electron-Preview-Release-Notes RStudio Electron Preview Release Notes].


= Microsoft Edge =
= Microsoft Edge =
Edge has a pretty neat trick up its sleeve here—you can use the “Read Aloud” feature to have the entire article read aloud to you using natural sounding voices
<ul>
<li>PPA
* [https://linuxways.net/ubuntu/how-to-install-microsoft-edge-browser-on-ubuntu-20-04/ How to Install Microsoft Edge Browser on Ubuntu 20.04].
* https://www.ubuntuupdates.org/ppa/microsoft_edge . This site shows the latest edge version.
{{Pre}}
sudo sh -c 'echo "deb [arch=amd64] http://packages.microsoft.com/repos/edge/ stable main" >> /etc/apt/sources.list.d/microsoft_edge.list'
sudo apt update
sudo apt install microsoft-edge-stable
</pre>
 
<li>Edge has a pretty neat trick up its sleeve here—you can use the “Read Aloud” feature to have the entire article read aloud to you using natural sounding voices
<li>[https://www.makeuseof.com/microsoft-edge-flags-supercharge-browsing/ 7 Microsoft Edge Flags to Supercharge Your Browsing Experience]
<li>To uninstall it in Ubuntu, first search the package name by '''dpkg --get-selections  | grep edge'''. Then use ''sudo apt remove XXX'' to remove it.
</ul>
 
== AI ==
* [https://www.microsoft.com/en-us/edge/features/ai Your AI-Powered Browser]
* [https://www.makeuseof.com/how-to-use-bing-image-creator-ai-art/ How to Use Bing Image Creator to Make AI Art]


[https://www.makeuseof.com/microsoft-edge-flags-supercharge-browsing/ 7 Microsoft Edge Flags to Supercharge Your Browsing Experience]
== Drop ==
* On Linux, it shows "Open" icon. Files are automatically saved in ~/Downloads/MicrosoftEdgeDropFiles/Default folder.
* On Android, it shows "Download" icon. If I downloaded the shared file, the icon was changed to "Open". Files are saved in '''Android/Data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/ '''; see [https://techwiser.com/how-to-share-files-using-edge-browsers-drop-feature/ How to Share Files Using Edge Browser’s Drop Feature].
** For my Samsung tablet (Android 13) device, the directory shown on Debian 11 desktop is '''mtp://SAMSUNG_SAMSUNG_Android_xxx/Internal%20storage/Android/data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/Default'''.
** For Boox Note Air, I need to use the '''BooxDrop''' app. Internal '''Storage/Android/data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/Default'''.
* Every file that you share with Microsoft Edge will be stored by OneDrive in a folder named Microsoft Edge Drop Files; see [https://www.makeuseof.com/edge-share-files-between-devices/ How to Share Files Between Devices Using Microsoft Edge]. If we delete files in Drop, the files will be removed from OneDrive (& my Samsung table device) too. But the files won't be deleted from Linux desktop according to my observation.


To uninstall it in Ubuntu, first search the package name by '''dpkg --get-selections  | grep edge'''. Then use ''sudo apt remove XXX'' to remove it.
== Android ==
* The standard Edge browser and Bing browser on Boox devices only support the phone device look and feel
* '''Edge Beta''', '''Edge Canary''' & '''Edge Dev''' support the tablet device look and feel on Boox devices
** Edge Beta is a preview channel that allows users to test new and upcoming features for the browser. It has mostly stable features to test out at the cost of being behind Edge Canary and Dev. You can install Edge Beta alongside the generally released version of Edge and other preview versions of the app
** Edge Canary is a preview channel that offers the most cutting-edge features for the browser. It is ''updated daily'' with new features and bug fixes, but it may be less stable than other preview channels.
** Edge Dev is a preview channel that offers more experimental features for the browser. It is ''updated weekly'' with new features and bug fixes, but it may be less stable than other preview channels.


= Vivaldi =
= Vivaldi =
Based on Chromium.
* Based on Chromium.
 
[https://www.pcworld.com/article/696762/6-reasons-to-quit-chrome-and-switch-to-vivaldi-browser.html 6 reasons to quit Chrome and switch to Vivaldi, the enthusiast’s browser]. 1) Privacy and ad blocking, 2) The side panel, 3) Tabs 4) Built-in mail and calendar 5) Speed Dial 6) Bottom nav bar controls.


[https://lifehacker.com/block-ads-and-tracking-with-vivaldis-new-built-in-brows-1843006826 Block Ads and Tracking With Vivaldi's New Built-In Browser Settings] April 2020. But the default does not enable the option: “Block ads and trackers”. After I select this option, it works.
* [https://www.pcworld.com/article/696762/6-reasons-to-quit-chrome-and-switch-to-vivaldi-browser.html 6 reasons to quit Chrome and switch to Vivaldi, the enthusiast’s browser]. 1) Privacy and ad blocking, 2) The side panel, 3) Tabs 4) Built-in mail and calendar 5) Speed Dial 6) Bottom nav bar controls.


A sidebar provides a place to quickly access your bookmarks, downloads, and history. Less standard is the built-in ability to write and save notes, also available in the sidebar.
* [https://vivaldi.com/blog/view-multiple-web-pages-side-by-side-no-extensions/ How to view multiple web pages side by side – no extensions]
** [https://www.microsoft.com/en-us/edge/features/split-screen?form=MT00D8 Edge] also supports screen split.


While cool, Vivaldi is also a proprietary browser.
* A sidebar provides a place to quickly access your bookmarks, downloads, and history. Less standard is the built-in ability to write and save notes, also available in the sidebar.


The proxy setting is not found in the latest version. [https://forum.vivaldi.net/topic/8100/vivaldi-proxy-settings/4 To use it],  
* While cool, Vivaldi is also a proprietary browser.
<pre>
* The proxy setting is not found in the latest version. [https://forum.vivaldi.net/topic/8100/vivaldi-proxy-settings/4 To use it],  
:<syntaxhighlight lang='bash'>
$ vivaldi --proxy-server="127.0.0.1:8118"
$ vivaldi --proxy-server="127.0.0.1:8118"
</pre>
</syntaxhighlight>
 
* To uninstall it, open the package manager to remove it.
To uninstall it, open the package manager to remove it.
* On Android, when I visited howotogeek.com, the website displayed "Something went wrong. Please disable your blocker on How-To Geek". So I can't view the website (Brave has no problem).
 
** Some websites can detect ad blockers on the Vivaldi browser but not on the Brave browser due to differences in how these browsers handle ad blocking.
There are many unique/interesting [https://vivaldi.com/features/ features] that are not available in other browsers.
** The Brave browser uses a feature called '''Brave Shields''' to block third-party ads, trackers, and autoplay videos3. This feature is built into the browser and works seamlessly with most websites.
* To search using google, type "g keyword". To search using bing, type "b keyword".
** On the other hand, Vivaldi uses '''lists''' to block ads. Some websites have mechanisms to detect such lists and can therefore identify when Vivaldi’s ad blocker is being used. This can lead to the website asking the user to disable their ad blocker before they can access the content.
* To add a web panel, click the "+" sign and enter an URL. It's best the website is targeted for mobile devices like twitter.
** [https://www.ghacks.net/2022/09/24/vivaldi-ad-blocker-manifest-v3/ Vivaldi says its ad blocker will continue working even after changes in Manifest V3], [https://forum.vivaldi.net/topic/65859/ad-blocker-detected-on-some-website Ad-blocker detected on some website].
* We can install any chrome extension; eg adblock. Just go to chrome store to search and add them.
* It has a built-in Note application.
* It can view two websites at the same time. Use shift key to select another tab(s) and right click selecting "Tilt 2 Tabs".
* sync
* screenshot
* Built-in mail, feed reader
* Android


= Opera =
= Opera =
Based on Chromium.
* Based on Chromium.
 
* Like Chrome, Opera is closed source.
Like Chrome, Opera is closed source.
* Ad blocking and Block Pop-ups are turned on. But it seems they are not working:( Tested on iOS.
 
* To enable Desktop mode permanently:  Settings - User Agent - Desktop. This will disable reddit.com for the pop-up message "This page looks better in the app".
Ad blocking and Block Pop-ups are turned on. But it seems they are not working:( Tested on iOS.


= [https://wiki.gnome.org/Apps/Web GNOME Web] =
= [https://wiki.gnome.org/Apps/Web GNOME Web] =
Line 123: Line 188:


= [https://www.brave.com/ Brave] =
= [https://www.brave.com/ Brave] =
https://en.wikipedia.org/wiki/Brave_(web_browser)
* https://en.wikipedia.org/wiki/Brave_(web_browser)
* The browser uses a fork of [https://github.com/electron/electron Electron], called [https://github.com/brave/muon Muon], designed with a focus on browser features. For example, it has support for Chrome extensions, and a higher level of security.
* [https://www.reviewgeek.com/44541/privacy-focused-brave-browser-caught-sneaking-in-cryptocurrency-affiliate-links/ Privacy-Focused Brave Browser Caught Sneaking In Cryptocurrency Affiliate Links]
* [https://askubuntu.com/a/1250197 How do I remove Brave completely?]
* Brave browser can [https://www.reddit.com/r/assholedesign/comments/i6wg2o/how_to_get_past_this_stupid_paywall_for/ get past this stupid paywall].
* [https://www.makeuseof.com/what-is-brave-talk/ What Is Brave Talk and How Do You Use It?]
* [https://www.howtogeek.com/778067/how-to-purge-crypto-from-the-brave-browser/ How to Purge Crypto From the Brave Browser],
* [https://www.makeuseof.com/brave-disable-crypto-features/ How to Disable Crypto-Related Features in Brave]
* [https://community.brave.com/t/youtube-site-is-not-showing-1080p-and-higher-resolution-on-ipad-pro/251905 Youtube site is not showing 1080p and higher resolution on ipad pro]. Going to Setting > Playlist and disabling the “Web Compatibility” toggle worked for me.
* [https://lifehacker.com/change-these-settings-to-make-the-brave-browser-even-mo-1848763348 Change These Settings to Make the Brave Browser Even More Private]
* [https://support.brave.com/hc/en-us/articles/360021218111-How-do-I-set-up-Sync- Set up sync]
* [https://www.pcworld.com/article/1917056/braves-forgetful-browsing-mode-blocks-first-party-tracking.html Brave’s ‘Forgetful Browsing’ mode blocks first-party tracking] 5/15/2023


The browser uses a fork of [https://github.com/electron/electron Electron], called [https://github.com/brave/muon Muon], designed with a focus on browser features. For example, it has support for Chrome extensions, and a higher level of security.
== Access News Articles for Free ==
* [https://www.wikihow.com/Access-News-Articles-for-Free Access News Articles for Free: A Guide to Unlocking Paywalls]
* [https://lifehacker.com/how-to-get-past-a-paywall-to-read-an-article-for-free-1847800292 How to Get Past a Paywall to Read an Article for Free]
* [https://addons.mozilla.org/en-US/firefox/addon/medium-parser/ Medium parser] Firefox extension by Xatta Trone. OR directly using the URL https://readmedium.com/.


[https://github.com/brave/browser-laptop/issues/3756 Lacks the in-browser proxy] (even version 0.57)
== apt update ==
 
[https://community.brave.com/t/solved-linux-deb-install-gives-error-when-you-apt-update-a-repository/464626 SOLVED: Linux .deb install gives error when you apt update a repository]. To correct this you need to add the architecture parameterarch=amd64 in the deb command. E.g.
[https://www.ithome.com.tw/news/127698 Chromium版隱私瀏覽器Brave 0.57出爐了,要給你Chrome方便性但不回傳資料給Google], [https://www.zdnet.com/article/brave-browser-moves-to-chromium-codebase-now-supports-chrome-extensions/ Brave browser moves to Chromium codebase, now supports Chrome extensions] Dec 2018
{{Pre}}
 
deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main
It is slow to scroll R code chunks of an HTML file obtained from kitting an R markdown book (macOS, version 1.0.1).
</pre>
 
Test pages: [https://www.dummies.com/programming/r/how-to-work-with-scales-in-a-ggplot2-in-r/ How to Work with Scales in a ggplot2 in R]
 
[https://www.reviewgeek.com/44541/privacy-focused-brave-browser-caught-sneaking-in-cryptocurrency-affiliate-links/ Privacy-Focused Brave Browser Caught Sneaking In Cryptocurrency Affiliate Links]
 
[https://askubuntu.com/a/1250197 How do I remove Brave completely?]
 
Brave browser can [https://www.reddit.com/r/assholedesign/comments/i6wg2o/how_to_get_past_this_stupid_paywall_for/ get past this stupid paywall].
 
[https://lifehacker.com/how-to-get-past-a-paywall-to-read-an-article-for-free-1847800292 How to Get Past a Paywall to Read an Article for Free]
 
[https://www.makeuseof.com/what-is-brave-talk/ What Is Brave Talk and How Do You Use It?]
 
[https://www.howtogeek.com/778067/how-to-purge-crypto-from-the-brave-browser/ How to Purge Crypto From the Brave Browser], [https://www.makeuseof.com/brave-disable-crypto-features/ How to Disable Crypto-Related Features in Brave]
 
[https://community.brave.com/t/youtube-site-is-not-showing-1080p-and-higher-resolution-on-ipad-pro/251905 Youtube site is not showing 1080p and higher resolution on ipad pro]. Going to Setting > Playlist and disabling the “Web Compatibility” toggle worked for me.
 
[https://lifehacker.com/change-these-settings-to-make-the-brave-browser-even-mo-1848763348 Change These Settings to Make the Brave Browser Even More Private]


= [http://midori-browser.org/ Midori] =
= [http://midori-browser.org/ Midori] =
Line 156: Line 217:
QupZilla is a new and very fast QtWebEngine browser. It aims to be a ''lightweight'' web browser available through all major platforms.
QupZilla is a new and very fast QtWebEngine browser. It aims to be a ''lightweight'' web browser available through all major platforms.


[https://en.wikipedia.org/wiki/Falkon Wikipedia]. Download: only Windows and Linux binaries are available.
[https://en.wikipedia.org/wiki/Falkon Wikipedia]. Download: only Windows and Linux binaries (apt, flatpak, snap) are available. Testing version 3.1.0 on Debian, it works fine. It included Adblock by default. It seems Falkon and Firefox-esr (extended support release) use about the same amount of memory from my testing (~240MB for one tab) according to System Monitor.


When I tested Falkon-3.0.1.AppImage - for 64-bit Linux on Mint 18.3, it gives an error <pre>10:39AM ~/Downloads$ ./Falkon-3.0.1.AppImage
= EinkBro =
QApplication: invalid style override passed, ignoring it.
* [https://www.reddit.com/r/Onyx_Boox/comments/11g3ote/some_new_features_of_einkbro_app_v9220/ Some new features of EinkBro App (v9.22.0)] Mar 2023
Could not find QtWebEngineProcess
* It allows to increase/decrease font size for a page (Safari on iOS can also do that).
</pre>


= Text browser =
= Text browser =
Line 181: Line 241:
** o: option screen
** o: option screen
** If you want to always accept or reject cookies, edit ~/.lynxrc file to set '''accept_all_cookies=TRUE'''
** If you want to always accept or reject cookies, edit ~/.lynxrc file to set '''accept_all_cookies=TRUE'''
* In one instance the html contains Chinese characters, w3m just give GC error. I need to close the terminal. However, lynx works well.  sudo apt install lynx  
* In one instance the html contains Chinese characters, w3m just give GC error. I need to close the terminal. However, lynx works well.  sudo apt install lynx
* lynx supports mouse-selection while w3m does not (tested on Debian 11).
* Change the background color. [http://thomaswagnernielsen.com/2009/04/17/how-to-change-background-color-in-lynx/ How To Change Background Color In Lynx]. '''sudo nano /etc/lynx/lynx.lss'''. Comment out the 2 lines
<pre>
normal: normal: lightgray:black
default: normal: white:black
</pre>


== w3m ==
== w3m ==
Line 204: Line 270:


== Links ==
== Links ==
* http://links.twibright.com/. It can run in graphical mode.
* http://pcworld.com/article/3196428/linux/why-installing-a-text-mode-web-browser-is-a-good-idea.html
* http://pcworld.com/article/3196428/linux/why-installing-a-text-mode-web-browser-is-a-good-idea.html
* http://links.twibright.com/user_en.html
** Links can be run in a graphical mode if you want, by running links with '''links -g'''. However, the graphical mode will require starting a display server like X.
* [https://www.fosslinux.com/49619/open-source-terminal-web-browsers.htm The 7 best open-source terminal web browsers] 12/6/2021
* https://en.wikipedia.org/wiki/Links_%28web_browser%29
* https://en.wikipedia.org/wiki/Links_%28web_browser%29
== Browsh ==
* Browsh. Require Firefox.
* [https://www.tecmint.com/browsh-text-web-browser-for-linux/ Browsh] – A Modern Text Browser That Play Videos and Everything
== carbonyl ==
https://github.com/fathyb/carbonyl. Chromium running inside your terminal. It supports pretty much all Web APIs including WebGL, WebGPU, audio and video playback (like Youtube), animations, etc.
<pre>
$ npm install --global carbonyl
added 5 packages, and audited 5 packages in 11s
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 7.0.15 -> 9.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.8.1
npm notice Run npm install -g [email protected] to update!
npm notice
$ whereis carbonyl
carbonyl: /home/$USER/.nvm/versions/node/v15.4.0/bin/carbonyl
</pre>


= Misc =
= Misc =
== User agent ==
== User agent ==
[https://www.makeuseof.com/tag/trick-websites-changing-user-agent-chrome/ How to Change Your Browser’s User Agent and Trick Websites]
* [https://www.makeuseof.com/tag/trick-websites-changing-user-agent-chrome/ How to Change Your Browser’s User Agent and Trick Websites]
* [https://platform.openai.com/docs/gptbot GPTBot].
** [https://www.searchenginejournal.com/openai-launches-gptbot-how-to-restrict-access/493394/ OpenAI Launches GPTBot With Details On How To Restrict Access]
** [https://www.searchenginejournal.com/how-to-block-chatgpt-from-using-your-website-content/478384/ How to Block OpenAI ChatGPT From Using Your Website Content].


== Hard refresh ==
== Text font size ==
[https://www.makeuseof.com/hard-refresh-browser/ How to Hard Refresh Your Browser]
* [https://www.howtogeek.com/444164/how-to-make-website-text-larger-on-android/ How to Make Website Text Larger on Android]
* '''EinkBro''' rocks!
* On '''Chrome''' - Settings - Accessibility -
** '''Show zoom option in main menu'''. After enabling it, go to 3 dots and we should see a '''Zoom''' option. Clicking on it and we should see a minus & plus controls at the bottom.
** Force enable zooom
* '''Vivaldi''' is very similar to Chrome. [https://help.vivaldi.com/android/android-appearance/zoom-options-on-mobile-devices/ Zoom options on mobile devices].
* Edge browser has no this option?
* On Brave, Settings - Accessibility - Simplified view for web pages (Get notified when an article can be shown in simplified view). If it prompts me to view the page, I can use fingers to zoom in and it will increase the text font size. Not reliable.


Shift + F5. This will force the web browser to discard what it already has in the cache and to download the latest version of the site.
== Hard refresh cache ==
* [https://www.makeuseof.com/hard-refresh-browser/ How to Hard Refresh Your Browser]
* [https://www.raymond.cc/blog/refresh-webpage-with-soft-or-hard-reload-in-web-browsers/ Refresh Webpage with Soft or Hard Reload in Web Browsers]. As for hard refresh, it is a method to force the web browser to fetch all of the files again ignoring the '''expiration time''' and bypassing the '''local cache'''.
* A hard refresh clears the browser’s cache for a specific page, forcing it to load the most recent version that includes changes to '''style-sheets''' or other '''javascript scripts'''.
* [https://www.quora.com/What-is-hard-refresh-How-do-you-do-a-hard-refresh-in-a-browser What is hard refresh? How do you do a hard refresh in a browser?] Once the '''chrome dev tools''' are open, just right click on the refresh button and a menu will drop down. This menu gives you the option of doing a
** Normal Reload
** '''Hard Reload'''
** '''Empty Cache and Hard Reload'''
* [https://www.hexnode.com/mobile-device-management/help/how-to-clear-cache-and-hard-reload-browsers/ How to Clear Cache and Hard Reload Browsers]
* How to do a hard refresh
** Ctrl/Cmd + F5/refresh button
** Shift + Ctr/Cmd + R


== How to clear cache ==
== How to clear cache ==
Line 223: Line 334:
* [https://lifehacker.com/how-to-use-your-browsers-reader-mode-to-actually-read-w-1847480062 How to Use Your Browser's 'Reader Mode' to Actually Read What You Click]
* [https://lifehacker.com/how-to-use-your-browsers-reader-mode-to-actually-read-w-1847480062 How to Use Your Browser's 'Reader Mode' to Actually Read What You Click]
* [https://www.makeuseof.com/how-to-set-up-microsoft-edge-read-aloud/ How to Set Up and Manage the Read Aloud Feature in Microsoft Edge]
* [https://www.makeuseof.com/how-to-set-up-microsoft-edge-read-aloud/ How to Set Up and Manage the Read Aloud Feature in Microsoft Edge]
* Firefox [https://addons.mozilla.org/en-US/firefox/addon/read-aloud/ Read Aloud by LSD software]


== Ads: pixels ==
== Ads: pixels ==
Line 231: Line 343:
* Firefox: See the [https://support.mozilla.org/en-US/questions/1219653 Storage] tab.
* Firefox: See the [https://support.mozilla.org/en-US/questions/1219653 Storage] tab.
* [https://www.reddit.com/r/crossword/comments/dqtnca/my_automatic_nyt_crossword_downloading_script/ My automatic NYT crossword downloading script]
* [https://www.reddit.com/r/crossword/comments/dqtnca/my_automatic_nyt_crossword_downloading_script/ My automatic NYT crossword downloading script]
* [https://www.makeuseof.com/google-chrome-cookie-editor-extensions/ The 5 Best Cookie Editor Extensions for Google Chrome]
* [https://www.pcworld.com/article/1816983/this-one-brave-feature-sold-me-on-the-whole-browser.html This one Brave feature sold me on the whole browser] 5/11/2023


== How to Browse the Internet Anonymously ==
== How to Browse the Internet Anonymously ==
[https://www.rd.com/article/anonymous-search-without-tracking/ How to Browse the Internet Anonymously]
[https://www.rd.com/article/anonymous-search-without-tracking/ How to Browse the Internet Anonymously]
== Hide geolocation on browsers ==
[https://www.makeuseof.com/tag/disable-fake-location-firefox-internet-explorer-chrome/ How to Hide or Fake Your Location in Chrome, Firefox, and Microsoft Edge]


== Anonymous Web Browsers That Are Completely Private ==
== Anonymous Web Browsers That Are Completely Private ==
Line 245: Line 362:
** [https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_JavaScript_within_a_webpage Use JavaScript within a webpage]
** [https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_JavaScript_within_a_webpage Use JavaScript within a webpage]
** [https://stackoverflow.com/questions/38935941/how-to-i-find-javascript-source-in-web-page How to I find JavaScript source in web page?]
** [https://stackoverflow.com/questions/38935941/how-to-i-find-javascript-source-in-web-page How to I find JavaScript source in web page?]
* Extension [https://en.wikipedia.org/wiki/NoScript NoScript] by Hackademix. Disables all scripts such as Flash, Java, JavaScript and other executable content on a web page. It enables you to create a whitelist of trusted websites, like your bank, but takes getting used to.


== Hidden browser games ==
== Hidden browser games ==
Line 251: Line 369:
== Browse the Web Without a Mouse ==
== Browse the Web Without a Mouse ==
[https://www.makeuseof.com/browse-the-web-without-a-mouse/ 6 Fast Ways to Browse the Web Without a Mouse]
[https://www.makeuseof.com/browse-the-web-without-a-mouse/ 6 Fast Ways to Browse the Web Without a Mouse]
== Download a Browser on Windows Without a Browser ==
[https://www.howtogeek.com/864162/5-ways-to-download-a-browser-on-windows-without-a-browser/ 5 Ways to Download a Browser on Windows Without a Browser]


== Password manager ==
== Password manager ==

Latest revision as of 11:41, 12 March 2024

Alternative browsers

Lightweight Web Browsers

Privacy-focused browsers

DuckDuckGo

How to Use DuckDuckGo's Browser on Windows

Telemetry

Firefox

Wifi portal detection

http://detectportal.firefox.com/canonical.html. See Captive portal detection.

Tor

3 Ways Of Installing Tor Browser On Linux

Firefox ESR

Firefox Nightly

How to Install Firefox Nightly on Debian and Ubuntu

Pale Moon

Librewolf

Waterfox

https://www.waterfox.net/, wikimedia

Waterfox supports extensions from the Chrome Web Store, Firefox add-on store and the Opera Extensions store.

Chrome or Chromium

  • The browser engine is Blink
  • Download link: https://www.chromium.org/getting-involved/download-chromium/. Click the first link and it'll show the build reversion number.
  • Install from ubuntu repository. sudo apt-get install chromium-browser To launch it, type chromium-browser.
  • Install the latest version of chromium.
sudo apt install curl git
git clone https://github.com/scheib/chromium-latest-linux.git
cd chromium-latest-linux
./update-and-run.sh

# next time
./run.sh
Note that the chromium program is not in the global environment. That's why we use run.sh to launch chromium.
  • Arch linux
sudo pacman -Syu
sudo pacman -S chromium

Password/Keyring storage

chromium --password-store=basic
chromium  --password-store=kwallet5 # or --password-store=detect

Share a link

  • From PC or Phone: Share -> Send To Your Devices
  • From PC: Create a QR Code. Phone: Camera to scan the QR code
  • From Phone: Create a QR Code file. PC: Use a Chrome extension (like QR Code Reader for Google Chrome™) or an online tool (eg 4qrcode, QRscanner) to scan the QR code.

Proxy

chromium-browser --proxy-server="10.130.5.180:3128"
chromium-browser --proxy-server="socks://localhost:4096" # Useful if we use "ssh -D"

Enable hardware acceleration

enable hardware acceleration in chrome / chromium browser [quick tip]

Electron

Microsoft Edge

AI

Drop

  • On Linux, it shows "Open" icon. Files are automatically saved in ~/Downloads/MicrosoftEdgeDropFiles/Default folder.
  • On Android, it shows "Download" icon. If I downloaded the shared file, the icon was changed to "Open". Files are saved in Android/Data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/ ; see How to Share Files Using Edge Browser’s Drop Feature.
    • For my Samsung tablet (Android 13) device, the directory shown on Debian 11 desktop is mtp://SAMSUNG_SAMSUNG_Android_xxx/Internal%20storage/Android/data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/Default.
    • For Boox Note Air, I need to use the BooxDrop app. Internal Storage/Android/data/com.microsoft.emmx/files/Download/MicrosoftEdgeDropFiles/Default.
  • Every file that you share with Microsoft Edge will be stored by OneDrive in a folder named Microsoft Edge Drop Files; see How to Share Files Between Devices Using Microsoft Edge. If we delete files in Drop, the files will be removed from OneDrive (& my Samsung table device) too. But the files won't be deleted from Linux desktop according to my observation.

Android

  • The standard Edge browser and Bing browser on Boox devices only support the phone device look and feel
  • Edge Beta, Edge Canary & Edge Dev support the tablet device look and feel on Boox devices
    • Edge Beta is a preview channel that allows users to test new and upcoming features for the browser. It has mostly stable features to test out at the cost of being behind Edge Canary and Dev. You can install Edge Beta alongside the generally released version of Edge and other preview versions of the app
    • Edge Canary is a preview channel that offers the most cutting-edge features for the browser. It is updated daily with new features and bug fixes, but it may be less stable than other preview channels.
    • Edge Dev is a preview channel that offers more experimental features for the browser. It is updated weekly with new features and bug fixes, but it may be less stable than other preview channels.

Vivaldi

  • Based on Chromium.
  • A sidebar provides a place to quickly access your bookmarks, downloads, and history. Less standard is the built-in ability to write and save notes, also available in the sidebar.
  • While cool, Vivaldi is also a proprietary browser.
  • The proxy setting is not found in the latest version. To use it,
$ vivaldi --proxy-server="127.0.0.1:8118"
  • To uninstall it, open the package manager to remove it.
  • On Android, when I visited howotogeek.com, the website displayed "Something went wrong. Please disable your blocker on How-To Geek". So I can't view the website (Brave has no problem).
    • Some websites can detect ad blockers on the Vivaldi browser but not on the Brave browser due to differences in how these browsers handle ad blocking.
    • The Brave browser uses a feature called Brave Shields to block third-party ads, trackers, and autoplay videos3. This feature is built into the browser and works seamlessly with most websites.
    • On the other hand, Vivaldi uses lists to block ads. Some websites have mechanisms to detect such lists and can therefore identify when Vivaldi’s ad blocker is being used. This can lead to the website asking the user to disable their ad blocker before they can access the content.
    • Vivaldi says its ad blocker will continue working even after changes in Manifest V3, Ad-blocker detected on some website.

Opera

  • Based on Chromium.
  • Like Chrome, Opera is closed source.
  • Ad blocking and Block Pop-ups are turned on. But it seems they are not working:( Tested on iOS.
  • To enable Desktop mode permanently: Settings - User Agent - Desktop. This will disable reddit.com for the pop-up message "This page looks better in the app".

GNOME Web

There are browsers made specifically for Linux, and GNOME Web is the most mature of the bunch.

It looks and feels like a program intended to run on Linux.

Web lacks the kind of extensions you see on Chrome and Firefox (though ad-block does come built-in).

Eolie

Eolie is another browser built specifically for GNOME.

The URL bar shows a site’s title rather than the web address.

Brave

Access News Articles for Free

apt update

SOLVED: Linux .deb install gives error when you apt update a repository. To correct this you need to add the architecture parameterarch=amd64 in the deb command. E.g.

deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main

Midori

Falkon and formally Qupzilla

QupZilla is a new and very fast QtWebEngine browser. It aims to be a lightweight web browser available through all major platforms.

Wikipedia. Download: only Windows and Linux binaries (apt, flatpak, snap) are available. Testing version 3.1.0 on Debian, it works fine. It included Adblock by default. It seems Falkon and Firefox-esr (extended support release) use about the same amount of memory from my testing (~240MB for one tab) according to System Monitor.

EinkBro

Text browser

https://en.wikipedia.org/wiki/Text-based_web_browser

lynx

  • Lynx User Guide
  • What is Lynx, and how do I use it?
  • How and why to use Lynx – the faster web browser
    • g: go to some URL
    • Up/down: up/down
    • Left: back
    • Right: follows a link
    • Q: quit
    • ?: help
    • d: download the file on a link
    • /: search forward. n: forward match. N: backward match.
    • Ctrl-g: abort your connection to a slow or unresponsive link
    • o: option screen
    • If you want to always accept or reject cookies, edit ~/.lynxrc file to set accept_all_cookies=TRUE
  • In one instance the html contains Chinese characters, w3m just give GC error. I need to close the terminal. However, lynx works well. sudo apt install lynx
  • lynx supports mouse-selection while w3m does not (tested on Debian 11).
  • Change the background color. How To Change Background Color In Lynx. sudo nano /etc/lynx/lynx.lss. Comment out the 2 lines
normal: normal: lightgray:black
default: normal: white:black

w3m

It is available in NIH/Biowulf. Works well. It works better than lynx for displaying tables.

sudo apt install w3m w3m-img
  • Shift-B will take you back a page.
  • Shift-U and you’ll get an URL prompt.
  • +/Space: Scroll down a page
  • -: scroll up a page
  • g: Jump to beginning
  • G: Jump to end
  • /,C-s Search forward
  • ?,C-r Search backward
  • n Search next
  • N Search previous
  • Shift-H to view the help page if you want to see a more complete list of keyboard shortcuts.

One cool thing is I can save a file that I can't do with the wget command (if I copy the download link from chrome Downloads), such as the bam file (look at the bottom of the webpage, Output this run in XXX format to Screen/File) from SRA repository.

Links

Browsh

  • Browsh. Require Firefox.
  • Browsh – A Modern Text Browser That Play Videos and Everything

carbonyl

https://github.com/fathyb/carbonyl. Chromium running inside your terminal. It supports pretty much all Web APIs including WebGL, WebGPU, audio and video playback (like Youtube), animations, etc.

$ npm install --global carbonyl

added 5 packages, and audited 5 packages in 11s

found 0 vulnerabilities
npm notice 
npm notice New major version of npm available! 7.0.15 -> 9.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.8.1
npm notice Run npm install -g [email protected] to update!
npm notice 

$ whereis carbonyl
carbonyl: /home/$USER/.nvm/versions/node/v15.4.0/bin/carbonyl

Misc

User agent

Text font size

  • How to Make Website Text Larger on Android
  • EinkBro rocks!
  • On Chrome - Settings - Accessibility -
    • Show zoom option in main menu. After enabling it, go to 3 dots and we should see a Zoom option. Clicking on it and we should see a minus & plus controls at the bottom.
    • Force enable zooom
  • Vivaldi is very similar to Chrome. Zoom options on mobile devices.
  • Edge browser has no this option?
  • On Brave, Settings - Accessibility - Simplified view for web pages (Get notified when an article can be shown in simplified view). If it prompts me to view the page, I can use fingers to zoom in and it will increase the text font size. Not reliable.

Hard refresh cache

How to clear cache

How To Clear Web Browser Cache From Commandline In Linux

Read Aloud

Ads: pixels

How tracking pixels work

Cookies

How to Browse the Internet Anonymously

How to Browse the Internet Anonymously

Hide geolocation on browsers

How to Hide or Fake Your Location in Chrome, Firefox, and Microsoft Edge

Anonymous Web Browsers That Are Completely Private

4 Free Anonymous Web Browsers That Are Completely Private

How to Disable the Pop-Up Blocker in Chrome, Firefox, Edge, and Safari

How to Disable the Pop-Up Blocker in Chrome, Firefox, Edge, and Safari

Javascript

Hidden browser games

How to Unlock Hidden Browser Games in Edge, Firefox and Chrome. Go to chrome://dino on chrome browser.

Browse the Web Without a Mouse

6 Fast Ways to Browse the Web Without a Mouse

Download a Browser on Windows Without a Browser

5 Ways to Download a Browser on Windows Without a Browser

Password manager

Should You Pay for a Password Manger?

Translate

6 Ways to Translate Any Webpage You Visit

bing search glitch

Cursor moves to end of text when searching with Bing in Safari. The solution does not work:<