Skip to content

Commit

Permalink
Update tweetviewer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 authored Nov 19, 2024
1 parent 231044c commit 740e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tweetviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@ class TweetViewer {
openInNewTab(`https://${location.hostname}/${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 740e817

Please sign in to comment.