Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [embed]: Fix undefined storyboard_url and add license | Jesús | 2022-02-21 | 1 | -1/+5 |
| | |||||
* | Update plyr module | Jesús | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | add preview thumbnails | zrose584 | 2022-01-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Disable dislikes | Jesús | 2021-12-26 | 1 | -1/+1 |
| | | | | Ref: https://blog.youtube/news-and-events/update-to-youtube/ | ||||
* | improve quality-select | Jesús | 2021-09-14 | 1 | -8/+10 |
| | |||||
* | Redo av codec settings & selections to accomodate webm | James Taylor | 2021-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Allows for ranked preferences for h264, av1, and vp9 codecs in settings, along with equal preferences which are tiebroken using smaller file size. For each quality, gives av-merge a list of video sources and audio sources sorted based on preference & file size. It will pick the first one that the browser supports. Closes #84 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | plyr: remove sourceMappingURL=plyr.min.js.map | Jesús | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | watch.html: Move loose inline javascript into watch.js | Jesús | 2021-08-29 | 1 | -215/+4 |
| | | | | | | | | The number of inline code blocks and the dependencies between them became unmanageable. From 9d96c07a3c2e68f1893634574c3be64e41a2c041 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> | ||||
* | Prevent Firefox from remembering quality select on page refresh | James Taylor | 2021-08-29 | 1 | -1/+1 |
| | | | | | | | | | The video quality is only changed when the quality selector changes. If it was changed and the user refreshes, Firefox remembers the selected value, but since no change event is fired, the select will display the wrong quality. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Integrate quality selection into Plyr | James Taylor | 2021-08-29 | 1 | -28/+26 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | avmerge: Close streams to avoid errors while changing quality | James Taylor | 2021-08-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | If a fetchRange network request finished after the quality was changed, there would be a "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" because appendSegment was trying to append to the sourceBuffer that was unusable after the video src was changed to a new mediaSource. Adds a close method to the AVMerge class to properly clean and close everything so these sorts of errors won't happen. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add video quality selector | James Taylor | 2021-08-29 | 1 | -3/+45 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -4/+8 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Revert "Add support for more qualities, merging video+audio using MSE" | Jesús | 2021-08-29 | 1 | -8/+4 |
| | | | | This reverts commit d56df02e7b1eba86baf511289208295b1f6c5a50. | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -4/+8 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | [plyr]: update | Jesús | 2021-08-09 | 1 | -38/+2 |
| | |||||
* | fix right click for video | Jesús | 2021-07-05 | 1 | -0/+7 |
| | |||||
* | Improved plyr configuration | Jesús | 2021-07-03 | 1 | -7/+15 |
| | |||||
* | autoplay-toggle: use label tag | Jesús | 2021-06-29 | 1 | -7/+24 |
| | | | | | | from upstream: <label> is semantic and makes clicking the text activate in checkbox | ||||
* | fix settings.subtitles_mode in plyr | Jesús | 2021-06-23 | 1 | -0/+4 |
| | |||||
* | fix name id of video | Jesús | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | Fix set language subtitles | Jesús | 2021-06-23 | 1 | -1/+25 |
| | |||||
* | usage `let` not `var` | Jesús | 2021-06-23 | 1 | -17/+17 |
| | |||||
* | feat: autoplay for related videos | Umimaso | 2021-06-23 | 1 | -118/+144 |
| | | | | | | | | | | | Add autoplay support for related videos. Move the playlist autoplay code into this shared script. Add the SameSite=Strict attribute to the autoplay cookie due to Firefox soon rejecting cookies which use SameSite=None without the secure attribute. Closes: #50 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Open direct link in new tab | Jesús | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | feat: add direct link | Umimaso | 2021-06-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Not force plyr as player | Jesús | 2021-05-24 | 1 | -10/+15 |
| | |||||
* | Add plyr as main player | Jesús | 2021-05-22 | 1 | -1/+10 |
| | | | | Also plyr supports switch quality | ||||
* | Add tooltip to video speed box to improve discoverability | James Taylor | 2021-04-13 | 1 | -1/+1 |
| | | | | | | See #60 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | General theme: fix syntax W3C markup and add improve 'Published' date | Jesús | 2020-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | General theme: Add license to missing script in watch.html | Jesús | 2020-12-29 | 1 | -1/+5 |
| | |||||
* | General theme: add license and add URL source code in footer | Jesús | 2020-12-29 | 1 | -15/+5 |
| | |||||
* | Migration general theme: fix video player method in javascript | Jesús | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Migration general theme: fix missing message-box style | Jesús | 2020-12-15 | 1 | -1/+2 |
| | |||||
* | Change general design theme | Jesús | 2020-12-14 | 1 | -634/+271 |
| | |||||
* | Add box to enter custom video speed | James Taylor | 2020-11-30 | 1 | -4/+33 |
| | |||||
* | Merge branch 'master' into add_sponsorblock | James Taylor | 2020-10-21 | 1 | -12/+0 |
|\ | |||||
| * | Move comment.js reply button styling to comments.css | James Taylor | 2020-10-20 | 1 | -12/+0 |
| | | | | | | | | So that the style will also be present on the /comments pages | ||||
* | | proxy 'sponsor.ajay.app' | zrose584 | 2020-10-18 | 1 | -0/+1 |
| | | |||||
* | | add sponsorblock.js | zrose584 | 2020-10-17 | 1 | -6/+9 |
|/ | |||||
* | jinja: only include 'comments.js' if needed | zrose584 | 2020-10-09 | 1 | -2/+4 |
| | |||||
* | replies: remove css border | zrose584 | 2020-10-09 | 1 | -3/+0 |
| | |||||
* | add comments.js | zrose584 | 2020-10-07 | 1 | -1/+17 |
| | |||||
* | Fix video height not scaling down when browser window is narrow | James Taylor | 2020-10-01 | 1 | -17/+56 |
| | | | | | | This solution still makes sure the video doesn't jump in height when it loads, and makes it so the video scales down properly in aspect ratio as the browser window is made narrower. | ||||
* | Add some space between transcript button and related videos | James Taylor | 2020-09-25 | 1 | -12/+14 |
| | |||||
* | Specify video height in html so page doesn't shift down after load | James Taylor | 2020-09-24 | 1 | -2/+1 |
| | | | | | Use true video height extracted from youtube to handle videos shorter than their quality size. (e.g. widescreen videos) | ||||
* | Transcript: Add label for table view checkbox | James Taylor | 2020-09-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15 from zrose584/transcript_table | James Taylor | 2020-09-24 | 1 | -0/+30 |
|\ | | | | | Transcript table | ||||
| * | style transcript div | zrose584 | 2020-09-15 | 1 | -2/+6 |
| | | |||||
| * | transcript-table: show transcript as contiguous text by default | zrose584 | 2020-09-12 | 1 | -0/+1 |
| | |