Skip to content

Instantly share code, notes, and snippets.

@waquwex
Created March 1, 2024 15:55
Show Gist options
  • Select an option

  • Save waquwex/27219d240115a58312324d957a81d986 to your computer and use it in GitHub Desktop.

Select an option

Save waquwex/27219d240115a58312324d957a81d986 to your computer and use it in GitHub Desktop.
Copy current url to clipboard
navigator.clipboard.writeText(window.location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment