Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotkeys.js: improve fullscreen | Jesús | 2020-12-16 | 1 | -2/+2 |
| | |||||
* | Replace document.fullscreen for fullscreenElement | Jesús | 2020-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time. More info in https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreen#Deprecated | ||||
* | Hotkeys.js: Add muted 'm' key | Jesús | 2020-12-15 | 1 | -0/+4 |
| | |||||
* | Migration general theme: fix query video tag | Jesús | 2020-12-15 | 5 | -15/+16 |
| | |||||
* | Migration general theme: add gap in subscription | Jesús | 2020-12-15 | 1 | -0/+1 |
| | |||||
* | Migration general theme: fix missing message-box style | Jesús | 2020-12-15 | 1 | -0/+12 |
| | |||||
* | Change general design theme | Jesús | 2020-12-14 | 14 | -185/+4764 |
| | |||||
* | Merge branch 'master' into add_sponsorblock | James Taylor | 2020-10-21 | 3 | -340/+19 |
|\ | |||||
| * | remove trailing whitespaces | zrose584 | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | comments.js: include error in reply html rather than using an alert | James Taylor | 2020-10-20 | 1 | -3/+1 |
| | | |||||
| * | Comments.js: Add open in new tab button under replies as fallback | James Taylor | 2020-10-20 | 1 | -0/+5 |
| | | | | | | | | if xhr request fails | ||||
| * | Move comment.js reply button styling to comments.css | James Taylor | 2020-10-20 | 1 | -0/+12 |
| | | | | | | | | So that the style will also be present on the /comments pages | ||||
| * | Add setting to change font. Change default to arial | James Taylor | 2020-10-20 | 1 | -336/+0 |
| | | | | | | | | Closes #33 | ||||
* | | fix sponserblock:js | zrose584 | 2020-10-21 | 1 | -2/+2 |
| | | |||||
* | | proxy 'sponsor.ajay.app' | zrose584 | 2020-10-18 | 3 | -10/+5 |
| | | |||||
* | | add sponsorblock.js | zrose584 | 2020-10-17 | 3 | -1/+45 |
|/ | |||||
* | add 't' hotkey | zrose584 | 2020-10-12 | 2 | -0/+64 |
| | |||||
* | doXhr: check xhr.status | zrose584 | 2020-10-09 | 1 | -1/+5 |
| | |||||
* | add comments.js | zrose584 | 2020-10-07 | 2 | -1/+31 |
| | |||||
* | Transcript table: Fix timestamps for videos longer than an hour | James Taylor | 2020-09-24 | 1 | -4/+13 |
| | | | | See #15 | ||||
* | Transcript: For clarity, use more verbose names and add comments | James Taylor | 2020-09-24 | 2 | -49/+69 |
| | |||||
* | style transcript div | zrose584 | 2020-09-15 | 1 | -1/+1 |
| | |||||
* | handle firefox' VTT parsing bug | zrose584 | 2020-09-15 | 1 | -3/+6 |
| | | | | | | | | from #15: "[..] Firefox's VTT parsing [ignores] newlines. So if the cue starts with a newline, that cue will have blank text (a corollary is that the first sentence uttered will fail to display in the automatic captions [..])." | ||||
* | transcript-table: show transcript as contiguous text by default | zrose584 | 2020-09-12 | 1 | -25/+52 |
| | |||||
* | let jinja create the transcript <details> element | zrose584 | 2020-09-12 | 1 | -17/+3 |
| | |||||
* | transcript-table.js: sync active transcript with select_tt | zrose584 | 2020-09-12 | 1 | -2/+6 |
| | |||||
* | default to last textTrack | zrose584 | 2020-09-12 | 2 | -2/+12 |
| | |||||
* | hotkeys.js: ignore if e.ctrlKey | zrose584 | 2020-09-12 | 1 | -1/+2 |
| | |||||
* | add transcript-table.js | zrose584 | 2020-09-11 | 1 | -0/+112 |
| | |||||
* | hotkeys.js: add 'c' for transcript | zrose584 | 2020-09-11 | 2 | -3/+36 |
| | |||||
* | hotkeys.js: use DOMContentLoaded so images don't delay script | James Taylor | 2020-09-09 | 1 | -2/+2 |
| | | | | | Instead of the load event, which waits until all assets are finished loading in order for script to start. | ||||
* | add hotkeys.js | zrose584 | 2020-09-09 | 1 | -0/+32 |
| | |||||
* | Prevent long titles with no spaces overflowing item containers | James Taylor | 2020-03-20 | 1 | -1/+8 |
| | |||||
* | Specify default font for consistency between operating systems | James Taylor | 2020-02-22 | 1 | -3/+7 |
| | | | | | | | | On debian for instance, the default font DejaVu Sans is bigger than the default calibri/times on Windows, messing up the layout in some places. The font size in video items was adjusted slightly to accomodate the change to liberation sans for the default. | ||||
* | Change px values to rem values in font-size declarations | James Taylor | 2020-02-22 | 2 | -5/+5 |
| | |||||
* | Fix display of movie thumbnails in related videos | James Taylor | 2020-01-10 | 1 | -0/+1 |
| | |||||
* | Channel: Change search results to use next and previous page buttons | James Taylor | 2019-12-23 | 1 | -0/+11 |
| | | | | Because youtube doesn't give the number of search results, so previous behavior would give an error if a page number out of range was selected. | ||||
* | Fix related videos title clipping | James Taylor | 2019-09-18 | 1 | -1/+2 |
| | |||||
* | Add optional javascript for adding videos to playlists without the browser ↵ | James Taylor | 2019-09-15 | 1 | -0/+12 |
| | | | | cancelling loading of the video, and to display a status message | ||||
* | Comments: Fix some avatars overflowing | James Taylor | 2019-09-10 | 1 | -0/+3 |
| | |||||
* | Watch page: Background color on video when scrubbing bar larger than video | James Taylor | 2019-09-09 | 3 | -0/+3 |
| | |||||
* | Merge subscriptions into master | James Taylor | 2019-09-06 | 4 | -3/+27 |
|\ | |||||
| * | Merge flask framework and other stuff from master | James Taylor | 2019-08-09 | 1 | -1/+4 |
| | | |||||
* | | Settings: Fix centering and color scheme on other themes | James Taylor | 2019-09-06 | 3 | -0/+13 |
| | | |||||
* | | Layout: Add themes | James Taylor | 2019-08-25 | 5 | -10/+47 |
| | | |||||
* | | Layout: Add some space after item thumbnail | James Taylor | 2019-08-25 | 1 | -0/+1 |
| | | |||||
* | | Layout: Prevent item checkbox size from shrinking sometimes | James Taylor | 2019-08-24 | 1 | -0/+1 |
| | | |||||
* | | Layout: Prevent long author name from overflowing in items with vertical stats | James Taylor | 2019-08-24 | 1 | -0/+4 |
| | | |||||
* | | Layout: add option to hide comments/related vids by default but click to ↵ | James Taylor | 2019-08-24 | 1 | -0/+1 |
| | | | | | | | | show using <details> | ||||
* | | Layout: add some space below more comments button | James Taylor | 2019-08-24 | 1 | -0/+1 |
| | |