From 8c82dcf63bd81cf9fb4bc1ee79d97d8fcf5aba72 Mon Sep 17 00:00:00 2001 From: Celestial04 Date: Tue, 19 Nov 2024 23:08:20 +0100 Subject: [PATCH] Update helpers.js --- scripts/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers.js b/scripts/helpers.js index 41a0d32b..efd35266 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -3469,7 +3469,7 @@ async function appendTweet(t, timelineContainer, options = {}) { openInNewTab(`/${t.user.screen_name}/status/${t.id_str}?newtwitter=true`); }); tweetInteractMoreMenuEmbed.addEventListener('click', () => { - openInNewTab(`https://publish.${location.hostname}/?query=/${t.user.screen_name}/status/${t.id_str}&widget=Tweet`); + openInNewTab(`https://publish.${location.hostname}/?query=https://${location.hostname}/${t.user.screen_name}/status/${t.id_str}&widget=tweet`); }); if (t.user.id_str === user.id_str) { tweetInteractMoreMenuAnalytics.addEventListener('click', () => {