add transcript-table.js
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user