aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
diff options
context:
space:
mode:
authorzrose584 <57181548+zrose584@users.noreply.github.com>2020-09-11 21:21:56 +0200
committerzrose584 <57181548+zrose584@users.noreply.github.com>2020-09-11 21:27:49 +0200
commit94ece08a1e04d9ba1f62000b04c7b7ca707c6ab6 (patch)
tree47afdb07ad9a4f07460fc8f28975251cf84cee00 /youtube/templates/watch.html
parent786d3eb445dfa601bcaca8ce7b5688d86a922377 (diff)
downloadyt-local-94ece08a1e04d9ba1f62000b04c7b7ca707c6ab6.tar.lz
yt-local-94ece08a1e04d9ba1f62000b04c7b7ca707c6ab6.tar.xz
yt-local-94ece08a1e04d9ba1f62000b04c7b7ca707c6ab6.zip
hotkeys.js: add 'c' for transcript
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r--youtube/templates/watch.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 74b9887..b3847d5 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -608,6 +608,8 @@ Reload without invidious (for usage of new identity button).</a>
</details>
{% endif %}
{% endif %}
+
+ <script src="/youtube.com/static/js/common.js"></script>
{% if settings.use_video_hotkeys %}
<script src="/youtube.com/static/js/hotkeys.js"></script>
{% endif %}