Commit Graph

86 Commits

Author SHA1 Message Date
Jesús
250e34df7c fix property css name 2021-07-05 16:15:29 -05:00
Jesús
7f67af1031 Remove var and fix transcript button jumping above autoplay on page load
Obsolete code from #15 that was forgotten to be removed

From ea34965be31dcf7e7e30c1edb9a9fa9d18fe6b30 Mon Sep 17 00:00:00 2001
From: James Taylor <user234683@users.noreply.github.com>
Date: Sat, 3 Jul 2021 20:06:11 -0700
2021-07-04 13:12:15 -05:00
Jesús
c6fe980a7a autoplay-toggle: use label tag
from upstream:

<label> is semantic and makes clicking the text activate in checkbox
2021-06-29 19:07:40 -05:00
Jesús
8d45ca855a feat: autoplay related video - minor fix style 2021-06-23 21:08:04 -05:00
Jesús
61b4518335 Fix set language subtitles 2021-06-23 15:19:31 -05:00
Umimaso
2d1794889a feat: autoplay for related videos
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>
2021-06-23 14:34:55 -05:00
Umimaso
5b4c99c702 feat: add direct link
Signed-off-by: Jesús <heckyel@hyperbola.info>
2021-06-23 12:42:17 -05:00
Jesús
95ae35260c Fix styles dropdown option button in desktop 2021-06-14 18:48:09 -05:00
Jesús
fc8a23099d Fix shared.css file style missing 2021-06-14 18:39:03 -05:00
Jesús
b3abec81e1 Add plyr as main player
Also plyr supports switch quality
2021-05-22 17:05:39 -05:00
Jesús
7feea3f839 Add subscriptions export
plus design by heckyel
2021-05-06 15:18:19 -05:00
Jesús
2d9aca4b8b General theme: fix footer center 2021-02-27 10:36:00 -05:00
Jesús
a47dd66bd0 General theme: reorganize thumbnail background variable 2021-01-26 22:23:59 -05:00
Jesús
8cc721b4ec General theme: improve colors 2021-01-11 21:14:07 -05:00
Jesús
58eea1e0f2 Light theme: improve colors 2021-01-11 19:43:41 -05:00
Jesús
5c22c654ce Grey theme: improve thumbnail background 2021-01-09 08:27:30 -05:00
Jesús
7cb6c94879 General theme: improve thumbnail in channel 2021-01-08 11:43:57 -05:00
Jesús
d899bc2df5 General theme: improve thumbnail-img 2021-01-07 23:06:25 -05:00
Jesús
5329ecfd08 General theme: Improve container description 2021-01-01 22:39:47 -05:00
Jesús
3570b5c4d1 General theme: Fix missing styles in pagination 2021-01-01 15:03:17 -05:00
Jesús
5a6e247a7f General theme: fix style paginator 2021-01-01 14:48:42 -05:00
Jesús
3a83796f91 General theme: remove unnecessary z-index property 2020-12-31 18:23:44 -05:00
Jesús
1f4d7cc958 General theme: fix syntax W3C markup and add improve 'Published' date
Signed-off-by: Jesús <heckyel@hyperbola.info>
2020-12-30 16:52:26 -05:00
Jesús
056c3be3f2 strip_non_ascii in comments-author-name 2020-12-30 00:04:41 -05:00
Jesús
0f78e73e80 General theme: add license and add URL source code in footer 2020-12-29 15:36:23 -05:00
Jesús
6145b66d74 Fix permalink style
Fixed the link box overflow
2020-12-22 19:08:59 -05:00
Jesús
c81cd1941a Fix permalink style
Fixed the link box overflow
2020-12-22 19:01:36 -05:00
Jesús
4bcb275545 Prevent text overflow in comments 2020-12-21 00:27:06 -05:00
Jesús
8443063fc4 Hotkeys.js: improve fullscreen 2020-12-16 21:58:30 -05:00
Jesús
1a0a303320 Replace document.fullscreen for fullscreenElement
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
2020-12-16 21:52:34 -05:00
Jesús
ff408e84cf Hotkeys.js: Add muted 'm' key 2020-12-15 22:40:02 -05:00
Jesús
f9461a2e79 Migration general theme: fix query video tag 2020-12-15 12:30:46 -05:00
Jesús
a6f21bbc65 Migration general theme: add gap in subscription 2020-12-15 11:30:49 -05:00
Jesús
e9215534d3 Migration general theme: fix missing message-box style 2020-12-15 11:24:13 -05:00
Jesús
7a765dc664 Change general design theme 2020-12-14 23:44:29 -05:00
James Taylor
aa52c7a42e Merge branch 'master' into add_sponsorblock 2020-10-21 18:53:12 -07:00
zrose584
a27b575380 remove trailing whitespaces 2020-10-21 10:35:01 +02:00
zrose584
3b5df36b03 fix sponserblock:js 2020-10-21 10:30:00 +02:00
James Taylor
c696db3e84 comments.js: include error in reply html rather than using an alert 2020-10-20 18:24:41 -07:00
James Taylor
95f2f027ea Comments.js: Add open in new tab button under replies as fallback
if xhr request fails
2020-10-20 17:48:18 -07:00
James Taylor
f100685d64 Move comment.js reply button styling to comments.css
So that the style will also be present on the /comments pages
2020-10-20 17:19:45 -07:00
James Taylor
125ddaa8da Add setting to change font. Change default to arial
Closes #33
2020-10-20 15:38:00 -07:00
zrose584
a8916b9308 proxy 'sponsor.ajay.app' 2020-10-18 18:48:52 +02:00
zrose584
f7f2b9fa06 add sponsorblock.js 2020-10-17 19:51:41 +02:00
zrose584
d2ee49ec45 add 't' hotkey 2020-10-12 17:52:01 +02:00
zrose584
205665f138 doXhr: check xhr.status 2020-10-09 18:49:50 +02:00
zrose584
debc11931f add comments.js 2020-10-07 20:32:57 +02:00
James Taylor
0a5088f1e5 Transcript table: Fix timestamps for videos longer than an hour
See #15
2020-09-24 14:44:21 -07:00
James Taylor
c7c74624ed Transcript: For clarity, use more verbose names and add comments 2020-09-24 14:28:01 -07:00
zrose584
0830468bd1 style transcript div 2020-09-15 20:57:11 +02:00