Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/troilus/MailmeLink
Browse files Browse the repository at this point in the history
  • Loading branch information
troilus committed Jun 8, 2023
2 parents 4313db9 + 804aab8 commit 7d634f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MailmeLink
Original file line number Diff line number Diff line change
@@ -1 +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=%27 + subject + %27&body=%27 + body; window.location.href = mailtoLink;})();
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 7d634f7

Please sign in to comment.