[PR #61] [MERGED] Feat/InnerTube #127

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

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/61
Author: @YouG-o
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @YouG-o

Base: mainHead: feat/InnerTube


📝 Commits (6)

  • 05bf81b refact: moved fetchSearchDescriptionDataApi into a separated func
  • f8cebc6 feat: use script injection for InnerTube API to fetch video description
  • d727224 feat: Added InnerTube as fallback for titles fetching
  • 8ea56a2 refact: removed beta player api fallback for titles & description (not needed anymore, now that we use InnerTube)
  • be86b14 refac: updated features on html
  • f22a74a CHANGELOG update

📊 Changes

22 files changed (+269 additions, -845 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 manifests/manifest.chromium.json (+2 -3)
📝 manifests/manifest.firefox.json (+2 -3)
📝 manifests/manifest.safari.json (+2 -3)
📝 package.json (+1 -1)
📝 src/background/background.ts (+7 -11)
📝 src/config/constants.ts (+0 -4)
src/content/description/searchDescriptionInnerTube.js (+64 -0)
src/content/description/searchDescriptionScript.js (+0 -133)
📝 src/content/description/searchDescriptions.ts (+48 -53)
src/content/scripts/createIsolatedPlayerScript.js (+0 -126)
src/content/titles/TitlesInnerTube.js (+64 -0)
📝 src/content/titles/browsingTitles.ts (+23 -113)
src/content/titles/browsingTitlesFallbackScript.js (+0 -133)
📝 src/content/titles/endScreenTitles.ts (+0 -7)
📝 src/content/titles/index.ts (+38 -1)
📝 src/content/titles/mainTitle.ts (+11 -2)
📝 src/popup/popup.html (+2 -50)
📝 src/popup/popup.ts (+0 -75)
📝 src/popup/settings.html (+2 -51)

...and 2 more files

📄 Description

No description provided


🔄 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/61 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `feat/InnerTube` --- ### 📝 Commits (6) - [`05bf81b`](https://github.com/YouG-o/YouTube-No-Translation/commit/05bf81be89b36909dae81dd45df0487901a96253) refact: moved fetchSearchDescriptionDataApi into a separated func - [`f8cebc6`](https://github.com/YouG-o/YouTube-No-Translation/commit/f8cebc670096ec90260348e56903a3f7b070ac10) feat: use script injection for InnerTube API to fetch video description - [`d727224`](https://github.com/YouG-o/YouTube-No-Translation/commit/d7272246035bc0daded903f8d7c3d6683c01436b) feat: Added InnerTube as fallback for titles fetching - [`8ea56a2`](https://github.com/YouG-o/YouTube-No-Translation/commit/8ea56a2e412768c4f3244c0ada97e635158d9782) refact: removed beta player api fallback for titles & description (not needed anymore, now that we use InnerTube) - [`be86b14`](https://github.com/YouG-o/YouTube-No-Translation/commit/be86b14c1bc4848659b9b399875c2405b92daccf) refac: updated features on html - [`f22a74a`](https://github.com/YouG-o/YouTube-No-Translation/commit/f22a74a4a57b9c0dc5b0f44a8905af8584895094) CHANGELOG update ### 📊 Changes **22 files changed** (+269 additions, -845 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `manifests/manifest.chromium.json` (+2 -3) 📝 `manifests/manifest.firefox.json` (+2 -3) 📝 `manifests/manifest.safari.json` (+2 -3) 📝 `package.json` (+1 -1) 📝 `src/background/background.ts` (+7 -11) 📝 `src/config/constants.ts` (+0 -4) ➕ `src/content/description/searchDescriptionInnerTube.js` (+64 -0) ➖ `src/content/description/searchDescriptionScript.js` (+0 -133) 📝 `src/content/description/searchDescriptions.ts` (+48 -53) ➖ `src/content/scripts/createIsolatedPlayerScript.js` (+0 -126) ➕ `src/content/titles/TitlesInnerTube.js` (+64 -0) 📝 `src/content/titles/browsingTitles.ts` (+23 -113) ➖ `src/content/titles/browsingTitlesFallbackScript.js` (+0 -133) 📝 `src/content/titles/endScreenTitles.ts` (+0 -7) 📝 `src/content/titles/index.ts` (+38 -1) 📝 `src/content/titles/mainTitle.ts` (+11 -2) 📝 `src/popup/popup.html` (+2 -50) 📝 `src/popup/popup.ts` (+0 -75) 📝 `src/popup/settings.html` (+2 -51) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:00 +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#127
No description provided.