mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #64] [CLOSED] Feat/inner tube #130
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#130
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/64
Author: @YouG-o
Created: 7/16/2025
Status: ❌ Closed
Base:
main← Head:feat/InnerTube📝 Commits (9)
711d713Changed default subtitles languages to disabled76910d1Added script to get channel ID from InnerTuber355b592feat: get original channel name from InnerTubeafc5ec5feat: get original channel description from InnerTubef34f9b7CHANGELOG update223026cscripts are now "bundled" with esbuildc1c7e01pass channel handle as an argument951e7cdfeat: Channel renderer block is now handled on search pageed6ce5fCHANGELOG update📊 Changes
15 files changed (+510 additions, -73 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
manifests/manifest.chromium.json(+4 -1)📝
manifests/manifest.firefox.json(+4 -1)📝
manifests/manifest.safari.json(+4 -1)📝
package.json(+3 -3)➕
scripts/bundle-scripts.js(+44 -0)📝
src/config/constants.ts(+1 -1)➕
src/content/channelName/ChannelNameInnerTubeScript.js(+68 -0)➕
src/content/channelName/ChannelRendererPatch.ts(+62 -0)📝
src/content/channelName/mainChannelName.ts(+61 -14)➕
src/content/description/ChannelDescriptionInnerTube.js(+66 -0)📝
src/content/description/channelDescription.ts(+82 -28)📝
src/content/observers.ts(+11 -13)➕
src/content/scripts/getChannelIdScript.js(+57 -0)📝
src/utils/utils.ts(+36 -11)📄 Description
Channel name & description (Channel handle block) is now handled on search page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.