Skip to content

Instantly share code, notes, and snippets.

@Phate334
Last active January 23, 2022 16:15
Show Gist options
  • Save Phate334/190c8dae2efc2fcf7a80fdd230651b33 to your computer and use it in GitHub Desktop.
Save Phate334/190c8dae2efc2fcf7a80fdd230651b33 to your computer and use it in GitHub Desktop.
bookmarklet
javascript: (() => {
const vid = new URL(document.URL).searchParams.get('v');
navigator.clipboard.writeText("https://youtu.be/" + vid);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment