On Sun, 28 Mar 2021 15:41:29 +0900 Yuya Nishihara wrote:

> After upgrading to Firefox 87, I've sometimes seen one of the firefox
> contentproc consumes 100% CPU usage indefinitely after start. Killing that
> process appears to terminate all of the extensions, and firefox goes back
> to normal by reenabling them in "Add-ons Manager" page.

FYI I found a faster way to disable/enable addons:

First in about:config set devtools.chrome.enabled to true.

Then when you want to apply the workaround pres Ctrl+Shift+j, run this:

Components.utils.import("resource://gre/modules/AddonManager.jsm");
AddonManager.getAllAddons().then(addons => addons.forEach(addon => 
{addon.disable() ; addon.enable()}))

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to