Add YouTube hotkeys disabling script details - #101
Conversation
Added details for disabling YouTube hotkeys with a modern settings page.
Add YouTube hotkeys disabling script details
There was a problem hiding this comment.
Pull request overview
This PR adds a new userscript entry for "Disable YouTube Hotkeys with Modern Settings Page" to the README's YouTube section.
Changes:
- Added a new collapsible details section for the "Disable YouTube Hotkeys" userscript with description, installation link, project view link, and bug report link
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### <picture><source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/awesome-scripts/awesome-userscripts@f11c95f/assets/images/icons/sites/youtube/white/icon32.png"><img height=17 src="https://cdn.jsdelivr.net/gh/awesome-scripts/awesome-userscripts@f11c95f/assets/images/icons/sites/youtube/icon32.png"></picture> YouTube | ||
|
|
||
| <details> <!-- Disable YouTube Hotkeys with Modern Settings Page --> | ||
| <summary><a href="https://greasyfork.org/en/scripts/563265-disable-youtube-hotkeys-with-modern-settings-page">Disable YouTube Hotkeys</a> - with Modern Settings Page</summary><br> |
There was a problem hiding this comment.
The summary text appears to redundantly repeat part of the script title. The link text "Disable YouTube Hotkeys" is followed by " - with Modern Settings Page", but this phrase is already part of the script's full name. Consider either using the full title in the link text without the repetitive suffix, or replacing the suffix with a more descriptive summary of what the script does (following the pattern of other entries like "Simple Sponsor Skipper" which has a functional description rather than repeating the title).
| <summary><a href="https://greasyfork.org/en/scripts/563265-disable-youtube-hotkeys-with-modern-settings-page">Disable YouTube Hotkeys</a> - with Modern Settings Page</summary><br> | |
| <summary><a href="https://greasyfork.org/en/scripts/563265-disable-youtube-hotkeys-with-modern-settings-page">Disable YouTube Hotkeys</a> - Disable various YouTube hotkeys with fine-grained control.</summary><br> |
There was a problem hiding this comment.
sure then move the with Modern Settings page to the title and then add the Disable various YouTube hotkeys with fine-grained control. beside
Sorry about the delay —Hey! Thanks for checking. This is not just “disable numbers” — it’s a fine‑grained YouTube hotkeys blocker. The script intercepts keyboard events on Hotkeys it can block (configurable)Timeline / seeking
Playback / UI
Other YouTube shortcut panels / controls
(There are also extra toggles for some player “advanced” behaviors like text/window opacity, font size +/- and pan/zoom keys — they’re off by default.) Defaults (important for your test)By default it blocks:
…and it does NOT block left/right arrows unless you enable the “Disable Progress Forward / Rewind (← →)” toggle. About your note (left/right still seeking)That’s expected with default settings: left/right is not blocked by default in the current script. VKrishna04, |
bvolpato
left a comment
There was a problem hiding this comment.
Friendly ping on this PR — it's been ~3 weeks since the last activity and the author (@VKrishna04) responded to Copilot's review comments but hasn't pushed updates yet.
The requested changes from Copilot are reasonable:
- Fix the 📢 emoji usage (should be for "Discuss" links, not "View")
- Remove redundant title repetition in the summary
Since the author seems receptive to feedback, this might just need a gentle nudge to push the fixes.
Added details for disabling YouTube hotkeys with a modern settings page.