Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uscnte$14ghq$1@dont-email.me>
Deutsch   English   Français   Italiano  
<uscnte$14ghq$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Wendelin Uez" <wuez@online.de>
Newsgroups: comp.mobile.android
Subject: Re: How to refresh Android Firefox via http... or to restart Firefox app?
Date: Thu, 7 Mar 2024 16:53:06 +0100
Organization: A noiseless patient Spider
Lines: 83
Message-ID: <uscnte$14ghq$1@dont-email.me>
References: <urq5k3$li4i$1@dont-email.me> <ljt6vw1qqcgg.dlg@v.nguard.lh><urs27j$14p2q$1@dont-email.me> <vuh*cghEz@news.chiark.greenend.org.uk> <ursirv$17ncc$2@dont-email.me> <ursnv0$195u5$2@dont-email.me> <uruku7$1p0rg$1@dont-email.me> <urupgm$1ps1e$1@dont-email.me> <us2c5t$2jv5m$1@dont-email.me> <us2fkq$2kqfl$1@dont-email.me> <us7bmu$3qh5t$1@dont-email.me> <us7cf6$3qjr0$1@dont-email.me> <us7e96$3r1tv$1@dont-email.me> <usa3ti$ger7$6@dont-email.me> <usafjm$j13n$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="UTF-8";
	reply-type=original
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 7 Mar 2024 15:53:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="59ecd57aed59851eeff3c1b29ef9967d";
	logging-data="1196602"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19ueXZiXn66Xck668BwDeF4"
Cancel-Lock: sha1:FItUqUCNa7eOyOcU/jjqA1Kt84A=
X-Newsreader: Microsoft Windows Mail 6.0.6002.18005
In-Reply-To: <usafjm$j13n$1@dont-email.me>
X-Priority: 3
X-MimeOLE: Produced By Microsoft MimeOLE V6.3.9600.20671
X-MSMail-Priority: Normal
Bytes: 3559

*m sorry, it still doesn't work.

I verified Greasemonkey script code for CloseTabAfterInterval:

// ==UserScript==
// @name        Close tab after interval
// @version     1
// @include     http://example.com
// @grant       none
// ==/UserScript==
setTimeout(window.close,5000);

Then I...

- started Firefox app, no old tabs open

- verified Greasemonkey activated

- added new tab 1 and opened http://info.com 

- added new tab 2 and opened http://example.com

- tab doesn't close


Then I checked Greasemonkey menu (entries translated from German).
There is no "User scripts for this tab" or similar.

main menu:
# Greasemonkey is activated (checked)
# Greasemonkey Options
# --------------------
# other user concepts
#  CloseTabAfterInterval
# --------------------
# New User Script...
# Export...
# Import...
# --------------------
# Greasemonkey Homepage
# Greasemonkey Wiki
# User Scripts in network

selecting main menu CloseTabAfterInterval returns
submenu 1:
# CloseTabAfterInterval
# --------------------
# Activated (checked)
# Edit
# Deinstall
# Userscript Options
# --------------------
# Version 1

selecting main menu Greasemonkey Options returns
submenu 2
# Global Exceptions
-> empty listbox plus a line with 
"+ Ignore https://example.com/*"
# Editor
"Use enhanced editor" checked

selecting submenu 1 UserScript Options returns
subpage 1
* automatic update deactivated
* update now
* Userdefined Includes: empty box
- "use only these ones" unchecked
* Userdefined Excludes: empty box
- "use only these ones" unchecked
* Userdefined Matches: empty box
- rest of page invisible because page can not be scrolled up/down


Question:

What do I have to enter in script's last line instead of  "setTimeout..." 
to test for another function, f.e. displaying a messagebox , loading 
a website, or anything else? Maybe only the setTimeout function 
does not work here.