Open Mastodon in the same tab

This commit is contained in:
Andy Balaam 2020-09-25 00:51:25 +01:00
parent ba270b5bb9
commit 0563c29dd6
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ document
}
var shareUrl = instance + "share?text=" + encodeURIComponent(text);
window.open(shareUrl, '_blank', 'noopener,noreferrer')
window.location.href = shareUrl;
})