[PR #137] [MERGED] Fix/Description #152

Closed
opened 2026-03-04 00:04:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/137
Author: @YouG-o
Created: 11/18/2025
Status: Merged
Merged: 11/18/2025
Merged by: @YouG-o

Base: mainHead: fix/descriptionHover


📝 Commits (6)

  • d6bb5f6 fix reverted changes from 1a4e0b238f
  • d5338d5 fix: use debounce instead of delay in description observer
  • 0817c64 feat: add page-context description guard to block YouTube hover mutations
  • 9d44c47 feat: centralize content script resource list for bundling and manifest generation
  • 2f52e89 reverted 0817c64c9e
  • eb9769a 50ms

📊 Changes

9 files changed (+280 additions, -163 deletions)

View changed files

📝 manifests/manifest.chromium.json (+0 -23)
📝 manifests/manifest.firefox.json (+0 -23)
📝 manifests/manifest.firefox.old.json (+0 -23)
📝 manifests/manifest.safari.json (+0 -14)
📝 scripts/bundle-scripts.js (+2 -16)
scripts/content-scripts-config.js (+39 -0)
📝 scripts/sync-package-fields-to-manifest.js (+81 -8)
src/content/description/DescriptionGuardScript.js (+114 -0)
📝 src/content/description/MainDescription.ts (+44 -56)

📄 Description

Reverted 1a4e0b238f changes (no debounce is to risky, so translated descrption 'flashing' on hover is back for now)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/YouG-o/YouTube-No-Translation/pull/137 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `fix/descriptionHover` --- ### 📝 Commits (6) - [`d6bb5f6`](https://github.com/YouG-o/YouTube-No-Translation/commit/d6bb5f6d34bfb87d02aae4997f1fc32a9833fa7e) fix reverted changes from 1a4e0b238f390e9515ad7c497d8343ca6e72f0be - [`d5338d5`](https://github.com/YouG-o/YouTube-No-Translation/commit/d5338d53af6ed0be288a894d16db996eb3e79104) fix: use debounce instead of delay in description observer - [`0817c64`](https://github.com/YouG-o/YouTube-No-Translation/commit/0817c64c9eae6fb5b105db890e95f27ad1cff5f9) feat: add page-context description guard to block YouTube hover mutations - [`9d44c47`](https://github.com/YouG-o/YouTube-No-Translation/commit/9d44c474cf042b28d14614bcec89ae4c945a5c1b) feat: centralize content script resource list for bundling and manifest generation - [`2f52e89`](https://github.com/YouG-o/YouTube-No-Translation/commit/2f52e89dea97f4638468b4e9541656a14fa28a96) reverted 0817c64c9eae6fb5b105db890e95f27ad1cff5f9 - [`eb9769a`](https://github.com/YouG-o/YouTube-No-Translation/commit/eb9769ab03d451fe5c87e837102c93866d8c9d50) 50ms ### 📊 Changes **9 files changed** (+280 additions, -163 deletions) <details> <summary>View changed files</summary> 📝 `manifests/manifest.chromium.json` (+0 -23) 📝 `manifests/manifest.firefox.json` (+0 -23) 📝 `manifests/manifest.firefox.old.json` (+0 -23) 📝 `manifests/manifest.safari.json` (+0 -14) 📝 `scripts/bundle-scripts.js` (+2 -16) ➕ `scripts/content-scripts-config.js` (+39 -0) 📝 `scripts/sync-package-fields-to-manifest.js` (+81 -8) ➕ `src/content/description/DescriptionGuardScript.js` (+114 -0) 📝 `src/content/description/MainDescription.ts` (+44 -56) </details> ### 📄 Description Reverted 1a4e0b238f390e9515ad7c497d8343ca6e72f0be changes (no debounce is to risky, so translated descrption 'flashing' on hover is back for now) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:04:08 +03:00
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#152
No description provided.