[PR #64] [CLOSED] Feat/inner tube #130

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

📋 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: mainHead: feat/InnerTube


📝 Commits (9)

  • 711d713 Changed default subtitles languages to disabled
  • 76910d1 Added script to get channel ID from InnerTuber
  • 355b592 feat: get original channel name from InnerTube
  • afc5ec5 feat: get original channel description from InnerTube
  • f34f9b7 CHANGELOG update
  • 223026c scripts are now "bundled" with esbuild
  • c1c7e01 pass channel handle as an argument
  • 951e7cd feat: Channel renderer block is now handled on search page
  • ed6ce5f CHANGELOG 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.

## 📋 Pull Request Information **Original PR:** https://github.com/YouG-o/YouTube-No-Translation/pull/64 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/InnerTube` --- ### 📝 Commits (9) - [`711d713`](https://github.com/YouG-o/YouTube-No-Translation/commit/711d713730e3b8b8bfb4ce34eeb182a33160da4a) Changed default subtitles languages to disabled - [`76910d1`](https://github.com/YouG-o/YouTube-No-Translation/commit/76910d1c0bf1114edd10f139238c3b2394600d51) Added script to get channel ID from InnerTuber - [`355b592`](https://github.com/YouG-o/YouTube-No-Translation/commit/355b592ceab8fde5642aeb23f97bcf53585b024b) feat: get original channel name from InnerTube - [`afc5ec5`](https://github.com/YouG-o/YouTube-No-Translation/commit/afc5ec5bfdae3466e378d6467e7c8f21a2de6317) feat: get original channel description from InnerTube - [`f34f9b7`](https://github.com/YouG-o/YouTube-No-Translation/commit/f34f9b7a0772d03e9fb8bae5b768bd774ff532ad) CHANGELOG update - [`223026c`](https://github.com/YouG-o/YouTube-No-Translation/commit/223026c1307530a5082e6e831e78a8e5ee63b4a4) scripts are now "bundled" with esbuild - [`c1c7e01`](https://github.com/YouG-o/YouTube-No-Translation/commit/c1c7e01f7ab1b0a853875e03f92cfb7d7fbbc9bc) pass channel handle as an argument - [`951e7cd`](https://github.com/YouG-o/YouTube-No-Translation/commit/951e7cdf2ed76c8f359beb39d766cf56ce67db52) feat: Channel renderer block is now handled on search page - [`ed6ce5f`](https://github.com/YouG-o/YouTube-No-Translation/commit/ed6ce5f1b5de5387200a6eb83e6dbc1efdbe528a) CHANGELOG update ### 📊 Changes **15 files changed** (+510 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Channel name & description (Channel handle block) is now handled on search page. --- <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:01 +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#130
No description provided.