Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add tooltip to video speed box to improve discoverability | James Taylor | 2021-04-13 | 1 | -1/+1 | |
| | | | | | | See #60 Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Channel: Allow going to next pages of playlists page | James Taylor | 2021-03-15 | 1 | -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 00ef1c862744ec00886bc3fa4b95fdfc6c151866 | Jesús | 2021-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix comment replies | James Taylor | 2021-02-26 | 1 | -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 URL | Jesús | 2021-02-25 | 1 | -1/+1 | |
| | ||||||
* | Change URL repo | Jesús | 2021-02-25 | 1 | -1/+1 | |
| | ||||||
* | General theme: fix support 'Content-Security-Policy' with librejs in UXP | Jesús | 2021-01-09 | 1 | -1/+1 | |
| | ||||||
* | General theme: improve thumbnail-img | Jesús | 2021-01-07 | 1 | -3/+3 | |
| | ||||||
* | General theme: fix HTML syntax | Jesús | 2021-01-01 | 1 | -1/+1 | |
| | ||||||
* | General theme: fix style paginator | Jesús | 2021-01-01 | 1 | -1/+1 | |
| | ||||||
* | General theme: fix syntax W3C markup and add improve 'Published' date | Jesús | 2020-12-30 | 2 | -3/+3 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | General theme: Add license to missing script in watch.html | Jesús | 2020-12-29 | 1 | -1/+5 | |
| | ||||||
* | General theme: add license and add URL source code in footer | Jesús | 2020-12-29 | 3 | -110/+72 | |
| | ||||||
* | Patch-import-migrate: Add embed page for embeds on the web | Jesús | 2020-12-19 | 1 | -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 ctoken | James Taylor | 2020-12-18 | 2 | -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 new | James Taylor | 2020-12-18 | 2 | -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 support | Jesús | 2020-12-18 | 1 | -1/+1 | |
| | ||||||
* | Add get_app_version and version | Jesús | 2020-12-17 | 1 | -1/+5 | |
| | ||||||
* | Migration general theme: fix video player method in javascript | Jesús | 2020-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fix missing lang | Jesús | 2020-12-15 | 1 | -1/+1 | |
| | ||||||
* | Migration general theme: fix missing message-box style | Jesús | 2020-12-15 | 13 | -375/+17 | |
| | ||||||
* | Change general design theme | Jesús | 2020-12-14 | 15 | -1325/+668 | |
| | ||||||
* | Add box to enter custom video speed | James Taylor | 2020-11-30 | 1 | -4/+33 | |
| | ||||||
* | Video comments: replace with error message if there is error | James Taylor | 2020-11-29 | 2 | -7/+14 | |
| | | | | Such as 429 error, or an exception | |||||
* | error page: dont use newline wrapping on error-box | James Taylor | 2020-10-28 | 1 | -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 blocked | James Taylor | 2020-10-25 | 1 | -0/+1 | |
| | | | | | | | Use stem library to send a new identity signal via the tor control port. See #20 | |||||
* | Organize settings into categories | James Taylor | 2020-10-22 | 1 | -3/+6 | |
| | ||||||
* | Remove commenting system. Because: | James Taylor | 2020-10-21 | 5 | -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_sponsorblock | James Taylor | 2020-10-21 | 8 | -48/+372 | |
|\ | ||||||
| * | remove trailing whitespaces | zrose584 | 2020-10-21 | 4 | -14/+14 | |
| | | ||||||
| * | comments.js: include error in reply html rather than using an alert | James Taylor | 2020-10-20 | 2 | -24/+26 | |
| | | ||||||
| * | Comments.js: Add open in new tab button under replies as fallback | James Taylor | 2020-10-20 | 1 | -0/+1 | |
| | | | | | | | | if xhr request fails | |||||
| * | Move comment.js reply button styling to comments.css | James Taylor | 2020-10-20 | 1 | -12/+0 | |
| | | | | | | | | 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 | 2 | -1/+337 | |
| | | | | | | | | Closes #33 | |||||
| * | Add 'self' directive for img to CSP when proxy_images is off | James Taylor | 2020-10-19 | 1 | -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 html | zrose584 | 2020-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | proxy 'sponsor.ajay.app' | zrose584 | 2020-10-18 | 2 | -2/+4 | |
| | | ||||||
* | | add sponsorblock.js | zrose584 | 2020-10-17 | 2 | -7/+12 | |
|/ | ||||||
* | Merge branch 'master' into optional_proxy_images | James Taylor | 2020-10-12 | 4 | -14/+47 | |
|\ | ||||||
| * | Merge pull request #23 from zrose584/comments_js | James Taylor | 2020-10-11 | 3 | -13/+45 | |
| |\ | | | | | | | add comments.js for comment replies | |||||
| | * | add comments.js to /comments | zrose584 | 2020-10-10 | 1 | -0/+5 | |
| | | | ||||||
| | * | jinja: only include 'comments.js' if needed | zrose584 | 2020-10-09 | 1 | -2/+4 | |
| | | | ||||||
| | * | replies: remove css border | zrose584 | 2020-10-09 | 1 | -3/+0 | |
| | | | ||||||
| | * | add comments.js | zrose584 | 2020-10-07 | 3 | -12/+40 | |
| | | | ||||||
| * | | autofocus search input | zrose584 | 2020-10-07 | 1 | -1/+2 | |
| |/ | ||||||
* | | Don't remove the CSP completely | zrose584 | 2020-10-09 | 1 | -3/+2 | |
| | | ||||||
* | | settings.py: add 'proxy_images' | zrose584 | 2020-10-07 | 1 | -1/+3 | |
|/ | ||||||
* | Fix video height not scaling down when browser window is narrow | James Taylor | 2020-10-01 | 1 | -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 videos | James Taylor | 2020-09-25 | 1 | -12/+14 | |
| | ||||||
* | Specify video height in html so page doesn't shift down after load | James Taylor | 2020-09-24 | 1 | -2/+1 | |
| | | | | | Use true video height extracted from youtube to handle videos shorter than their quality size. (e.g. widescreen videos) |