aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Add tooltip to video speed box to improve discoverabilityJames Taylor2021-04-131-1/+1
| | | | | | See #60 Signed-off-by: Jesús <heckyel@hyperbola.info>
* Channel: Allow going to next pages of playlists pageJames Taylor2021-03-151-1/+6
| | | | | | | Uses previous and next buttons. Now can view more than just first page of playlists page Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866Jesús2021-02-261-1/+1
|
* Fix comment repliesJames Taylor2021-02-261-8/+12
| | | | | | | | | | | | | Comment reply protobuf now requires the channel id of the uploader of the video. Otherwise the endpoint returns 500. Instead of making the protobuf ourselves and passing this data around through query parameters, just use the ctoken provided to us but modify the max_replies field from 10 to 250. Fixes #53 Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix URLJesús2021-02-251-1/+1
|
* Change URL repoJesús2021-02-251-1/+1
|
* General theme: fix support 'Content-Security-Policy' with librejs in UXPJesús2021-01-091-1/+1
|
* General theme: improve thumbnail-imgJesús2021-01-071-3/+3
|
* General theme: fix HTML syntaxJesús2021-01-011-1/+1
|
* General theme: fix style paginatorJesús2021-01-011-1/+1
|
* General theme: fix syntax W3C markup and add improve 'Published' dateJesús2020-12-302-3/+3
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* General theme: Add license to missing script in watch.htmlJesús2020-12-291-1/+5
|
* General theme: add license and add URL source code in footerJesús2020-12-293-110/+72
|
* Patch-import-migrate: Add embed page for embeds on the webJesús2020-12-191-0/+35
| | | | | | | Issue #36 From e51f0a78c778a2283887db7ffc22421a7c849296 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com>
* channel: replace page #s w/ next page button using provided ctokenJames Taylor2020-12-182-1/+19
| | | | | | Since yt doesn't accept page #'s when sorting by oldest Signed-off-by: Jesús <heckyel@hyperbola.info>
* channel: include first and last pages when sorting by newJames Taylor2020-12-182-3/+12
| | | | | | | Last page as a substitute for sorting by oldest since sorting by oldest doesn't allow arbitrary page numbers Signed-off-by: Jesús <heckyel@hyperbola.info>
* Change URL supportJesús2020-12-181-1/+1
|
* Add get_app_version and versionJesús2020-12-171-1/+5
|
* Migration general theme: fix video player method in javascriptJesús2020-12-151-1/+1
|
* Fix missing langJesús2020-12-151-1/+1
|
* Migration general theme: fix missing message-box styleJesús2020-12-1513-375/+17
|
* Change general design themeJesús2020-12-1415-1325/+668
|
* Add box to enter custom video speedJames Taylor2020-11-301-4/+33
|
* Video comments: replace with error message if there is errorJames Taylor2020-11-292-7/+14
| | | | Such as 429 error, or an exception
* error page: dont use newline wrapping on error-boxJames Taylor2020-10-281-1/+3
| | | | | | | only should be used on error-message so newlines in error message properly display. Should not be used on error-box because that doesn't have bare text with newlines. Otherwise it was dispalying extraneous newlines.
* Automatically change tor circuit once if ip is blockedJames Taylor2020-10-251-0/+1
| | | | | | | Use stem library to send a new identity signal via the tor control port. See #20
* Organize settings into categoriesJames Taylor2020-10-221-3/+6
|
* Remove commenting system. Because:James Taylor2020-10-215-124/+1
| | | | | | | | - Actually using it will result in comments being shadowbanned, even those posted from Youtube's interfacs, because your account gets downranked since no analytics are present so it looks like a bot posting the comment. - It's been broken for awhile
* Merge branch 'master' into add_sponsorblockJames Taylor2020-10-218-48/+372
|\
| * remove trailing whitespaceszrose5842020-10-214-14/+14
| |
| * comments.js: include error in reply html rather than using an alertJames Taylor2020-10-202-24/+26
| |
| * Comments.js: Add open in new tab button under replies as fallbackJames Taylor2020-10-201-0/+1
| | | | | | | | if xhr request fails
| * Move comment.js reply button styling to comments.cssJames Taylor2020-10-201-12/+0
| | | | | | | | So that the style will also be present on the /comments pages
| * Add setting to change font. Change default to arialJames Taylor2020-10-202-1/+337
| | | | | | | | Closes #33
| * Add 'self' directive for img to CSP when proxy_images is offJames Taylor2020-10-191-1/+1
| | | | | | | | | | | | | | | | The default directive has self, but the img directive overrides that completely. Need this for local image requests such as subscriptions closes #31
* | fix htmlzrose5842020-10-211-1/+1
| |
* | proxy 'sponsor.ajay.app'zrose5842020-10-182-2/+4
| |
* | add sponsorblock.jszrose5842020-10-172-7/+12
|/
* Merge branch 'master' into optional_proxy_imagesJames Taylor2020-10-124-14/+47
|\
| * Merge pull request #23 from zrose584/comments_jsJames Taylor2020-10-113-13/+45
| |\ | | | | | | add comments.js for comment replies
| | * add comments.js to /commentszrose5842020-10-101-0/+5
| | |
| | * jinja: only include 'comments.js' if neededzrose5842020-10-091-2/+4
| | |
| | * replies: remove css borderzrose5842020-10-091-3/+0
| | |
| | * add comments.jszrose5842020-10-073-12/+40
| | |
| * | autofocus search inputzrose5842020-10-071-1/+2
| |/
* | Don't remove the CSP completelyzrose5842020-10-091-3/+2
| |
* | settings.py: add 'proxy_images'zrose5842020-10-071-1/+3
|/
* Fix video height not scaling down when browser window is narrowJames Taylor2020-10-011-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 videosJames Taylor2020-09-251-12/+14
|
* Specify video height in html so page doesn't shift down after loadJames Taylor2020-09-241-2/+1
| | | | | Use true video height extracted from youtube to handle videos shorter than their quality size. (e.g. widescreen videos)