Commit Graph

40 Commits (927c37ce3eb306fe6a02c0fdb9e3ee0a837e84d2)

Author SHA1 Message Date
meow d3ab4a5145 JS. Trailing spaces removed 2 years ago
meow b72b917af2 handled invalid values in storage
partial rewrite notifications.js
innerText to textContent
fixed bug with clamping
2 years ago
meow fd66084388 js code rewrite. Themes rewritten, bugs fixed 2 years ago
meow 7dd699370f js code rewrite. Created _helpers.js with XHR and storage wrapper 2 years ago
meow 3431a1b1de `console.warn` and `info` instead of `log` 2 years ago
meow cdd5a9e935 replace huphen-minus to real minus 2 years ago
meow c4cc50ca39 replace innerHTML to safer textContent where possible 2 years ago
meow 9b09d369d9 add variable declarations 2 years ago
meow 12ab11413f fix double variable declaration 2 years ago
meow 38ef0b10e7 eqeqeq 2 years ago
meow c72d3c4a0e semicolons 2 years ago
meow eb7e48b059 use strict 2 years ago
diogo f13fb80b42
scroll the nextVideo into the top 3 years ago
Andrew Zhao 89fd35e02d fix comment replies 4 years ago
Andrew Zhao 5a08dfa72f fix incorrect use of setinterval in js 4 years ago
saltycrys 680dc1f962 Shuffle URL params
The `list` and `index` params are the most important and come first now.
4 years ago
leonklingele 70cbe91776
Migrate to a good Content Security Policy (#1023)
So attacks such as XSS (see [0]) will no longer be of an issue.

[0]: https://github.com/omarroth/invidious/issues/1022
5 years ago
Omar Roth 23ccaea2ff
Fix comment event listener 5 years ago
Omar Roth be055d9dcb
Add support for custom playlists 5 years ago
leonklingele e6b4e12689 js: add support for keydown events (#678)
* js: add support for keydown events

This will modify the player behavior even if the player element is unfocused.

Based on the YouTube key bindings, allow to

- toggle playback with space and 'k' key
- increase and decrease player volume with up / down arrow key
- mute and unmute player with 'm' key
- jump forwards and backwards by 5 seconds with right / left arrow key
- jump forwards and backwards by 10 seconds with 'l' / 'j'  key
- set video progress with number keys 0–9
- toggle captions with 'c' key
- toggle fullscreen mode with 'f' key
- play next video with 'N' key
- increase and decrease playback speed with '>' / '<' key

* js: remove unused dependency 'videojs.hotkeys.min.js'

Support for controlling the player volume by scrolling over it is
still retained by copying over the relevant code part from the
aforementioned library.
5 years ago
Omar Roth d034fecc89
Remove default arguments from function definitions 5 years ago
Omar Roth 17edfd6573
Shorten timeout for AJAX 5 years ago
Omar Roth 552f616305
Fix retry on timeout for AJAX requests 5 years ago
Omar Roth 8c944815bc
Minor refactor 5 years ago
Omar Roth efd54b7523
Add 'comments' as URL parameter 5 years ago
Omar Roth de77c71042
Add "local" to "next video" URLs 5 years ago
Omar Roth 7d2e1f63b5
Refactor watched_widget.js 5 years ago
Omar Roth e833ccf309
Fix comments for age-restricted videos 5 years ago
Omar Roth 058711d3a8
Refactor player.js 5 years ago
Omar Roth 2faa2ed1f4
Refactor watch.js 5 years ago
Omar Roth 1a9360ca75
Minor formatting changes 5 years ago
Omar Roth 1692f7640c Remove JS from download widget 6 years ago
Omar Roth f8467fcda6 Fix locale text for "Show replies" 6 years ago
Omar Roth c0fdc28a84 Fix colors and data-url in download widget 6 years ago
Omar Roth 1a9057a175 Add fix to download widget for titles with unescaped characters 6 years ago
Omar Roth 08e8d0f56f Fix typo in default.css 6 years ago
Omar Roth fb535ad6bb Add download widget 6 years ago
Omar Roth 3ee7201f5d Comma seperate comment scores 6 years ago
Omar Roth 57d88ffcc8 Fix fallback for comments 6 years ago
Omar Roth f7125c1204 Move watch page JS into seperate file 6 years ago