-
-
Notifications
You must be signed in to change notification settings - Fork 770
Feat: upper option list or sorting list disappears #3154 #3274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feat: upper option list or sorting list disappears #3154 #3274
Conversation
Introduces a 'Refresh Categories' button to the menu and sidepanel, with supporting JavaScript to trigger a refresh of YouTube categories via content script messaging. Updates CSS for button styling and adds logic to reload the chip bar on YouTube when requested.
Simplifies and improves the refresh logic for YouTube categories by updating the content script and menu button behavior. Adds 'tabs' permission to manifest for messaging and tab reloads, and removes unnecessary reload and error handling from the refresh button click handler.
|
Thank you so much! @AlexChulo Hi @keulecgn (you can test it) |
|
Thanks for the feedback, @ImprovedTube ! @keulecgn doesn’t seem to be active at the moment — but would this solution work for you? |
|
Hi @ImprovedTube, |
|
@AlexChulo Hi ... |
|
Hello @keulecgn, |
Introduces a new 'category refresh' button to the YouTube UI, allowing users to restore categories with a single click. The refresh logic is moved from the extension background to the content script for direct interaction. A keyboard shortcut for refreshing categories is also added. Menu and localization files are updated to support the new feature, and the obsolete refresh-categories menu part is removed.
A missing comma was added after the 'Fullscreen quality' entry in the English locale messages.json file to fix JSON formatting.
|
Hello @keulecgn & @ImprovedTube, On-page button: A native-looking refresh button in the YouTube header (can be toggled on/off in General settings) Both methods will (same as before): Restore hidden category chips if they're present but invisible Ready for review! |

Add Categories refresh button to restore disappeared chip bar
Adds a "Categories" button that restores YouTube's category filter chips when they disappear from the home page.
Trying to fix issue where user had to reload the page multiple times to get the category chips back.
Issue:
#3154