https://github.com/cryptofyre/zenivine
A quick powershell script to add Widevine to Zen Browser. Provided as is, all assets from Mozilla.
https://github.com/cryptofyre/zenivine
Last synced: about 1 year ago
JSON representation
A quick powershell script to add Widevine to Zen Browser. Provided as is, all assets from Mozilla.
- Host: GitHub
- URL: https://github.com/cryptofyre/zenivine
- Owner: cryptofyre
- License: mit
- Created: 2024-08-21T06:04:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T07:20:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T15:10:34.180Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This script is no longer supported, and will not be maintained further.
## For those using Apple Music consider using https://cider.sh instead for your playback needs.
# Zenivine
Zenivine is a quick and easy PowerShell script designed to add Widevine support to the Zen Browser. The script fetches necessary assets directly from Mozilla and integrates them into the Zen Browser's profile directories. This script is provided as-is, leveraging official assets from Mozilla.
## Usage
To run the Zenivine script directly from GitHub, open your PowerShell (with administrator privileges if required) and execute the following command:
```powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cryptofyre/Zenivine/main/Install-Zenivine.ps1" -OutFile "$env:TEMP\zenivine.ps1"; powershell -ExecutionPolicy Bypass -File "$env:TEMP\zenivine.ps1"
```
## How It Works
1. **Fetch Widevine Assets:** The script downloads the required Widevine CDM assets from Mozilla.
2. **Add Widevine Support:** It then integrates these assets into the Zen Browser's profile directories.
3. **User Preferences:** The script optionally adds necessary preferences to the `user.js` file in each profile, ensuring that Widevine support is correctly configured.
## Notes
- **Compatibility:** This script is compatible with Zen Browser and should be run on systems where Zen Browser is installed.
- **Provided As-Is:** The script and associated assets are provided as-is, with no guarantees. Widevine and related assets are sourced directly from Mozilla.
## License
This project is licensed under the [MIT License](LICENSE).