◈ A modern YouTube style customizer extension ◈
◈ Powered by StyleShift (Custom Style Engine) ◈
-
Join my discord (fastest way to contact me)
-
- Chromium: For browsers based on the Chromium engine, such as Google Chrome, Microsoft Edge, Opera, Brave, and Vivaldi.
- Firefox: For Mozilla Firefox and browsers based on the Gecko engine.
-
Clone & Enter:
git clone https://github.com/AzPepoze/NewTube cd NewTube -
Install Dependencies:
bun install
-
Build:
bun run build
The output will be in the
out/distdirectory.
Run the extension in development mode with hot-reloading:
# For Chromium
bun run dev:chromium
# For Firefox
bun run dev:firefox