diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index c44e01d..86644ea 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -690,9 +690,11 @@ Reload without invidious (for usage of new identity button).
{% endif %}
+
{% if settings.use_video_hotkeys %}
{% endif %}
-
-
+ {% if settings.use_comments_js %}
+
+ {% endif %}
{% endblock main %}