aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js/hotkeys.js
Commit message (Collapse)AuthorAgeFilesLines
* Hotkeys.js: improve fullscreenJesús2020-12-161-2/+2
|
* Replace document.fullscreen for fullscreenElementJesús2020-12-161-1/+1
| | | | | | | | | | | This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time. More info in https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreen#Deprecated
* Hotkeys.js: Add muted 'm' keyJesús2020-12-151-0/+4
|
* Migration general theme: fix query video tagJesús2020-12-151-2/+2
|
* proxy 'sponsor.ajay.app'zrose5842020-10-181-2/+1
|
* add sponsorblock.jszrose5842020-10-171-1/+1
|
* add 't' hotkeyzrose5842020-10-121-0/+5
|
* hotkeys.js: ignore if e.ctrlKeyzrose5842020-09-121-1/+2
|
* hotkeys.js: add 'c' for transcriptzrose5842020-09-111-3/+13
|
* hotkeys.js: use DOMContentLoaded so images don't delay scriptJames Taylor2020-09-091-2/+2
| | | | | Instead of the load event, which waits until all assets are finished loading in order for script to start.
* add hotkeys.jszrose5842020-09-091-0/+32