Simple Video Player for sites

Julia_

Active Member
33
2024
5
460
This video player uses plyr but with some design edits and adding new features like skip intro and more.

I made this code for my site (my site for anime)

I'm still new. Can anyone rate video player please!

Github
 
17 comments
great, what do you want with that player?
Just I want share is free
Post automatically merged:

And I want to ask people to rate my edits
Post automatically merged:

And I want to anyone gives me suggestions to improve this player
 
Last edited:
And I want to ask people to rate my edits
not respounsif
github.php
 
If you want to change the intro skip time, go to the script in the "chapter2EndTime" pane and set the opening song play time and then set the opening song end time in the "chapter3StartTime" pane
Code:
            const chapter2EndTime = convertToSeconds("OPENGING START TIME LIKE THAT 0:00");
            const chapter3StartTime = convertToSeconds("OPENING END TIME LIKE THAT 1:27");
 
Back
Top