Showing questions for topic:

Unable to save screen capture as PDF using fireshot

I use Fireshot on my Mac to take screenshots and normally save as PDF. This works fine using Safari and Chrome browsers. However, using Firefox, when saving the screensh… (और पढ़ें)

I use Fireshot on my Mac to take screenshots and normally save as PDF. This works fine using Safari and Chrome browsers. However, using Firefox, when saving the screenshot as a PFD it uses file type 'All files' Up till now, I have been unable to open the file saved as an 'All files' document. But this morning, saving the capture as a PDF 'All files' type, has saved the document as a PDF.

QUESTION: Just using Firefox, why does saving a screen capture uses 'All files' when saving as a PDF. And has the issue been noted and resolved, but the All files file type still shown? NOTE: The drop-down arrow on Format does not offer any alternative.

Open 1

CardBooks incompatible with Thunderbird 155.0

Somewhat frustrating ... just after installing and setting up CardBook for Thunderbird on all devices... it automatically deactivated and "disappeared". CardBook no long… (और पढ़ें)

Somewhat frustrating ... just after installing and setting up CardBook for Thunderbird on all devices... it automatically deactivated and "disappeared". CardBook no longer is compatible with Thunderbird.

Hope there will be an update soon that allows to keep all the settings...

Thanks.

Open 3

ublock origin stops proton

It just started 2 days ago that ublock extension cause proton password manager to stop on w10 browser. I've been using this combo few years but now proton will exit strai… (और पढ़ें)

It just started 2 days ago that ublock extension cause proton password manager to stop on w10 browser. I've been using this combo few years but now proton will exit straight away I can't decide which one I could let go, I mean I love them both

Open 3

A decent grammar checker for Thuderbird?

I'm thinking about using the LanguageTooler grammar checker that's listed among Thunderbird's add-ons but I've seen reports on Reddit saying that it's only FOC for a limi… (और पढ़ें)

I'm thinking about using the LanguageTooler grammar checker that's listed among Thunderbird's add-ons but I've seen reports on Reddit saying that it's only FOC for a limited time, after which you need to stump up a monthly fee,

Does anyone know of a cheaper alternative?

Open 1

How to disable adblockers for Facebook only?

Facebook pages will not load. I need specific detailed instructions how to do this. Dyslexia makes it difficult to process written directions. I want to disable adblocker… (और पढ़ें)

Facebook pages will not load. I need specific detailed instructions how to do this. Dyslexia makes it difficult to process written directions. I want to disable adblockers and other extensions to allow Facebook to load pages.

Open 1

I want better Addon management, filter-as-you-type search, sort by (last enabled) (last added) and so on

Hello, I find many quality of life things missing from the addon page ! First as search-as-you-type filter, where only addon with matching words remain visible. Then a wa… (और पढ़ें)

Hello, I find many quality of life things missing from the addon page !

First as search-as-you-type filter, where only addon with matching words remain visible.

Then a way to change the sort order Currently the sort order isn't clear On the first order it is enabled addons then disabled addons and 2nd order .. well it's not last added, maybe it's last updated ?

Anyway, the 1st order and 2nd order ordering should be modifiable

last enabled last updated last installed last active most cpu/memory/gpu usage by name of author by date of creation by last currently installed update by last available installed update by version number by homepage url by run in private tab state by run on restricted side state by count of access url by permission X state by number of permission by stored data amount by rating by rating count

And search 1st,2nd,3rd,4th order should be configurable and search should be able to specify the above terms like rating:>3 and so on

Also I would like a way to be able to install my non AMO plugin permannently easily or easier

thanks

Open 3

Addon-Page is not reachable

Hi I can not access and install addons. https://addons.thunderbird.net/de/thunderbird/ Cloudflare seem to work?! Tested with my phone as well (cellular connection) Is thi… (और पढ़ें)

Hi I can not access and install addons.

https://addons.thunderbird.net/de/thunderbird/

Cloudflare seem to work?!

Tested with my phone as well (cellular connection)

Is this a general issue and did they notice it already?

Best regards :)

Open 1

Whatever

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) { let body = await exportConversationAsH… (और पढ़ें)

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) {

 let body = await exportConversationAsHtml(msgs);
 let displayedMsgs = await browser.messageDisplay.getDisplayedMessages(tabId);
 let identityId = undefined;
 if (displayedMsgs.length) {
   let accountId = displayedMsgs[0].folder.accountId;
   let account = await browser.accounts.get(accountId);
   identityId = account.identities[0]?.id;
 }
 await browser.compose.beginNew({
   identityId,
   isPlainText: false,
   body,
 });

}

async function exportConversationAsHtml(msgs) {

let hr = `
 
`;
 let html = `

Forwarded Conversation:

` + hr; let promises = msgs.map(msg => exportMsgAsHtml(msg)); let messagesHtml = await Promise.all(promises); html += `
` + messagesHtml.join(hr) + `
`; return html;

}

async function exportMsgAsHtml(msg) {

 // Simple fallback to extract text content safely
return `
From: ${msg.author || "Unknown"}
Subject: ${msg.subject}

${msg.body || ""}
`;

}

Open 1

some time that can happen.

Please keep as in box as from popping up that is so tiring it interrupts whatever you're trying to do when you have all these ads always popping up it's too much thank yo… (और पढ़ें)

Please keep as in box as from popping up that is so tiring it interrupts whatever you're trying to do when you have all these ads always popping up it's too much thank you appreciate it something needs to be done! And don't like Gemini! Is bothersome!

Open 1

Initialising Addons.

I have installed various extensions, and pinned same to toolbar. To activate these, I simply click the icon. However, there are several addons I've installed which are n… (और पढ़ें)

I have installed various extensions, and pinned same to toolbar. To activate these, I simply click the icon.

However, there are several addons I've installed which are not pinned to the toolbar. These I cannot seem to start.

How to proceed ?

Open 1

Browser Extension History

On my Android phone, I saw a Firefox add-on I didn't remember adding for mobile, so I removed it right away. When I went to search for it in the add-on store to see what … (और पढ़ें)

On my Android phone, I saw a Firefox add-on I didn't remember adding for mobile, so I removed it right away. When I went to search for it in the add-on store to see what it was, it wasn't there. It was a version of Privacy Possum, but it doesn't look like that is available for mobile. One Privacy Possum (for desktop) looks like it was a legitimate extension that has fallen out of date and one looks like a scam extension, I'd like to know which one I had installed. Is there a way to see what add-ons I had but removed?

Open 1