Skip to content

Instantly share code, notes, and snippets.

@kosiew
Created May 10, 2020 02:22
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 kosiew/0ae079f87ac52bba906ccdc4d8a6a6dc to your computer and use it in GitHub Desktop.
Save kosiew/0ae079f87ac52bba906ccdc4d8a6a6dc to your computer and use it in GitHub Desktop.
function copyUrl() {
const url = window.location.href;
GM_setClipboard(url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment