diff options
| author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-18 17:58:16 +0200 |
|---|---|---|
| committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-18 18:48:52 +0200 |
| commit | a8916b9308a4e2b7c1441a4d8d3c6d0b19c38fd2 (patch) | |
| tree | c8da0b06304993904214b2018d8ea33355c0c02e /youtube/static/js/common.js | |
| parent | f7f2b9fa06fd2218179636c712e43f0c4d65bd9e (diff) | |
| download | yt-local-a8916b9308a4e2b7c1441a4d8d3c6d0b19c38fd2.tar.lz yt-local-a8916b9308a4e2b7c1441a4d8d3c6d0b19c38fd2.tar.xz yt-local-a8916b9308a4e2b7c1441a4d8d3c6d0b19c38fd2.zip | |
proxy 'sponsor.ajay.app'
Diffstat (limited to 'youtube/static/js/common.js')
| -rw-r--r-- | youtube/static/js/common.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/youtube/static/js/common.js b/youtube/static/js/common.js index 42fa41f..2db4390 100644 --- a/youtube/static/js/common.js +++ b/youtube/static/js/common.js @@ -108,10 +108,6 @@ function copyTextToClipboard(text) { document.body.removeChild(textArea); } -function getVideoID() { - return JSON.parse(Q(".video-info input[name=video_info_list]").value).id -} - window.addEventListener('DOMContentLoaded', function() { cur_track_idx = getDefaultTranscriptTrackIdx(); |
