(app.version[0] < "4") ? (app.userInteractionLevel = UserInteractionLevels.interactWithAll) : (app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll);
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll
(Number(app.version.match(/^\d+/)[0] < 4)) ? (app.userInteractionLevel = UserInteractionLevels.interactWithAll) : (app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll);
| 24.11.2023