Tag: chromium
-
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…
-
Fixing “xcode-select: error: tool ‘xcodebuild’ requires Xcode…” with one click
Going through the instructions for building Chromium from source on Macintosh, I ran into this weird error: This was (and remains) mysterious to me because I do have Xcode installed along with the commandline tools. I was also able to generate the same error message by calling xcodebuild directly: A Stack Overflow user mentioned that…