Bl4Cc4t / GoodTwitter2

Userscript to modify the looks of twitter.com
494 stars 63 forks source link

Quoted tweets are not anchors #47

Open Aridow opened 4 years ago

Aridow commented 4 years ago

When someone do a "retweet with comment", it's not possible to middle-click the quoted tweet to open it in a new tab, like in Legacy Twitter.

Aridow commented 4 years ago

It seems quoted tweets are now anchors, but Firefox blocks the pop up. When I unblock them, the new tab in which they open are focused, contrary to top trends.

Bl4Cc4t commented 4 years ago

Firefox is such a special snowflake :/ Works for everything in webkit. Maybe I could wrap them when the disableAutoRefresh feature gets better.

Aridow commented 4 years ago

I was searching a way to fix it, and it seems to work with that :

  1. In Firefox settings, allow pop-ups for twitter.com
  2. in about:config, set browser.tabs.loadDivertedInBackground to "true"

(note that I already had browser.tabs.loadBookmarksInBackground to "true" before I find this fix)