Skip to content

Commit

Permalink
Update helpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 authored Nov 19, 2024
1 parent 740e817 commit 8c82dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 8c82dcf

Please sign in to comment.