add transcript-table.js

This commit is contained in:
zrose584
2020-09-11 21:27:11 +02:00
parent 94ece08a1e
commit 05a7907be4
2 changed files with 121 additions and 0 deletions

View File

@@ -305,6 +305,14 @@
.format-codecs{
width: 120px;
}
table#transcript-table {
border-collapse: collapse;
width: 100%;
}
table#transcript-table td, th {
border: 1px solid #dddddd;
}
{% endblock style %}
{% block main %}
@@ -613,4 +621,5 @@ Reload without invidious (for usage of new identity button).</a>
{% if settings.use_video_hotkeys %}
<script src="/youtube.com/static/js/hotkeys.js"></script>
{% endif %}
<script src="/youtube.com/static/js/transcript-table.js"></script>
{% endblock main %}