Skip to content

overlimit/YoutubeAutotranslateCanceler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoutubeAutotranslateCanceler

An API Client may provide an option to translate a video title to other languages. However, the API Client must not add any such translations without the user's consent. In addition, if the API Client's default behavior is to enable the option to translate the video title, it must clearly present to the user an easy way to disable that behavior.
-- From https://developers.google.com/youtube/terms/developer-policies

I was annoyed by YouTube changing video titles to poorly auto-translated versions, so I made this script using YouTube Data API to retrive original titles and change them back.

How to use

First, you need a userscript extension, such as Tampermonkey for Chrome or Firefox. Next, click here to install the userscript.

Unfortunately, this requires an API key to work. However, requests to this API are free.

Instructions on how to get an API key

Detailed instructions and screenshots are provided below

TL;DR :

You can browse to Google's official support in order to know how to get an API key. Then, you need to enable Youtube Data API for this key in Google Developers Console and you're good to go. When you first run the script, it prompts you for an API key until it manages to complete a successful request.

Head to Google Developers Console and click "Select a project" (step 1).

Step 1


Then, you need to create a new project (steps 2 and 3) which you can name as you want.

Step 2

Step 3


Once your project is created and active in your dashboard, you need to add APIs and services. To do that, just click on the link (step 4), then search for YouTube Data API and click "enable" (step 5).

Step 4

Step 5


It asks you to create credentials in order to use the API, just click "create credentials" (step 6), then "API key" in the next page (step 7).

Step 6

Step 7


On the API key creation page, you need to set a name (step 8-1) and it is generally considered good practices to set application restrictions (step 8-2).

Step 8


Don't click "create" yet (if you did, just click the pencil icon next to your newly created API key), select the "API restrictions" tab (step 8-3) then select "YouTube DATA API v3" (step 9-1) before clicking the "create" or "save" button (step 9-2).

Step 9


You should be redirected to your credentials manager, from where you can copy your API key (step 10) in order to paste it when the script prompts you for it.

Step 10

About

Provides a way to disable auto-translation on YouTube video titles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%