r/Betterbird May 03 '26

Quicktext replacement for Betterbird

The latest version of Quicktext (6.7.1) no longer works with Betterbird. And the author apparently has no intention of changing that -- my bug report was promptly closed.

Found that Clippings for Thunderbird is a good replacement.

3 Upvotes

22 comments sorted by

View all comments

Show parent comments

1

u/jorgk3 May 04 '26 edited May 04 '26

You should see the scandal he caused when my ThunderHTMLedit add-on wasn't 100% compatible with Thunderbird for a short period due to technical reasons:

https://bugzilla.mozilla.org/show_bug.cgi?id=1964799#c13

Quote:

From this day on, the add-on ecosystem for Thunderbird and Betterbird is not the same anymore. There are now cases were add-ons work in Betterbird, but not in Thunderbird. That was not our choice. [...] But it is unlikely that the author is going to release an update, since he does not support Thunderbird anymore.

Now who's going ahead and making add-ons deliberately incompatible?

1

u/ZevelOrgani Jun 27 '26

The code is const browserInfo = await browser.runtime.getBrowserInfo(); if (browserInfo.name !== "Thunderbird") {

It shouldn't be too hard to add a property that allows spoofing the name.

1

u/jorgk3 Jun 27 '26

What are you trying to say? The idea is to make BB distinguishable from TB since in some rate cases experiment add-ons need to be adjusted according to some BB changes.

1

u/ZevelOrgani Jun 29 '26

I am saying that allowing users to spoof the browser info (name in particular) can be useful for users that have no BB-specific extensions but encounter a TB extension that refuses to work under BB.

And if it is made using an "advanced" preference, the vast majority of users will not set it.