Skip to content

Instantly share code, notes, and snippets.

@monokano
Created July 3, 2021 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokano/35e7c8f12b379c36f8544d0266483794 to your computer and use it in GitHub Desktop.
Save monokano/35e7c8f12b379c36f8544d0266483794 to your computer and use it in GitHub Desktop.
Adobe Illustrator で Logitech の「IllustratorGc.jsxスクリプトエラー」を非表示にする AppleScript
-- Details
-- https://helpx.adobe.com/jp/illustrator/using/automation-scripts.html
tell application id "com.adobe.Illustrator"
do javascript "app.preferences.setBooleanPreference(\"ShowExternalJSXWarning\", false);"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment