sadirde / browse

A CLI tool to redirect links from YouTube, Twitter and more to a random instance of an alternative frontend like Invidious, Nitter, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browse

browse is something like an init system for alternative frontends of various services. Its main task is to redirect links from some of the major sites on the Internet to more privacy-friendly alternatives. These are all sites that are supported at the moment:

Most of the alternative services are hosted by multiple people and therefore have many instances. Which instance is chosen is determined randomly with each call.

Setup

After the shell script has been downloaded, it only needs to be moved to a directory where executables are located, e.g. /usr/local/bin/:

sudo cp browse /usr/local/bin

Usage

Whenever you get a link to one of the sites listed above, you can copy it and open it in the terminal with:

browse <link>

This will open one of the many corresponding instances in your default browser.

You can find the list of all instances in the shell file at the top. You can always remove some unwanted ones or add new ones.

Examples

browse https://www.youtube.com/watch?v=ks_qOI0lzho
browse https://youtu.be/p_hgRLp-y_s
browse https://www.youtube.com/results?search_query=invidious

browse https://twitter.com/search?q=nitter
browse https://twitter.com/jack

Disclaimer If there is a special character like & in the link, it (the whole link) should be enclosed in quotation marks.

License

browse is free and open-sourced software licensed under the GNU General Public License v3.0.

About

A CLI tool to redirect links from YouTube, Twitter and more to a random instance of an alternative frontend like Invidious, Nitter, etc.


Languages

Language:Shell 100.0%