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
Saloni Singh -
Georgia Weston -
Carrie -
Gabor Szabo -
Top comments (0)