add feature: hide tab buttons on library page - #391
Open
KrX3D wants to merge 6 commits into
Open
Conversation
ice-fly
approved these changes
Mar 23, 2026
ice-fly
left a comment
There was a problem hiding this comment.
Clean code that appears to do what the feature says.
good use of try/catch, maybe add console logs on the catch for future debug.
Recco approve merge.
Brings in i18n support, language translations, sortSubscriptionsByAlphabet, Manual SponsorBlock Skips with i18n, and other upstream improvements. Preserves library tab hiding feature (applyLibraryTabHiding + settings entry). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…buttons Sync upstream/main into library_hide_tab_buttons
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…buttons fix: restore try/catch safety wrapper in JSON.parse hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
this feature hides the tab buttons on the library page:
shown:

hidden:

buttons can be hidden in the setttings under "User Interface Settings"
Configurable settings:

i added the try/catch to adblock since it seems that something can fail and this feature is skipped (like sometimes other features too)