[PR #56] [CLOSED] fix: match using tag name instead of class & edge case: unicode channel #61

Closed
opened 2026-03-23 20:32:19 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/browser-extension/pull/56
Author: @duckimann
Created: 9/10/2025
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 2b50b28 fix: match using tag name instead of class name
  • 2cad2b3 fix: edge case: unicode channel
  • aebc302 chore: 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


🔄 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/tubearchivist/browser-extension/pull/56 **Author:** [@duckimann](https://github.com/duckimann) **Created:** 9/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`2b50b28`](https://github.com/tubearchivist/browser-extension/commit/2b50b28300282cdffd8430233d4421b526718270) fix: match using tag name instead of class name - [`2cad2b3`](https://github.com/tubearchivist/browser-extension/commit/2cad2b32ce3d2b61afd345baa1c7ba05bdecdcf3) fix: edge case: unicode channel - [`aebc302`](https://github.com/tubearchivist/browser-extension/commit/aebc30229fc455c4a4d8da7c538a965e0b4b29bc) chore: bump version proactively to 0.4.3 ### 📊 Changes **4 files changed** (+35 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `extension/index.html` (+1 -1) 📝 `extension/manifest-chrome.json` (+1 -1) 📝 `extension/manifest-firefox.json` (+1 -1) 📝 `extension/script.js` (+32 -3) </details> ### 📄 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: - https://www.youtube.com/c/T%C3%A2nM%E1%BB%99tC%C3%BA - https://www.youtube.com/c/1900LeTh%C3%A9%C3%A2tre - https://www.youtube.com/c/%C4%90%C6%B0%E1%BB%9Dng2Chi%E1%BB%81u 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:19 +00: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
tubearchivist/archived-browser-extension#61
No description provided.