Save as “single file” via AppleScript is live in Chrome!

Back in December 2024, I got to submit a change to Chrome/Chromium adding support for saving as MHTML via AppleScript: https://chromium-review.googlesource.com/c/chromium/src/+/6107133/1Adding support for MHTML in Chrome’s Apple Script “save” action.

Just now, I noticed that it’s live:

save v : Save an object.
save specifier : the object to save, usually a document or window
[in file] : The file in which to save the object.
[as text] : The file type in which to save the data. Can be 'only html', 'complete html', or 'single file'; default is 'complete html'.
Screenshot of Script Editor with the AppleScript dictionary for Chrome

It’s a little thing, but I’m excited. Woohoo!


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *