YouTube Original Audio Selector

Automatically sets YouTube videos to their original audio language

As of 2024-12-06. See the latest version.

Author
Alice Luna Sparkuhl
Ratings
0 0 0
Version
0.3
Created
2024-12-06
Updated
2024-12-06
Size
3.86 KB
License
MIT
Applies to

# YouTube Original Audio Selector

Automatically sets YouTube videos back to their original audio language instead of the auto-translated English version.

## Tags
`youtube` `audio` `language` `translation` `auto-translate`

## Features
- Automatically detects when you load a YouTube video
- Clicks through the settings menu to select the original audio track
- Works when navigating between videos without page reload
- Closes the settings menu after making the change
- Includes debug logging in console for troubleshooting

## How it works
The script automatically:
1. Waits for video player to load
2. Clicks the settings (gear) icon
3. Selects "Audio track" option
4. Chooses the original language track
5. Closes the settings menu

## Installation
1. Install Tampermonkey browser extension
2. Install this script
3. Visit any YouTube video - it will automatically select the original audio track

## Troubleshooting
If you need to debug issues, open your browser's console (F12 -> Console tab) to see detailed logs of what the script is doing.



## Version History
- v0.3: Added automatic menu closing, optimized timing delays
- v0.2: Added debug logging
- v0.1: Initial release