aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
Commit message (Collapse)AuthorAgeFilesLines
* Fix set language subtitlesJesús2021-06-231-23/+0
|
* feat: autoplay for related videosUmimaso2021-06-231-0/+8
| | | | | | | | | | | 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>
* feat: add direct linkUmimaso2021-06-231-0/+6
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix styles dropdown option button in desktopJesús2021-06-141-0/+2
|
* Fix shared.css file style missingJesús2021-06-1411-66/+0
|
* Add plyr as main playerJesús2021-05-2217-0/+50203
| | | | Also plyr supports switch quality
* Add subscriptions exportJesús2021-05-061-1/+38
| | | | plus design by heckyel
* General theme: fix footer centerJesús2021-02-2711-11/+11
|
* General theme: reorganize thumbnail background variableJesús2021-01-269-6/+9
|
* General theme: improve colorsJesús2021-01-114-36/+40
|
* Light theme: improve colorsJesús2021-01-111-16/+16
|
* Grey theme: improve thumbnail backgroundJesús2021-01-091-1/+1
|
* General theme: improve thumbnail in channelJesús2021-01-081-0/+3
|
* General theme: improve thumbnail-imgJesús2021-01-079-28/+9
|
* General theme: Improve container descriptionJesús2021-01-011-0/+2
|
* General theme: Fix missing styles in paginationJesús2021-01-016-6/+12
|
* General theme: fix style paginatorJesús2021-01-014-12/+16
|
* General theme: remove unnecessary z-index propertyJesús2020-12-316-6/+0
|
* General theme: fix syntax W3C markup and add improve 'Published' dateJesús2020-12-301-2/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* strip_non_ascii in comments-author-nameJesús2020-12-301-1/+5
|
* General theme: add license and add URL source code in footerJesús2020-12-2913-0/+556
|
* Fix permalink styleJesús2020-12-221-1/+1
| | | | Fixed the link box overflow
* Fix permalink styleJesús2020-12-221-1/+1
| | | | Fixed the link box overflow
* Prevent text overflow in commentsJesús2020-12-211-1/+5
|
* Hotkeys.js: improve fullscreenJesús2020-12-161-2/+2
|
* Replace document.fullscreen for fullscreenElementJesús2020-12-161-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' keyJesús2020-12-151-0/+4
|
* Migration general theme: fix query video tagJesús2020-12-155-15/+16
|
* Migration general theme: add gap in subscriptionJesús2020-12-151-0/+1
|
* Migration general theme: fix missing message-box styleJesús2020-12-151-0/+12
|
* Change general design themeJesús2020-12-1414-185/+4764
|
* Merge branch 'master' into add_sponsorblockJames Taylor2020-10-213-340/+19
|\
| * remove trailing whitespaceszrose5842020-10-211-1/+1
| |
| * comments.js: include error in reply html rather than using an alertJames Taylor2020-10-201-3/+1
| |
| * Comments.js: Add open in new tab button under replies as fallbackJames Taylor2020-10-201-0/+5
| | | | | | | | if xhr request fails
| * Move comment.js reply button styling to comments.cssJames Taylor2020-10-201-0/+12
| | | | | | | | So that the style will also be present on the /comments pages
| * Add setting to change font. Change default to arialJames Taylor2020-10-201-336/+0
| | | | | | | | Closes #33
* | fix sponserblock:jszrose5842020-10-211-2/+2
| |
* | proxy 'sponsor.ajay.app'zrose5842020-10-183-10/+5
| |
* | add sponsorblock.jszrose5842020-10-173-1/+45
|/
* add 't' hotkeyzrose5842020-10-122-0/+64
|
* doXhr: check xhr.statuszrose5842020-10-091-1/+5
|
* add comments.jszrose5842020-10-072-1/+31
|
* Transcript table: Fix timestamps for videos longer than an hourJames Taylor2020-09-241-4/+13
| | | | See #15
* Transcript: For clarity, use more verbose names and add commentsJames Taylor2020-09-242-49/+69
|
* style transcript divzrose5842020-09-151-1/+1
|
* handle firefox' VTT parsing bugzrose5842020-09-151-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 defaultzrose5842020-09-121-25/+52
|
* let jinja create the transcript <details> elementzrose5842020-09-121-17/+3
|
* transcript-table.js: sync active transcript with select_ttzrose5842020-09-121-2/+6
|