When does it delete system32?
Comment on Is there something I can add to a direct video URL to make it loop?
Serinus@lemmy.world 11 months agoJavascript 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.
<h1>Title of my page</h1> Your browser does not support the video tag.
Scubus@sh.itjust.works 11 months ago
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,
master5o1@lemmy.nz 9 months ago
Cool. Can’t see that data url. Use an image of pastebin like it did.