Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jul 29, 2024
1 parent 6a56c37 commit fe570b9
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,45 +67,46 @@ The best way to install the extension are the official browser extension stores:
- Turn on the developer mode by checking the switch in the top right corner
- Click `Load unpacked` and choose the unzipped directory

## ✨ Features

| Feature | Firefox | Chrome | Firefox for Android |
| --------------------------------------------------------------------------------------------------------------------------------- | ------- | ------ | ------------------- |
| Replace site-speicifc video player with browser native video player ||||
| Support websites that are accessed via a redirect ||||
| Open video in mpv (with [ff2mpv](https://github.com/ByteDream/stream-bypass/tree/master#ff2mpv-use-mpv-to-directly-play-streams)) ||||

- ✔️: Supported.
- ❌: Not supported.

## 📜 Supported sites

| Site | Supported | Note |
| --------------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------ |
| [dropload.io](https://dropload.io) || |
| [doodstream.com](doodstream.com) / [dood.pm](https://dood.pm) | ✔️ | |
| [filemoon.sx](https://filemoon.sx) || |
| [goodstream.uno](https://goodstream.uno) || |
| [mcloud.to](https://mcloud.to/) || Reverse engineering the site costs too much time ([#5](https://github.com/ByteDream/stream-bypass/issues/5)) |
| [mixdrop.co](https://mixdrop.co) | ✔ ️ | |
| [mp4upload.com](https://mp4upload.com) || |
| [newgrounds.com](https://newgrounds.com) || |
| [streama2z.com](https://streama2z.com) || Only works with Firefox |
| [streamtape.com](https://streamtape.com) || |
| [streamzz.to](https://streamzz.to) / [streamz.ws](https://streamz.ws) || |
| [supervideo.tv](https://supervideo.tv) || |
| [upstream.to](https://upstream.to) || |
| [videovard.sx](https://videovard.sx) || Reverse engineering the site costs too much time |
| [vidmoly.me](https://vidmoly.me) || |
| [vidoza.net](https://vidoza.net) || |
| [vidstream.pro](https://vidstream.pro) || Reverse engineering the site costs too much time ([#5](https://github.com/ByteDream/stream-bypass/issues/5)) |
| [voe.sx](https://voe.sx) || |
| [vupload.com](https://vupload.com) || |
| [kwik.cx](https://kwik.cx) || |
| Site | Firefox & Firefox for Android | Chrome & Chromium based |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [dropload.io](https://dropload.io) |||
| [doodstream.com](doodstream.com) / [dood.pm](https://dood.pm) | ✔️ | ⚠ (redirect probably required) |
| [filemoon.sx](https://filemoon.sx) |||
| [goodstream.uno](https://goodstream.uno) |||
| [mixdrop.co](https://mixdrop.co) | ✔ ️ ||
| [mp4upload.com](https://mp4upload.com) |||
| [newgrounds.com](https://newgrounds.com) |||
| [streama2z.com](https://streama2z.com) || ❌ (redirect always required) |
| [streamtape.com](https://streamtape.com) | ⚠ (correct video url can't always be extract, retrying/reloading the page might fix it) | ⚠ (correct video url can't always be extract, retrying/reloading the page might fix it) |
| [streamzz.to](https://streamzz.to) / [streamz.ws](https://streamz.ws) |||
| [supervideo.tv](https://supervideo.tv) |||
| [upstream.to](https://upstream.to) |||
| [vidmoly.me](https://vidmoly.me) |||
| [vidoza.net](https://vidoza.net) | ⚠ (doesn't always work the first time, retrying/reloading the page one or two times fixes it) | ⚠ (doesn't always work the first time, retrying/reloading the page one or two times fixes it) |
| [voe.sx](https://voe.sx) || ❌ (redirect always required) |
| [vupload.com](https://vupload.com) |||
| [kwik.cx](https://kwik.cx) |||

- ✔️: Everything ok.
- ⚠: Works with limitations.
- ❌: Not included / supported by the addon. This can have various reasons. See `Note` for an explanation.
- ❌: Not supported.

Some sites put much effort in obfuscating their code / how they receive the video stream so that it simply cost too much time for me to reverse engineer it and find out how to bypass the native video player of the site.
_This table might not be 100% accurate, it isn't actively monitored if the addons works for each site!_

<details>
<summary>Hall of dead sites</summary>
<ul>
<li><a href="https://evoload.io">evoload.io</a> - Down</li>
<li><a href="https://vidlox.me">vidlox.me</a> - Reachable but empty</li>
<li><a href="https://vivo.sx">vivo.sx</a> - Down</li>
</ul>
</details>
Some sites put much effort in obfuscating their code / how they receive the video stream so that it simply cost too much time for me to reverse engineer it and find out how to bypass the native video player of the site.

## 🛠️ Building

Expand Down Expand Up @@ -161,11 +162,11 @@ Steps to get it set up:
- Chrome/Chromium:
- Go To: Settings -> Extensions
- Click on `Details` of the Stream Bypass extension and copy the ID
- Add `chrome-extension://your-id-here/` to `allowed_origins` ->
- Add `chrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/` to `allowed_origins` ->
```
"allowed_origins": [
"chrome-extension://ephjcajbkgplkjmelpglennepbpmdpjg/",
"chrome-extension://your-id-her/"
"chrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/"
]
```
Expand Down

0 comments on commit fe570b9

Please sign in to comment.