Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celeborn2BeAlive/bd6bd165b84080eeb4ec22ff3ecbafd3 to your computer and use it in GitHub Desktop.
Save Celeborn2BeAlive/bd6bd165b84080eeb4ec22ff3ecbafd3 to your computer and use it in GitHub Desktop.
Copy Markdown Link Bookmarklet (only works for https)
javascript:(function(){s=`[${document.querySelector("title").innerHTML}](${window.location})`;elt=document.querySelector(".ytp-time-duration");if(elt){s=`${s} ⏳ ${elt.innerHTML}`;}navigator.clipboard.writeText(s).then(()=>{alert(s)});})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment