mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #82] [MERGED] Fix/main video #141
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#141
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/82
Author: @YouG-o
Created: 8/17/2025
Status: ✅ Merged
Merged: 8/17/2025
Merged by: @YouG-o
Base:
main← Head:fix/MainVideo📝 Commits (7)
c97d494added main title to refreshing when switching back to a tab8fe6f32fix: ensure main video observer waits for video-id attribute before processing, improving reliability on initial and SPA loads749c9e6changelog34b37a3fix: add marker to main title when modified to prevent disappearing or duplicate titles on back navigation9b9c7e5change: removed page title fallback on main title fetch (not needed)3bf4670fix: updated mini player title selector4932084feat: use injected page script to get miniplayer video id📊 Changes
9 files changed (+330 additions, -194 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
manifests/manifest.chromium.json(+57 -56)📝
manifests/manifest.edge.json(+57 -56)📝
manifests/manifest.firefox.json(+20 -19)📝
manifests/manifest.safari.json(+1 -0)📝
scripts/bundle-scripts.js(+1 -0)📝
src/content/observers.ts(+23 -22)➕
src/content/titles/getIdFromMiniPlayer.js(+119 -0)📝
src/content/titles/mainTitle.ts(+47 -41)📄 Description
Fixed main video title & description still being translated. #81
Fixed min player title still being translated #79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.