summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
2022-07-11Merge pull request #3162 from 138138138/138138138-audio-quality-1Samantaz Fox
2022-07-07Merge pull request #3158 from 138138138/138138138-mobileui-forward-rateSamantaz Fox
2022-06-25Update MobileUi138138138
2022-06-25Update MobileUi138138138
2022-06-25Change player.css order138138138
2022-06-25Add audioTrackButton138138138
2022-06-23Fix captions138138138
textTracks 0 in DASH mode shows debug messages. Use textTracks 1 in DASH mode, and textTracks 0 in non-DASH mode and audio mode.
2022-06-22Player MobileUi fast forward/backward rate138138138
The fast forward/backward seconds will be adjusted according to playback rate (same as YouTube app behavior). 5 seconds is used when the playback rate is 1x. Previously it was 10 seconds. I believe most of the users watch videos at 2x, so the change will not be obvious.
2022-06-22Fix captions138138138
Captions should automatically show according to preferences.
2022-06-05JS. Trailing spaces removedmeow
2022-05-31fix time adding dirung redirectionmeow
2022-05-31Save time during redirection on another instancemeow
2022-05-21comment changedmeow
extra spaces removed
2022-05-21handled invalid values in storagemeow
partial rewrite notifications.js innerText to textContent fixed bug with clamping
2022-05-19JS code minor formattingAHOHNMYC
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-05-17Less player reload timeoutmeow
2022-05-17Share video regression. Single quotes are requiredmeow
2022-05-16JS theme switching simplifiedmeow
2022-05-16JS fixes: recursion in themes, keys for frame walking, JSON XHR and ↵meow
details-summary in IE11
2022-05-15js code rewrite. Themes rewritten, bugs fixedmeow
2022-05-06jsdoc type fixmeow
2022-05-06fix helpers storagemeow
2022-05-06fix helpersmeow
2022-05-06js code rewrite. Created _helpers.js with XHR and storage wrappermeow
2022-05-04Merge pull request #3076 from SamantazFox/fix-3062-3063Samantaz Fox
Fix regressions of #2936
2022-05-03Other minor fixesSamantaz Fox
2022-05-02Merge pull request #3065 from 138138138/masterSamantaz Fox
Fix iOS 3 buttons separated lines
2022-04-30Merge pull request #3054 from DUOLabs333/patch-1Samantaz Fox
Widen Youtube player seek bar a little
2022-04-30Fix iOS 3 buttons separated lines138138138
2022-04-27replace tabs to spacesmeow
2022-04-25new lines in the end of filemeow
2022-04-25`console.warn` and `info` instead of `log`meow
2022-04-25optional catchng is not supported by IE11meow
2022-04-25destructing binding is not supported by IE11meow
2022-04-25default parametersmeow
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-25transform template stringmeow
2022-04-25single quotesmeow
2022-04-25convert arrow functionsmeow
2022-04-25eqeqeqmeow
2022-04-25semicolonsmeow
2022-04-25use strictmeow
2022-04-24Lower margin-bottom some moreDUO Labs
2022-04-24Update player.cssDUO Labs
Fixed "floating" seek bar
2022-04-24Widen Youtube player a bitDUO Labs
2022-04-22Bump videojs to 7.12.1 (#3011)Émilien Devos
2022-04-17Remove insecure protocol in embedded viewAHOHNMYC