<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic open window with a timeout in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/77944#M29724</link>
    <description>&lt;P&gt;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?&amp;nbsp; I'm using firefox on a mac (both current software versions)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 01:10:33 GMT</pubDate>
    <dc:creator>tisdall</dc:creator>
    <dc:date>2024-11-13T01:10:33Z</dc:date>
    <item>
      <title>open window with a timeout</title>
      <link>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/77944#M29724</link>
      <description>&lt;P&gt;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?&amp;nbsp; I'm using firefox on a mac (both current software versions)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 01:10:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/77944#M29724</guid>
      <dc:creator>tisdall</dc:creator>
      <dc:date>2024-11-13T01:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: open window with a timeout</title>
      <link>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/78045#M29783</link>
      <description>&lt;P&gt;To open a window with a timeout using JavaScript, you can use the window.open() method along with setTimeout().&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 09:06:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/78045#M29783</guid>
      <dc:creator>Jorjdavid639</dc:creator>
      <dc:date>2024-11-13T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: open window with a timeout</title>
      <link>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/80454#M30807</link>
      <description>&lt;P&gt;Here's how I ended up doing it, with this perl script:&lt;/P&gt;&lt;P&gt;#!/usr/bin/perl&lt;BR /&gt;#&lt;BR /&gt;#print "USAGE: windowtimeout SECONDS\n";&lt;BR /&gt;#&lt;BR /&gt;# To work if firefox is already running:&lt;BR /&gt;# Follow directions at &lt;A href="https://support.mozilla.org/en-US/questions/1451592" target="_blank"&gt;https://support.mozilla.org/en-US/questions/1451592&lt;/A&gt;&lt;BR /&gt;# Profiles are created like this:&lt;BR /&gt;# firefox --new-instance --createprofile "PROFILENAME ~/.firefox-PROFILENAME"&lt;BR /&gt;# They are run like this:&lt;BR /&gt;# firefox --new-instance --profile "~/.firefox-PROFILENAME"&lt;/P&gt;&lt;P&gt;# Relies on "brew install coreutils" version of Linux timeout - "gtimeout"&lt;/P&gt;&lt;P&gt;my $seconds = $ARGV[0]; chomp $seconds;&lt;/P&gt;&lt;P&gt;exec '/opt/homebrew/bin/gtimeout ' . $seconds . ' /Applications/Firefox.app/Contents/MacOS/firefox --private-window --new-instance --profile "~/.firefox-TIMEOUT" 2&amp;gt;/dev/null';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 17:50:18 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/open-window-with-a-timeout/m-p/80454#M30807</guid>
      <dc:creator>tisdall</dc:creator>
      <dc:date>2024-12-05T17:50:18Z</dc:date>
    </item>
  </channel>
</rss>

