Switch target from Brave Origin Nightly to Beta

This commit is contained in:
ObjectAscended
2026-05-11 02:58:56 -07:00
parent 06a1e50b1e
commit 4342ac463f
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
# Brave Origin Windows Unlocker
A TypeScript utility for unlocking Brave Origin Nightly features on Windows by modifying the local application state.
A TypeScript utility for unlocking Brave Origin Beta features on Windows by modifying the local application state.
## Overview
This tool modifies the Brave Origin Nightly browser's local state configuration to unlock premium features. It works by updating the `Local State` JSON file used by Brave to store user preferences and license validation status.
This tool modifies the Brave Origin Beta browser's local state configuration to unlock premium features. It works by updating the `Local State` JSON file used by Brave to store user preferences and license validation status.
## Features
- ✅ Unlocks Brave Origin Nightly features
- ✅ Unlocks Brave Origin Beta features
- ✅ Modifies purchase validation state
- ✅ Updates SKU credentials
- ✅ Windows-compatible local data path handling
@@ -17,7 +17,7 @@ This tool modifies the Brave Origin Nightly browser's local state configuration
- **Deno** - Modern JavaScript/TypeScript runtime
- **Windows OS** - Designed for Windows file paths
- **Brave Origin Nightly** - The browser being modified
- **Brave Origin Beta** - The browser being modified
- **File Write Permissions** - Access to `%LOCALAPPDATA%` directory
## Installation