Skip to content

Instantly share code, notes, and snippets.

View monking's full-sized avatar

Christopher Lovejoy monking

View GitHub Profile
@monking
monking / one-liner-seek-button.md
Created November 11, 2025 20:34
one-liner seek button (onclick JavaScript in HTML/Markdown)

one-liner seek button

<button onclick="recipeVideo.currentTime=this.innerText.split(':').reverse().reduce((s,t,i)=>s+t*[1,60,3600][i],0);">0:24</button>

e.g.

<video id="recipeVideo" src="my-recipe.mp4" controls></video>
<ul>