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
gokayburuc.dev -
Arun Krish -
Anthony Max -
Ikoh Sylva -
Top comments (0)