[GH-ISSUE #112] ISSUE: Conflict with Localise Times Extension #79

Open
opened 2026-03-04 00:03:40 +03:00 by kerem · 1 comment
Owner

Originally created by @kokanas on GitHub (Oct 7, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/112

Originally assigned to: @YouG-o on GitHub.

Description

Infinite loop on videos that have time in title changed by localise times extension.

Steps to Reproduce (if you noticed a specific pattern)

  1. Install localise times extension
  2. Open youtube video with time in the title in format that would be localised
  3. Observe infinite spam of [YNT][Main Title] YouTube changed embed title, reverting
  4. Browser slows down and becomes unresponsive until the tab is closed

Environment

  • Browser: Vivaldi 7.6.3797.56 (Stable channel) (64-bit)
  • Extension Version: Localise Times - 1.40.16 YTNT - 2.15.1
  • OS: Win11
  • YouTube Language: eng
  • YouTube Account: yes

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

Video URL: https://www.youtube.com/watch?v=O5ZWaTvKDKE

Extension Settings

  • Original Titles
  • Original Descrptions
  • Original Thumbnails
  • Audio language preference : (Language if enabled)
  • Subtitles language preference : (Language if enabled)
  • YouTube Data API v3

Screenshots (Optional)

Image

Additional Context (Optional)

Note that this is with Localise Times Extension Disabled
News 2-4 EST | Chillin'

There are many but i narrowed it down to Localise Times Extension

Originally created by @kokanas on GitHub (Oct 7, 2025). Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/112 Originally assigned to: @YouG-o on GitHub. ## Description <!-- A clear description of what the problem is --> <!-- Please specify: --> <!-- - Which YouTube page you were on (home page, video page, search results, channel page, etc.) --> <!-- - What feature was not working (title translation prevention, description, subtitles, audio track, etc.) --> Infinite loop on videos that have time in title changed by localise times extension. ## Steps to Reproduce (if you noticed a specific pattern) <!-- Steps to reproduce the behavior --> 1. Install [localise times extension](https://chromewebstore.google.com/detail/localise-times/lfapgjogceelfpildippecdikjnljkek) 2. Open youtube video with time in the title in format that would be localised 3. Observe infinite spam of [YNT][Main Title] YouTube changed embed title, reverting 4. Browser slows down and becomes unresponsive until the tab is closed ## Environment - Browser: Vivaldi 7.6.3797.56 (Stable channel) (64-bit) - Extension Version: Localise Times - 1.40.16 YTNT - 2.15.1 - OS: Win11 - YouTube Language: eng - YouTube Account: yes ## Example Video (Required if the issue happened on a video page) <!-- Please provide a link to a YouTube video where you can reproduce the issue --> <!-- This helps us test the fix quickly without having to search for translated content in a specific language --> **Video URL: https://www.youtube.com/watch?v=O5ZWaTvKDKE** ## Extension Settings <!-- Please check which features you have enabled in the extension popup: --> - [x] Original Titles - [x] Original Descrptions - [x] Original Thumbnails - [x] Audio language preference : (Language if enabled) - [ ] Subtitles language preference : (Language if enabled) - [x] YouTube Data API v3 ## Screenshots (Optional) <!-- If applicable, add screenshots to help explain your problem --> <!-- Screenshots showing the issue and your extension settings are particularly helpful --> <img width="1550" height="753" alt="Image" src="https://github.com/user-attachments/assets/167274c5-d875-4a16-ab2f-537aaebfc498" /> ## Additional Context (Optional) <!-- Add any other context about the problem here --> <!-- For example: does it happen on all videos or just specific ones? Did it work before and stopped working recently? --> <!-- ⚠️ If your issue is related to video titles, please also provide the HTML of the title element and its children. To do this: 1. Right-click on the title or its link in the YouTube page. 2. Click "Inspect". 3. In the Elements panel, right-click on the relevant <a> (the one that contain the <yt-formatted-string> element). 4. Select "Copy" > "Copy outer HTML". 5. Paste the result here. --> Note that this is with Localise Times Extension Disabled <yt-formatted-string force-default-style="" class="style-scope ytd-watch-metadata" title="News 2-4 EST | Chillin'" style="display: -webkit-box !important;">News 2-4 EST | Chillin'</yt-formatted-string> ## Other YouTube-related extensions you are using <!-- Please list any other browser extensions/add-ons you have installed that interact with YouTube --> <!-- This helps identify possible conflicts or side effects. For example : 'DeArrow' extension can cause conflicts as it also interact with videos titles --> There are many but i narrowed it down to [Localise Times Extension](https://chromewebstore.google.com/detail/localise-times/lfapgjogceelfpildippecdikjnljkek)
Author
Owner

@YouG-o commented on GitHub (Oct 8, 2025):

I have not resolved the conflict with the Localise Times extension, but I have added a debounce to the observer that was causing crash issues. (dd67840b2b)

The title element will still be updated repeatedly due to the conflict, but updates now happen less frequently and should no longer impact performance or cause crashes.

This partial fix will be available in next update.

I may consider adding compatibility with the extension in the future.

<!-- gh-comment-id:3381084657 --> @YouG-o commented on GitHub (Oct 8, 2025): I have not resolved the conflict with the Localise Times extension, but I have added a debounce to the observer that was causing crash issues. (dd67840b2be870636fbfe5190f0ce6ea92765c54) The title element will still be updated repeatedly due to the conflict, but updates now happen less frequently and should no longer impact performance or cause crashes. This partial fix will be available in next update. I may consider adding compatibility with the extension in the future.
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#79
No description provided.