Browser: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 245: Line 245:
== Translate ==
== Translate ==
[https://www.makeuseof.com/ways-to-translate-webpage/ 6 Ways to Translate Any Webpage You Visit]
[https://www.makeuseof.com/ways-to-translate-webpage/ 6 Ways to Translate Any Webpage You Visit]
== bing search glitch ==
[https://answers.microsoft.com/en-us/bing/forum/all/cursor-moves-to-end-of-text-when-searching-with/4be0379d-dde6-4e56-bf85-bb57db9f60bf Cursor moves to end of text when searching with Bing in Safari]. The solution does not work:<

Revision as of 17:15, 5 April 2022

Alternative browsers

Lightweight Web Browsers

Firefox

Tor

3 Ways Of Installing Tor Browser On Linux

Firefox ESR

Pale Moon

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

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.

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.

Share a link

Assuming we have logged in our gmail account in another device, we can click the 'Share this page' icon (next to the bookmark icon) on the URL to share the link to another device.

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

Electron Can Bring Your Web App to the Desktop. Here’s How to Get Started

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

7 Microsoft Edge Flags to Supercharge Your Browsing Experience

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.

Vivaldi

Based on Chromium.

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.

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.

There are many unique/interesting features that are not available in other browsers.

  • To search using google, type "g keyword". To search using bing, type "b keyword".
  • To add a web panel, click the "+" sign and enter an URL. It's best the website is targeted for mobile devices like twitter.
  • 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

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.

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 - private, secure, support Chrome extensions

https://en.wikipedia.org/wiki/Brave_(web_browser)

The browser uses a fork of Electron, called Muon, designed with a focus on browser features. For example, it has support for Chrome extensions, and a higher level of security.

Lacks the in-browser proxy (even version 0.57)

Chromium版隱私瀏覽器Brave 0.57出爐了,要給你Chrome方便性但不回傳資料給Google, Brave browser moves to Chromium codebase, now supports Chrome extensions Dec 2018

It is slow to scroll R code chunks of an HTML file obtained from kitting an R markdown book (macOS, version 1.0.1).

Test pages: How to Work with Scales in a ggplot2 in R

Privacy-Focused Brave Browser Caught Sneaking In Cryptocurrency Affiliate Links

How do I remove Brave completely?

Brave browser can get past this stupid paywall.

How to Get Past a Paywall to Read an Article for Free

What Is Brave Talk and How Do You Use It?

How to Purge Crypto From the Brave Browser, How to Disable Crypto-Related Features in Brave

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.

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 are available.

When I tested Falkon-3.0.1.AppImage - for 64-bit Linux on Mint 18.3, it gives an error

10:39AM ~/Downloads$ ./Falkon-3.0.1.AppImage 
QApplication: invalid style override passed, ignoring it.
Could not find QtWebEngineProcess

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

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

Misc

User agent

How to Change Your Browser’s User Agent and Trick Websites

Hard refresh

How to Hard Refresh Your Browser

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.

Read Aloud

Ads: pixels

How tracking pixels work

Cookies

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

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:<