Preview:
action.Window.Minimize();

// Store the window that was just minimized
sp.StoreObject("LastMinimized", action.Window);


// In a try/catch in case there is none stored, it fails silently 
try {
    // Restore the last minimized window
    sp.GetStoredObject("LastMinimized").Restore();
} catch {}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter