Is there a way to open a new window or tab (private or otherwise) with a timeout so that the window will be killed after some given period of time? I'm using firefox on a mac (both current software versions)Thanks
Here's how I ended up doing it, with this perl script:#!/usr/bin/perl##print "USAGE: windowtimeout SECONDS\n";## To work if firefox is already running:# Follow directions at https://support.mozilla.org/en-US/questions/1451592# Profiles are created li...