Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
troilus committed Jun 9, 2023
1 parent e2fd9f7 commit 2537495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion BarkMe

This file was deleted.

6 changes: 6 additions & 0 deletions MailmeLink
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
javascript:(function() {
var subject = encodeURIComponent(document.title);
var body = encodeURIComponent(document.title + '\n\n' + location.href);
var mailtoLink = 'mailto:iswangli@outlook.com?subject=' + subject + '&body=' + body;
window.location.href = mailtoLink;
})();

0 comments on commit 2537495

Please sign in to comment.