diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-09-12 13:22:46 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-09-12 13:22:46 +0200 |
commit | 0be0a59a2a3eef8da75f2bae57df72526598b2bf (patch) | |
tree | 0945d5e0bf85f82ca56d82fe607a73d10df99773 /youtube/templates/watch.html | |
parent | 57978485ee80e13c6ac1a9f6377934be32c4c67a (diff) | |
download | yt-local-0be0a59a2a3eef8da75f2bae57df72526598b2bf.tar.lz yt-local-0be0a59a2a3eef8da75f2bae57df72526598b2bf.tar.xz yt-local-0be0a59a2a3eef8da75f2bae57df72526598b2bf.zip |
transcript-table: show transcript as contiguous text by default
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 2bfed73..0e12d21 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -599,6 +599,7 @@ Reload without invidious (for usage of new identity button).</a> <option>{{ source['label'] }}</option> {% endfor %} </select> + <input type="checkbox" id="transcript-use-table"> <table id="transcript-table"></table> </div> </details> |