Created
February 23, 2023 23:20
-
-
Save caseywatts/e3fffc47abec13c0cec90ff84983818a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
const title = document.querySelectorAll("h1.ytd-watch-metadata")[0].innerText; | |
const url = window.location.href; | |
window.prompt("Here's your markdown link!",`[${title}](${url})`); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment