James Taylor
b126ce1aa6
Video comments: replace with error message if there is error
...
Such as 429 error, or an exception
2020-11-29 18:56:22 -08:00
James Taylor
2388b372ae
error page: dont use newline wrapping on error-box
...
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.
2020-10-28 18:41:17 -07:00
James Taylor
3a081a9c46
Automatically change tor circuit once if ip is blocked
...
Use stem library to send a new identity signal via the tor
control port.
See #20
2020-10-25 11:15:59 -07:00
James Taylor
9f1b69d22f
Organize settings into categories
2020-10-22 15:00:06 -07:00
James Taylor
d3230e8daf
Remove commenting system. Because:
...
- 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
2020-10-21 19:58:31 -07: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
832524e421
fix html
2020-10-21 10:29:49 +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
James Taylor
b35afb7cf6
Add 'self' directive for img to CSP when proxy_images is off
...
The default directive has self, but the img directive overrides
that completely. Need this for local image requests such as
subscriptions
closes #31
2020-10-19 13:33:17 -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
James Taylor
fd253d9e07
Merge branch 'master' into optional_proxy_images
2020-10-12 09:37:13 -07:00
James Taylor
2cfc6dec39
Merge pull request #23 from zrose584/comments_js
...
add comments.js for comment replies
2020-10-11 18:52:34 -07:00
zrose584
4844fa6d65
add comments.js to /comments
2020-10-10 19:01:44 +02:00
zrose584
6a7d0557e2
jinja: only include 'comments.js' if needed
2020-10-09 18:55:04 +02:00
zrose584
fd9bb643f8
replies: remove css border
2020-10-09 18:53:43 +02:00
zrose584
ed0b20e6c8
Don't remove the CSP completely
2020-10-09 18:35:13 +02:00
zrose584
debc11931f
add comments.js
2020-10-07 20:32:57 +02:00
zrose584
f8d9be2d5a
settings.py: add 'proxy_images'
2020-10-07 19:28:52 +02:00
zrose584
05cec14881
autofocus search input
2020-10-07 18:44:48 +02:00
James Taylor
9123d9a6cf
Fix video height not scaling down when browser window is narrow
...
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.
2020-10-01 13:38:57 -07:00
James Taylor
cf08f96de9
Add some space between transcript button and related videos
2020-09-25 09:48:29 -07:00
James Taylor
20152a6316
Specify video height in html so page doesn't shift down after load
...
Use true video height extracted from youtube to handle videos
shorter than their quality size. (e.g. widescreen videos)
2020-09-24 18:50:54 -07:00
James Taylor
9f0d84ddb9
Transcript: Add label for table view checkbox
2020-09-24 15:16:41 -07:00
James Taylor
97b092bf7a
Merge pull request #15 from zrose584/transcript_table
...
Transcript table
2020-09-24 12:14:20 -07:00
James Taylor
753f6c5389
Jump video to timestamp in description or comments
2020-09-18 17:32:28 -07:00
James Taylor
e9989af03a
Add tor video routing
...
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
2020-09-18 14:40:21 -07:00
zrose584
0830468bd1
style transcript div
2020-09-15 20:57:11 +02:00
zrose584
0be0a59a2a
transcript-table: show transcript as contiguous text by default
2020-09-12 13:22:46 +02:00
zrose584
57978485ee
let jinja create the transcript <details> element
2020-09-12 10:51:01 +02:00
zrose584
05a7907be4
add transcript-table.js
2020-09-11 21:28:29 +02:00
zrose584
94ece08a1e
hotkeys.js: add 'c' for transcript
2020-09-11 21:27:49 +02:00
James Taylor
c2ca47c5d3
Add setting to enable/disable video hotkeys
2020-09-09 18:53:11 -07:00
zrose584
12e56c7e71
add hotkeys.js
2020-09-09 21:01:16 +02:00
James Taylor
ac9b7f0162
Switch to desktop endpnt w/ new ctoken format except sort by old>1
...
Sorting by old for pages > 1 currently broken on some channels;
it's still using the mobile endpoint.
2020-08-12 14:46:29 -07:00
James Taylor
8e12551471
Switch to mobile api endpoint to fix 'Unknown error' blockage
...
See https://github.com/iv-org/invidious/issues/1319#issuecomment-671732646
2020-08-11 21:09:59 -07:00
James Taylor
e78d239323
Add support for &t parameter
2020-07-25 21:25:23 -07:00
James Taylor
a7ff3a5217
Playlist page: Fix error on failure to extract playlist title
...
Such as when the playlist was deleted or doesn't exist
2020-07-25 21:03:42 -07:00
James Taylor
9fc347e093
Add video transcript to downloads
...
Generated from the video captions
2020-07-25 19:40:37 -07:00
James Taylor
aa3e5aa441
Add dialog for copying urls to external player for livestreams
...
Also for livestreams which are over whose other sources
aren't present or aren't ready yet.
2020-06-28 17:52:24 -07:00
James Taylor
d7a4b03fdf
Add option for reloading video without invidious
...
For faster usage of new identity button as an alternative
2020-05-27 11:55:47 -07:00
James Taylor
d5e661dfd3
Indicate that video is live
2020-05-27 11:14:19 -07:00
James Taylor
5554d5afff
Add playlist sidebar for videos in playlist, including autoplay
2020-04-04 22:52:09 -07:00
James Taylor
00cf61d625
Change px values to rem values in font-size declarations
2020-02-22 22:14:11 -08:00
James Taylor
9f090dbbf8
Watch page: add info box with allowed countries and tor exit node
...
Should help with debugging various content blocks
2020-02-01 16:16:49 -08:00
James Taylor
c13a8f677d
local playlists: Display error message if no videos are selected or no playlist is chosen when using "add to playlist"
...
See #4
2020-01-19 14:29:50 -08:00