Pages

Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts

Turn off Chrome browser home page with Ads in Linux Lite OS

Linux Lite is a Linux distribution based on Ubuntu LTS. A beautifully customised XFCE desktop is the main attraction. Google Chrome is the default browser with Linux Lite. The default homepage displays intrusive ads. It can be turned off by following these steps.

Google Chrome > Settings > On startup 

Remove the URL from the Open a specific page or set of pages.


Install Brave browser on Ubuntu and Debian


Brave is a free and open-source web browser based on the Chromium web browser. Brave is a privacy-focused browser and automatically blocking online advertisements and website trackers in its default settings. The extensions of the Chrome browser also works with Brave. Bookmarks and extensions from Chrome import after the installation of Brave browser. Brave browser has its own search engine for web search.

Following are the commands to install, apply the commands one by one.

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser