mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[PR #56] [CLOSED] fix: match using tag name instead of class & edge case: unicode channel #61
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#61
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/tubearchivist/browser-extension/pull/56
Author: @duckimann
Created: 9/10/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
2b50b28fix: match using tag name instead of class name2cad2b3fix: edge case: unicode channelaebc302chore: bump version proactively to 0.4.3📊 Changes
4 files changed (+35 additions, -6 deletions)
View changed files
📝
extension/index.html(+1 -1)📝
extension/manifest-chrome.json(+1 -1)📝
extension/manifest-firefox.json(+1 -1)📝
extension/script.js(+32 -3)📄 Description
fix: match using tag name instead of class name
add additional support for subscription page (https://www.youtube.com/feed/channels)
fix: edge case: unicode channel
Examples:
there's still some edge case with this fix (reload the page might make it work again)
but this is the best i can do with currently limited "data" inside the page
chore: bump version proactively to 0.4.3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.