mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #118] [MERGED] Fix/chapters #148
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#148
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?
📋 Pull Request Information
Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/118
Author: @YouG-o
Created: 10/17/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @YouG-o
Base:
main← Head:fix/chapters📝 Commits (5)
77a9df1renamed pannel to sidePannel (descriptionPannel coming)b3f7f87feat: check chapters translation even when description is original0b0d051removed debug logsc3e6bbefix: prevent description replacement on wrong video during SPA navigation336dad3changelog📊 Changes
6 files changed (+257 additions, -50 deletions)
View changed files
📝
CHANGELOG.md(+5 -1)📝
src/content/chapters/chaptersIndex.ts(+143 -4)📝
src/content/chapters/sidePannel.ts(+0 -0)📝
src/content/description/MainDescription.ts(+24 -17)📝
src/content/observers.ts(+80 -28)📝
src/utils/navigation.ts(+5 -0)📄 Description
Fix #115
Chapters fixes:
Improved video processing to ensure descriptions and chapters are only applied when both DOM and URL video IDs match, preventing race conditions during SPA navigation that could cause content from one video to be applied to another.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.