bonjour,

ChatGPT m'a donné ce faux script que je n'arive pas à coriiger:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
tell application "Google Chrome"
    set activeWindow to active tab of front window
    repeat with aWindow in windows
        if aWindow ≠ (active tab of aWindow) then
            set miniaturized of aWindow to true
        end if
    end repeat
end tell
Cette page web n'a encore résolu mon problème:
https://www.macscripter.net/t/minimi...window/61352/3

Pouvez-vous me donner le bon Applescript?


merci de votre aide