79556164

Date: 2025-04-04 20:04:07
Score: 0.5
Natty:
Report link

Finally found the working code. Install userChromeJS extension, create chrome/userChrome.js file with the next code:

document.addEventListener("DOMContentLoaded", () => {
  ZoomManager.setZoomForBrowser(getBrowser(), 1.2);
});

Works for the email preview and message composition window.
Kudos to Reddit guys, their discussion gave me an idea, how my command should be invoked properly.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: whtyger