Skip to content

Instantly share code, notes, and snippets.

@oscargong
Created January 8, 2018 10:07
Show Gist options
  • Save oscargong/9ac20714c81109b0a6b83615a6914653 to your computer and use it in GitHub Desktop.
Save oscargong/9ac20714c81109b0a6b83615a6914653 to your computer and use it in GitHub Desktop.
My own Surfingkeys conf
mapkey('yz', "#7拷贝当前页标题和 URL", function() {
Clipboard.write(document.title +" " + window.location.href);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment