An open API service indexing awesome lists of open source software.

https://github.com/youg-o/youtube_no_translation

A web browser add-on that prevents YouTube's automatic translations! It keeps titles, descriptions, and audio in their original language.
https://github.com/youg-o/youtube_no_translation

chrome-extension firefox-addon streaming translation web-browser-extension youtube youtube-api

Last synced: 3 months ago
JSON representation

A web browser add-on that prevents YouTube's automatic translations! It keeps titles, descriptions, and audio in their original language.

Awesome Lists containing this project

README

        



Project description


###

YouTube No Translation


A web browser extension that keeps your YouTube experience authentic by preventing automatic translations.



Available on Mozilla Firefox


Available on Chrome Web Store






Firefox Add-on Users


Chrome Web Store Users

###


Features :



- **Video Titles**: Keep titles in their original language
- **Audio Tracks**: Always use the original audio track
- **Descriptions**: Prevent description translations
- **Subtitles**: Set your preferred subtitle language, if unavailable, subtitles are disabled (auto generated ones are ignored)

###


Before/After comparison showing how the extension prevents automatic translations

###


Support This Project


This extension is completely free, ad-free, and maintained in my spare time. If you find it useful, consider supporting its development!


Support me on Ko-fi






Donate Cryptocurrency


You can also support this project by:



###


Build it yourself



While the extension is available through the official stores, you can also build it from source:



### Prerequisites
- Node.js
- npm

### Installation
```bash
# Clone the repository
git clone https://github.com/YouG-o/YouTube_No_Translation.git
cd YouTube_No_Translation

# Install dependencies
npm install

# Build for Firefox
npm run package:firefox

# Build for Chromium
npm run package:chrome

# Build for both browsers
npm run package
```

###


License


This project is licensed under the GNU Affero General Public License v3.0.


Any reuse, modification or distribution of this code must credit the original author.


###


typescript logo
tailwindcss logo
html5 logo