https://github.com/realityripple/utubewx
Show an embedded video on a simple blank page when visiting a YouTube video link.
https://github.com/realityripple/utubewx
Last synced: 6 months ago
JSON representation
Show an embedded video on a simple blank page when visiting a YouTube video link.
- Host: GitHub
- URL: https://github.com/realityripple/utubewx
- Owner: RealityRipple
- License: unlicense
- Created: 2023-11-21T02:39:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T19:03:32.000Z (over 1 year ago)
- Last Synced: 2025-09-18T02:46:22.766Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# uTubeWX
Show an embedded video on a simple blank page when visiting a YouTube video link.
#### Supports
* Chromium-based Browsers
#### Caveats
Navigating backwards from a redirected YouTube video does not function correctly due to Chromium's insanely stupid design. Support for either `loadReplace` in the `chrome.tabs.update()` call, or some kind of exclusion filter for `chrome.declarativeNetRequest.updateSessionRules()` would allow for seamless, quick redirects, but apparently the most common use case imaginable can't be imagined by Google.
## Building
Simply download the contents of the repository and use your Chromium-based browser to pack the extension.
## Download
You can grab the latest release from the [GitHub Releases Page](//github.com/RealityRipple/uTubeWX/releases).