diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-23 12:43:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-23 12:43:55 -0500 |
commit | ff7aae05c45ccbde4fd14e6e5e7e3cb4edf8c816 (patch) | |
tree | 53969f237fe75c3934e55b5686fb6252b2e2f3ee /youtube/templates/watch.html | |
parent | 5b4c99c702757aa33393155af638b468983bbeb4 (diff) | |
download | yt-local-ff7aae05c45ccbde4fd14e6e5e7e3cb4edf8c816.tar.lz yt-local-ff7aae05c45ccbde4fd14e6e5e7e3cb4edf8c816.tar.xz yt-local-ff7aae05c45ccbde4fd14e6e5e7e3cb4edf8c816.zip |
Open direct link in new tab
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 7068fb7..0b61f92 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -86,7 +86,7 @@ <input class="v-checkbox" name="video_info_list" value="{{ video_info }}" form="playlist-edit" type="checkbox"> - <span class="v-direct-link"><a href="https://youtu.be/{{ video_id }}" >Direct Link</a></span> + <span class="v-direct-link"><a href="https://youtu.be/{{ video_id }}" rel="noopener noreferrer" target="_blank">Direct Link</a></span> <details class="v-download"> <summary class="download-dropdown-label">Download</summary> |