YouTube Original Audio Selector

Automatically sets YouTube videos to their original audio language

Fra og med 06.12.2024. Se den nyeste version.

Skaber
Alice Luna Sparkuhl
Bedømmelser
0 0 0
Version
0.3
Oprettet
06.12.2024
Opdateret
06.12.2024
Size
3,86 kB
Licens
MIT
Gælder for

# 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