Tag: chrome
-
Chrome crashing
I’m unsure what triggered it — updating Mac OS, updating Chrome, or something else — but Chrome has started crashing for me consistently within seconds of starting up. I haven’t figured out a fix yet so I’m back to my old friend Firefox, but I did learn a few things. Crash logs go in ~/Library/Application…
-
Adding support for MHTML in Chrome’s Apple Script “save” action
MHTML is a handy format for archiving pages. In Chrome, you can get it by selecting “Save Page As…” and choosing “Webpage, single file” as the output format. In a Chrome extension, you can get it via chrome.pageCapture.saveAsMHTML, which is what I use in the gg_download extension I’ve been hacking on. In the project I’m…