2022-06-15 10:52:50 +02:00
2022-06-15 10:52:50 +02:00
2022-06-15 10:52:20 +02:00
2022-06-14 20:50:51 +02:00
2021-09-01 21:42:58 +02:00
2021-09-01 21:42:58 +02:00
2022-06-14 20:50:51 +02:00
2022-06-14 20:50:51 +02:00
2022-06-14 20:50:51 +02:00

Stream Bypass

A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.

This addon replaces the video player from this sides with the native player build-in into the browser or redirects directly to the source video. This has the advantage, that no advertising or popups are shown when trying to interact with the video (playing, skipping, ...) or some sites are showing them even if you do nothing. Additionally this enables you to download the video by right-clicking it and just choose the download option.

Firefox Addon Store GitHub Downloads Discord

Supported streaming providers (for a complete list of all supported websites, click show all down below):

Show all

How it's working

Installing

Firefox

Install the addon directly from the firefox addon store or from the latest release (if anything newer is available since firefox disables the plugin sometimes because of a setting which is necessary to run the addon properly).

Chromium / Google Chrome

  1. Download the zipfile from the latest release and unzip it (with 7zip or something like that).
  2. Go into your browser and type chrome://extensions in the address bar.
  3. Turn the developer mode in the top right corner on.
  4. Click Load unpacked.
  5. Choose the cloned / unzipped directory.

Opera

  1. Download the zipfile from the latest release and unzip it (with 7zip or something like that).
  2. Go into your browser and type opera://extensions in the address bar.
  3. Turn the developer mode in the top right corner on.
  4. Click Load unpacked.
  5. Choose the cloned / unzipped directory.

Compiling

Requirements:

  • npm installed.
  • A copy of this repository and a shell / console open in the copied directory.

If the requirements are satisfied, you can continue with the following commands:

# install all dependencies
$ npm install

# build the extension source to a build/ directory
$ npm run build
Install

If you want to use the addon in Chromium or any browser which is based on it (almost every other, Google Chrome, Opera, ...), follow the steps in installing. When using firefox, use the following

  1. Type about:debugging in the browser's address bar.
  2. Select 'This Firefox' tab (maybe named different, depending on your language).
  3. Under Temporary Extensions, click Load Temporary Add-on.
  4. Choose any file in the directory where the compiled sources are.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

Description
Languages
TypeScript 77.1%
Svelte 18%
JavaScript 2.7%
HTML 2.2%