Greasy Fork is available in English.

Youtube Auto-translate Canceler

Remove auto-translated youtube titles

Autor
pcouy
Installationen heute
0
Installationen gesamt
3.149
Bewertungen
15 8 4
Version
0.4
Erstellt am
17.11.2018
Letzte Aktualisierung
17.02.2020
Lizenz
n/a
Wird angewandt auf

:warning: According to the most recent user feedback on GreasyFork, the script in this appears to no longer work. Since I no longer get auto-translated titles in my YouTube, I am not able to try and fix it or test pull requests. If you want to maintain a fork of this project, let me know so I can link to your repo here before archiving this one. :warning:

You can review forks of this repo in hope that one of them still works (I would check the most recently updated fork first)

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