mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #61] [MERGED] Feat/InnerTube #127
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#127
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/61
Author: @YouG-o
Created: 7/14/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @YouG-o
Base:
main← Head:feat/InnerTube📝 Commits (6)
05bf81brefact: moved fetchSearchDescriptionDataApi into a separated funcf8cebc6feat: use script injection for InnerTube API to fetch video descriptiond727224feat: Added InnerTube as fallback for titles fetching8ea56a2refact: removed beta player api fallback for titles & description (not needed anymore, now that we use InnerTube)be86b14refac: updated features on htmlf22a74aCHANGELOG 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.