Copy paste this in the developer console:
v = document.querySelector('video')
v.onended = () => v.currentTime = 0
A very simple trick to have your video be looped forever! :-)
Copy paste this in the developer console:
v = document.querySelector('video')
v.onended = () => v.currentTime = 0
A very simple trick to have your video be looped forever! :-)
For further actions, you may consider blocking this person and/or reporting abuse
San Askaruly -
Rohit Ghumare -
Ambrus Pethes -
Birdmorning Solutions Pvt. Ltd -
Top comments (0)