Sometimes I want to copy and paste code without overwriting what’s already on the clipboard. There are probably several ways this can be done, but these two scripts work by, well, creating a second clipboard. First the copy script: use AppleScript version "2.4" use framework "Foundation" use…