regify
(Volker)
July 28, 2025, 4:04pm
1
Hi,
in background.js I do the following:
const scriptDetails = {
id: "messageHint-script",
js: [
"showHint.js"
],
runAt: "document_idle"
};
messenger.scripting.messageDisplay.registerScripts([scriptDetails]);
The file showHint.js just contains this line:
console.log("Hello");
Every time I switch messages in Thunderbird, the “Hello” message is logged twice. Like if all registered Scripts are called twice?
What am I doing wrong?
Linux with Thunderbird BETA 141.0b2 (64-Bit).
dotproto
(Simeon Vincent)
July 28, 2025, 4:06pm
2
Hey @regify , we don’t generally cover Thunderbird here. Based on this post , it sounds like the best place to request assistance with Thunderbird add-on development is https://thunderbird.topicbox.com/groups/ .
wsmwk
(Wayne)
July 28, 2025, 4:34pm
3
Correct. Specifically groups/addons
regify
(Volker)
July 29, 2025, 6:22am
4
Thanks to both of you, but I asked this and more questions there already and got no answer for more than two weeks now. So I thought I better try here where more people are active…
And this is the AddOns - Development category. Why is that wrong here?
wsmwk
(Wayne)
July 29, 2025, 10:19am
5
Someone will reply to Topicbox
regify
(Volker)
August 5, 2025, 6:16am
6
Until now, no one answered. The topicbox seems not active any more. No answer for 24 days…