mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #130] [MERGED] Feat/mobile #150
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#150
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/130
Author: @YouG-o
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @YouG-o
Base:
main← Head:feat/mobile📝 Commits (10+)
4fae142feat: added isMobileSite utility func0fa1810feat: skip audio feature if mobile yt1dc053cfeat: added mobile selector for main title6732d38fix: use state-navigateend event for SPA navigation detection on mobile38f420afeat: added mobiles selectors for browsing titles02b8094feat: added mobile support for search results grid observer1b8951bfeat: added mobile selectors for thumbnail restorationaeef434feat: added desktop only icon to Audio track feature in popup and settings pageb6ef15dtoast & settings update2022265feat: add mobile support for page videos observer (home, subscriptions, channel, trending)📊 Changes
16 files changed (+928 additions, -268 deletions)
View changed files
➕
src/content/Mobile/mobilePanel.ts(+293 -0)📝
src/content/SupportToast/toast.html(+7 -5)📝
src/content/Thumbnails/browsingThumbnails.ts(+9 -3)📝
src/content/audio/audioIndex.ts(+5 -0)📝
src/content/channel/ChannelRendererPatch.ts(+39 -11)📝
src/content/channel/channelDescription.ts(+9 -2)📝
src/content/description/MainDescription.ts(+199 -85)📝
src/content/description/searchDescriptions.ts(+3 -0)📝
src/content/index.ts(+6 -1)📝
src/content/observers.ts(+270 -140)📝
src/content/titles/browsingTitles.ts(+31 -12)📝
src/content/titles/infoCards.ts(+1 -1)📝
src/content/titles/mainTitle.ts(+10 -1)📝
src/popup/popup.html(+17 -1)📝
src/popup/settings.html(+20 -3)📝
src/utils/navigation.ts(+9 -3)📄 Description
Added mobile selectors for features.
Titles, descriptions, channel names ...
Not done : Audio tracks, Chapters (are they available on mobile?)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.