summaryrefslogtreecommitdiffstats
path: root/assets/js/watch.js (follow)
AgeCommit message (Collapse)Author
2023-09-18Add support for post pageChunkyProgrammer
2023-06-07Comments: Don't break JavaScript when loading moreChunky programmer
2022-06-05JS. Trailing spaces removedmeow
2022-05-21handled invalid values in storagemeow
partial rewrite notifications.js innerText to textContent fixed bug with clamping
2022-05-15js code rewrite. Themes rewritten, bugs fixedmeow
2022-05-06js code rewrite. Created _helpers.js with XHR and storage wrappermeow
2022-04-25`console.warn` and `info` instead of `log`meow
2022-04-25replace huphen-minus to real minusmeow
2022-04-25replace innerHTML to safer textContent where possiblemeow
2022-04-25add variable declarationsmeow
2022-04-25fix double variable declarationmeow
2022-04-25eqeqeqmeow
2022-04-25semicolonsmeow
2022-04-25use strictmeow
2021-10-11scroll the nextVideo into the topdiogo
2021-03-20fix comment repliesAndrew Zhao
2021-01-10fix incorrect use of setinterval in jsAndrew Zhao
2020-12-08Shuffle URL paramssaltycrys
The `list` and `index` params are the most important and come first now.
2020-03-15Migrate to a good Content Security Policy (#1023)leonklingele
So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022
2019-10-18Fix comment event listenerOmar Roth
2019-10-15Add support for custom playlistsOmar Roth
2019-08-16js: add support for keydown events (#678)leonklingele
* 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.
2019-07-20Remove default arguments from function definitionsOmar Roth
2019-06-16Shorten timeout for AJAXOmar Roth
2019-06-15Fix retry on timeout for AJAX requestsOmar Roth
2019-06-07Minor refactorOmar Roth
2019-05-29Add 'comments' as URL parameterOmar Roth
2019-05-27Add "local" to "next video" URLsOmar Roth
2019-05-16Refactor watched_widget.jsOmar Roth
2019-05-14Fix comments for age-restricted videosOmar Roth
2019-05-06Refactor player.jsOmar Roth
2019-05-06Refactor watch.jsOmar Roth
2019-05-01Minor formatting changesOmar Roth
2019-02-24Remove JS from download widgetOmar Roth
2019-02-16Fix locale text for "Show replies"Omar Roth
2019-01-27Fix colors and data-url in download widgetOmar Roth
2019-01-24Add fix to download widget for titles with unescaped charactersOmar Roth
2019-01-23Fix typo in default.cssOmar Roth
2019-01-23Add download widgetOmar Roth
2018-10-20Comma seperate comment scoresOmar Roth
2018-10-15Fix fallback for comments0.10.0Omar Roth
2018-10-06Move watch page JS into seperate fileOmar Roth