aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Transcript: Add label for table view checkboxJames Taylor2020-09-241-0/+1
|
* Merge pull request #15 from zrose584/transcript_tableJames Taylor2020-09-241-0/+30
|\ | | | | Transcript table
| * style transcript divzrose5842020-09-151-2/+6
| |
| * transcript-table: show transcript as contiguous text by defaultzrose5842020-09-121-0/+1
| |
| * let jinja create the transcript <details> elementzrose5842020-09-121-0/+14
| |
| * add transcript-table.jszrose5842020-09-111-0/+9
| |
| * hotkeys.js: add 'c' for transcriptzrose5842020-09-111-0/+2
| |
* | Jump video to timestamp in description or commentsJames Taylor2020-09-182-4/+8
| |
* | Add tor video routingJames Taylor2020-09-181-1/+1
|/ | | | | | | | | | Includes non-tor video routing by default, so no more chances of the browser leaking headers or user agent to googlevideo Adjust settings upgrade system to facilitate change to route_tor setting. Add some more space on settings page for dropdown settings so does not overflow due to options with long names. Closes #7
* Add setting to enable/disable video hotkeysJames Taylor2020-09-091-7/+8
|
* add hotkeys.jszrose5842020-09-091-1/+3
|
* Switch to desktop endpnt w/ new ctoken format except sort by old>1James Taylor2020-08-121-7/+0
| | | | | Sorting by old for pages > 1 currently broken on some channels; it's still using the mobile endpoint.