This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*================================================================================================== | |
File: CoreAudio/CoreAudioTypes.h | |
Contains: Definitions types common to the Core Audio APIs | |
Copyright: (c) 1985-2010 by Apple, Inc., all rights reserved. | |
Bugs?: For bug reports, consult the following page on | |
the World Wide Web: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
tell application "Chromium" | |
set pageUrl to get URL of active tab of first window | |
end tell | |
tell application "Safari" to add reading list item pageUrl | |
display notification pageUrl with title "⭕️リーディングリストに追加しました" | |
return input | |
end run |
NewerOlder