- Notifications
You must be signed in to change notification settings - Fork0
sadirde/browse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:
- YouTube - Redirects toInvidious orPiped
- Twitter - Redirects toNitter
- Instagram - Redirects toBibliogram
- TikTok - redirects toProxyTok
- Reddit - Redirects toteddit orlibreddit
- Medium - Redirects toScribe
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.
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
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.
browse https://www.youtube.com/watch?v=ks_qOI0lzhobrowse https://youtu.be/p_hgRLp-y_sbrowse https://www.youtube.com/results?search_query=invidiousbrowse https://twitter.com/search?q=nitterbrowse https://twitter.com/jack
DisclaimerIf there is a special character like&
in the link, it (the whole link) should be enclosed in quotation marks.
browse is free and open-sourced software licensed under theGNU General Public License v3.0.