Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | let jinja create the transcript <details> element | zrose584 | 2020-09-12 | 1 | -0/+14 |
| | | |||||
| * | add transcript-table.js | zrose584 | 2020-09-11 | 1 | -0/+9 |
| | | |||||
| * | hotkeys.js: add 'c' for transcript | zrose584 | 2020-09-11 | 1 | -0/+2 |
| | | |||||
* | | Jump video to timestamp in description or comments | James Taylor | 2020-09-18 | 1 | -1/+1 |
|/ | |||||
* | Add setting to enable/disable video hotkeys | James Taylor | 2020-09-09 | 1 | -7/+8 |
| | |||||
* | add hotkeys.js | zrose584 | 2020-09-09 | 1 | -1/+3 |
| | |||||
* | Add support for &t parameter | James Taylor | 2020-07-25 | 1 | -0/+5 |
| | |||||
* | Add video transcript to downloads | James Taylor | 2020-07-25 | 1 | -0/+10 |
| | | | | Generated from the video captions | ||||
* | Add dialog for copying urls to external player for livestreams | James Taylor | 2020-06-28 | 1 | -0/+30 |
| | | | | | Also for livestreams which are over whose other sources aren't present or aren't ready yet. | ||||
* | Add option for reloading video without invidious | James Taylor | 2020-05-27 | 1 | -1/+8 |
| | | | | For faster usage of new identity button as an alternative | ||||
* | Indicate that video is live | James Taylor | 2020-05-27 | 1 | -0/+3 |
| | |||||
* | Add playlist sidebar for videos in playlist, including autoplay | James Taylor | 2020-04-04 | 1 | -23/+206 |
| | |||||
* | Watch page: add info box with allowed countries and tor exit node | James Taylor | 2020-02-01 | 1 | -0/+27 |
| | | | | Should help with debugging various content blocks | ||||
* | Watch: Add padding in description box and urlize links | James Taylor | 2019-12-20 | 1 | -1/+2 |
| | |||||
* | Watch: display comment count and whether comments are disabled | James Taylor | 2019-12-20 | 1 | -8/+17 |
| | |||||
* | Watch: Add border around badges such as unlisted badge | James Taylor | 2019-12-20 | 1 | -1/+3 |
| | | | | Especially for the light theme | ||||
* | Merge branch 'modular-data-extract' | James Taylor | 2019-12-19 | 1 | -29/+78 |
|\ | | | | | | | | | | | | | | | | | | | | | Commits in this branch are prefixed with "Extraction:" This branch refactors data extraction. All such functionality has been moved to the yt_data_extract module. Responses from requests are given to the module and it parses them into a consistent, more useful format. The dependency on youtube-dl has also been dropped and this functionality has been built from scratch for these reasons: (1) I've noticed youtube-dl breaks more often than invidious (which uses watch page extraction built from scratch) in response to changes from Youtube, so I'm hoping what I wrote will also be less brittle. (2) Such breakage is inconvenient because I have to manually merge the fixes since I had to make changes to youtube-dl to make it do things such as extracting related videos. (3) I have no control over error handling and request pooling with youtube-dl, since it does all the requests (these would require intrusive changes I don't want to maintain). (4) I will now be able to finally display the number of comments and whether comments are disabled without making additional requests. | ||||
| * | Extraction: Rewrite item_extraction for better error handling and ↵ | James Taylor | 2019-12-18 | 1 | -3/+3 |
| | | | | | | | | readability, rename extracted names for more consistency |