Comment on Is there something I can add to a direct video URL to make it loop?

FooBarrington@lemmy.world ⁨7⁩ ⁨months⁩ ago

I wrote a quick bookmarklet for you:

javascript: (() => document.querySelectorAll(“video”).forEach(video => video.loop = true))();

You can paste this into the URL bar (and press Enter to apply), it will make all video elements on the page loop automatically. Caveats:

source
Sort:hotnewtop