mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-24 17:46:05 +03:00
[GH-ISSUE #112] ISSUE: Conflict with Localise Times Extension #79
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
Environment
Example Video (Required if the issue happened on a video page)
Video URL: https://www.youtube.com/watch?v=O5ZWaTvKDKE
Extension Settings
Screenshots (Optional)
Additional Context (Optional)
Note that this is with Localise Times Extension Disabled
News 2-4 EST | Chillin'
Other YouTube-related extensions you are using
There are many but i narrowed it down to Localise Times Extension
@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.