Comment on Is there something I can add to a direct video URL to make it loop?
nooeh@lemmy.world 11 months agoHow about JavaScript which writes a simple html page. Any clue how I might go about that?
Comment on Is there something I can add to a direct video URL to make it loop?
nooeh@lemmy.world 11 months agoHow about JavaScript which writes a simple html page. Any clue how I might go about that?
Serinus@lemmy.world 11 months ago
Javascript is overkill. Open a file on your desktop, name it whatever.html. Open it in notepad, put this in it. Save it, open it in your browser.
nooeh@lemmy.world 11 months ago
Lol I can understand what that does. The reason I am asking about JavaScript is that potentially I can use it like a url.
master5o1@lemmy.nz 11 months ago
data:html,
Might work.
nooeh@lemmy.world 9 months ago
Thank you so much!! Data URLs were exactly what I was looking for with a little modification! Apparently chrome doesn’t allow looping with audio unless it meets certain strict criteria per google. Here is my final URL:
data:text/html,
Scubus@sh.itjust.works 11 months ago
When does it delete system32?