[GH-ISSUE #106] ISSUE: Titles still translated on channel's Videos page #73

Closed
opened 2026-03-04 00:03:37 +03:00 by kerem · 7 comments
Owner

Originally created by @deekox on GitHub (Sep 24, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/106

Originally assigned to: @YouG-o on GitHub.

Description

On channel's video page (URL like www.youtube.com/@channel_name/videos) titles are still being translated.

Steps to Reproduce (if you noticed a specific pattern)

  1. Go to 'https://www.youtube.com/@kanalbezcenzury/videos' (it's Polish author but I get English titles
  • Browser: Firefox 143.0.1
  • Extension Version: 2.14.1
  • OS: Windows 11
  • YouTube Language: English
  • YouTube Account: Logged in

Example Video (Required if the issue happened on a video page)

N/A

Extension Settings

  • [ ON ] Original Titles
  • [ ON ] Original Descrptions
  • [ ON ] Original Thumbnails
  • [Original ] Audio language preference : (Language if enabled)
  • [ Always disabled ] Subtitles language preference : (Language if enabled)
  • [ OFF ] YouTube Data API v3

Screenshots (Optional)

N/A

Additional Context (Optional)

Too complicated on FF :/

AdBlocker Ultimate
Return YouTutbe Dislike
Google Search Maps Button

Originally created by @deekox on GitHub (Sep 24, 2025). Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/106 Originally assigned to: @YouG-o on GitHub. ## Description On channel's video page (URL like www.youtube.com/@channel_name/videos) titles are still being translated. ## Steps to Reproduce (if you noticed a specific pattern) 1. Go to 'https://www.youtube.com/@kanalbezcenzury/videos' (it's Polish author but I get English titles - Browser: Firefox 143.0.1 - Extension Version: 2.14.1 - OS: Windows 11 - YouTube Language: English - YouTube Account: Logged in ## Example Video (Required if the issue happened on a video page) N/A ## Extension Settings - [ ON ] Original Titles - [ ON ] Original Descrptions - [ ON ] Original Thumbnails - [Original ] Audio language preference : (Language if enabled) - [ Always disabled ] Subtitles language preference : (Language if enabled) - [ OFF ] YouTube Data API v3 ## Screenshots (Optional) N/A ## Additional Context (Optional) Too complicated on FF :/ ## Other YouTube-related extensions you are using AdBlocker Ultimate Return YouTutbe Dislike Google Search Maps Button
kerem 2026-03-04 00:03:37 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@YouG-o commented on GitHub (Sep 24, 2025):

Can you take a screenshot of your console logs please

I don't have the issue on my side :

Image
<!-- gh-comment-id:3327213333 --> @YouG-o commented on GitHub (Sep 24, 2025): Can you take a screenshot of your console logs please I don't have the issue on my side : <img width="1140" height="822" alt="Image" src="https://github.com/user-attachments/assets/0c2eea09-671f-4d54-a2c8-2e670eaf8ad3" />
Author
Owner

@YouG-o commented on GitHub (Sep 24, 2025):

And I would really need the HTML of at least ONE video.
It's not complicated at all, just right click on the first video > inspect.

Now look for the first child of the div element with id "content" :

Image

Right click > Copy > Outer HTML

<!-- gh-comment-id:3327241156 --> @YouG-o commented on GitHub (Sep 24, 2025): And I would really need the HTML of at least ONE video. It's not complicated at all, just right click on the first video > inspect. Now look for the first child of the div element with id "content" : <img width="544" height="454" alt="Image" src="https://github.com/user-attachments/assets/bd647661-6b4e-4812-9746-35cf044e5df2" /> Right click > Copy > Outer HTML
Author
Owner

@deekox commented on GitHub (Sep 24, 2025):

Image
<!-- gh-comment-id:3327297583 --> @deekox commented on GitHub (Sep 24, 2025): <img width="1157" height="1000" alt="Image" src="https://github.com/user-attachments/assets/dd8ceb88-03bb-45a4-a69f-9b8bbbf21217" />
Author
Owner

@deekox commented on GitHub (Sep 24, 2025):

<yt-formatted-string id="video-title" class="style-scope ytd-rich-grid-media" ynt-fail="pK7MJo8ZTOc" title="Why You'll NEVER Win the Lotto (and Who Makes Money From It)">Why You'll NEVER Win the Lotto (and Who Makes Money From It)</yt-formatted-string>

<!-- gh-comment-id:3327308289 --> @deekox commented on GitHub (Sep 24, 2025): `<yt-formatted-string id="video-title" class="style-scope ytd-rich-grid-media" ynt-fail="pK7MJo8ZTOc" title="Why You'll NEVER Win the Lotto (and Who Makes Money From It)">Why You'll NEVER Win the Lotto (and Who Makes Money From It)</yt-formatted-string>`
Author
Owner

@deekox commented on GitHub (Sep 24, 2025):

note: some lines can be duplicated on adjacent screenshots

page 1:
Image

page 2:

Image

page 3:

Image
<!-- gh-comment-id:3327317472 --> @deekox commented on GitHub (Sep 24, 2025): note: some lines can be duplicated on adjacent screenshots page 1: <img width="1557" height="1074" alt="Image" src="https://github.com/user-attachments/assets/442c720d-b65a-437e-9925-55fd1241b938" /> page 2: <img width="1552" height="1008" alt="Image" src="https://github.com/user-attachments/assets/dd252758-e276-446b-9149-375ca383c1d1" /> page 3: <img width="1547" height="985" alt="Image" src="https://github.com/user-attachments/assets/aa5d0e62-7d54-4b5c-a098-e3626685967a" />
Author
Owner

@YouG-o commented on GitHub (Sep 24, 2025):

Logs clearly shows that titles are correctly replaced... This is weird..
Page screenshot and console log screenshot where took at the same moment ? The HTML element you copied here has the attribute "ynt-fail" but your logs screenshot shows that the title was updated. That's not logical
One more thing please : clear cache in extension popup, clear logs from your console and refresh the page. And show me logs again

<!-- gh-comment-id:3327429150 --> @YouG-o commented on GitHub (Sep 24, 2025): Logs clearly shows that titles are correctly replaced... This is weird.. Page screenshot and console log screenshot where took at the same moment ? The HTML element you copied here has the attribute "ynt-fail" but your logs screenshot shows that the title was updated. That's not logical One more thing please : clear cache in extension popup, clear logs from your console and refresh the page. And show me logs again
Author
Owner

@deekox commented on GitHub (Sep 24, 2025):

Hey,
I have just returned to the browser and the titles are OK now (did not touch anything).
I noticed that after pager refresh there is a second or so of delay before titles get back to the original language. Maybe some huge lag occurred ??
I will close the issue.
Thank you :)

<!-- gh-comment-id:3327649288 --> @deekox commented on GitHub (Sep 24, 2025): Hey, I have just returned to the browser and the titles are OK now (did not touch anything). I noticed that after pager refresh there is a second or so of delay before titles get back to the original language. Maybe some huge lag occurred ?? I will close the issue. Thank you :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#73
No description provided.