Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

You are false data.


devel / comp.lang.javascript / Browser-dependent JavaScript problem

SubjectAuthor
* Browser-dependent JavaScript problemJohn Stockton
+* Re: Browser-dependent JavaScript problemAndrew Poulos
|+- Re: Browser-dependent JavaScript problemJames Kirk
|`* Re: Browser-dependent JavaScript problemThomas 'PointedEars' Lahn
| +* Re: Browser-dependent JavaScript problemJohn Stockton
| |+- Re: Browser-dependent JavaScript problemJohn Stockton
| |+* Re: Browser-dependent JavaScript problemThomas 'PointedEars' Lahn
| ||+* Re: Browser-dependent JavaScript problemMark-
| |||`* Re: Browser-dependent JavaScript problemAndrew Poulos
| ||| `* Re: Browser-dependent JavaScript problemMark-
| |||  `* Re: Browser-dependent JavaScript problemAndrew Poulos
| |||   `* Re: Browser-dependent JavaScript problemMark-
| |||    `* Re: Browser-dependent JavaScript problemAndrew Poulos
| |||     `* Re: Browser-dependent JavaScript problemMark-
| |||      `* Re: Browser-dependent JavaScript problemAndrew Poulos
| |||       `* Re: Browser-dependent JavaScript problemMark-
| |||        `- Re: Browser-dependent JavaScript problemAndrew Poulos
| ||+- Re: Browser-dependent JavaScript problemThe Natural Philosopher
| ||`- Re: Browser-dependent JavaScript problemJohn Harris
| |`- Re: Browser-dependent JavaScript problemArno Welzel
| `* Re: Browser-dependent JavaScript problemArno Welzel
|  `- Re: Browser-dependent JavaScript problemJJ
`- Re: Browser-dependent JavaScript problemMina Arvuti lähedal

1
Browser-dependent JavaScript problem

<c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16978&group=comp.lang.javascript#16978

  copy link   Newsgroups: comp.lang.javascript
X-Received: by 2002:a37:8245:: with SMTP id e66mr23297022qkd.439.1621785518404;
Sun, 23 May 2021 08:58:38 -0700 (PDT)
X-Received: by 2002:a9d:73cf:: with SMTP id m15mr3063879otk.243.1621785518198;
Sun, 23 May 2021 08:58:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.javascript
Date: Sun, 23 May 2021 08:58:38 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=94.30.84.71; posting-account=jWrkcgoAAADHtaq4DIr9RtcEBEH6q0En
NNTP-Posting-Host: 94.30.84.71
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
Subject: Browser-dependent JavaScript problem
From: dr.j.r.stockton@gmail.com (John Stockton)
Injection-Date: Sun, 23 May 2021 15:58:38 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: John Stockton - Sun, 23 May 2021 15:58 UTC

I have not been able to access this newsgroup for a while.

The following code was written in Firefox, and works there; it is called in a script element which immediately follows <BODY>.
it puts something like
× FREDERIC.HTM - saved @ LCT 2021-05-22 Sat ×
in the bottom right-hand corner of the window.

But it does not work in Chrome, Vivaldi, Opera, AVG Secure Browser, or Edge..
In IE11, the style setting has no effect, and the unadorned string appears top right. OS is Windows 10.

The style line will probably be wrapped in transmission.
For test purposes, replace YMDDstr with toString or remove .YMDDstr() !
NPR means NON-PRINT -

function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
var ND = new Date(), LM = new Date(document.lastModified)
if ((ND-LM) > 1500 && +LM > 1e12) {
var El = document.createElement("div")
El.style = "bottom: 0px; right: 0px; position: fixed; background: silver; width: auto; text-align: center; border-radius: 1ex; padding: 0.3ex 1.2ex; font-family: sans-serif;"
El.className = "NPR" // assumes styles-a.css
El.appendChild(document.createTextNode("\xD7 " +
location.pathname.replace(/.*\//, "").toUpperCase() +
" - saved @ LCT " + LM.YMDDstr() + " \xD7"))
El.onclick = function() { this.style.display = "none" }
}
document.body.appendChild(El) }

Any suggestions?

--
(c) John Stockton, near London, UK. Using Google Groups. |
Mail: J.R.""""""""@physics.org - or as Reply-To, if any. |

Re: Browser-dependent JavaScript problem

<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16979&group=comp.lang.javascript#16979

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 23 May 2021 16:47:13 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Mon, 24 May 2021 07:47:11 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 8bit
Message-ID: <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
Lines: 59
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 110.175.163.114
X-Trace: sv3-6jL67yA9QATHfesa8/5oMYaG/bQOEwby/c2YZ1BnOD6gHzd4SeCk4hd2uhHxmw83d8nvMrh7mriY4Zo!lDaD8v6JEubqQ2fXGWxZAe3cCtYID0AZWl+by4Gr0KNr20WD5qRzXbT0LmDaL82STFkij03Cs0dU!KjEW3rRl1J34HprDG5Bk3os=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3780
 by: Andrew Poulos - Sun, 23 May 2021 21:47 UTC

On 24/05/2021 1:58 am, John Stockton wrote:
> I have not been able to access this newsgroup for a while.
>
>
> The following code was written in Firefox, and works there; it is called in a script element which immediately follows <BODY>.
> it puts something like
> × FREDERIC.HTM - saved @ LCT 2021-05-22 Sat ×
> in the bottom right-hand corner of the window.
>
> But it does not work in Chrome, Vivaldi, Opera, AVG Secure Browser, or Edge.
> In IE11, the style setting has no effect, and the unadorned string appears top right. OS is Windows 10.
>
> The style line will probably be wrapped in transmission.
> For test purposes, replace YMDDstr with toString or remove .YMDDstr() !
> NPR means NON-PRINT -
>
>
> function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
> var ND = new Date(), LM = new Date(document.lastModified)
> if ((ND-LM) > 1500 && +LM > 1e12) {
> var El = document.createElement("div")
> El.style = "bottom: 0px; right: 0px; position: fixed; background: silver; width: auto; text-align: center; border-radius: 1ex; padding: 0.3ex 1.2ex; font-family: sans-serif;"
> El.className = "NPR" // assumes styles-a.css
> El.appendChild(document.createTextNode("\xD7 " +
> location.pathname.replace(/.*\//, "").toUpperCase() +
> " - saved @ LCT " + LM.YMDDstr() + " \xD7"))
> El.onclick = function() { this.style.display = "none" }
> }
> document.body.appendChild(El) }
>
> Any suggestions?

I don't think you can set an element's style the way you are doing it.
Maybe try this

function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
var ND = new Date(),
LM = new Date(document.lastModified);
if ((ND-LM) > 1500 && +LM > 1e12) {
var El = document.createElement("div");
El.style.bottom = "0px";
El.style.right = "0px";
El.style.position = "fixed";
El.style.background = "silver";
El.style.textAlign = "center";
El.style.borderRadius = "1ex";
El.style.padding = "0.3ex 1.2ex";
El.style.fontFamily = "sans-serif";
El.className = "NPR"; // assumes styles-a.css
El.appendChild(document.createTextNode("\xD7 " +
location.pathname.replace(/.*\//, "").toUpperCase() +
" - saved @ LCT " + LM.YMDDstr() + " \xD7"));
El.onclick = function() { this.style.display = "none" };
document.body.appendChild(El);
El = null;
}
}

Andrew Poulos

Re: Browser-dependent JavaScript problem

<67991144-e67639c9-1fad0c63.tiberius@james.kirk.invalid>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16981&group=comp.lang.javascript#16981

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!james.kirk.invalid!.POSTED!not-for-mail
From: noneya.invalid@gmail.com (James Kirk)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Sun, 23 May 2021 20:14:15 -0400
Organization: Time Travel Tracing
Lines: 35
Message-ID: <67991144-e67639c9-1fad0c63.tiberius@james.kirk.invalid>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
Reply-To: ": James Kirk" <noneya.invalid+knobknocker@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: james.kirk.invalid; posting-host="558544cec4a3000c986ae44f0f3d2ca4";
logging-data="16244"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1cLbNc98DEvxekUFDKBsxrNZh+pODAN4="
User-Agent: Unicorn named Ellie
Cancel-Lock: sha1:ETxJt0VJtJQv1m2J5xht5Y1McOU=
X-Rot13: This message MAY contain rot13 encoded text that sensitive people
may find offense, decode at your own peril.
In-Reply-To: <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
X-Newsreader: Microsoft Windows Dead Mail Original Imitation Prototype
Content-Language: en-US
Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QIHFgQpyK6L9AAAAEJQTFRFAAAAQAAAQEAAQEBAQECAgEBAgECAgIBAgICAgIC/gL+/v4BAv4CAv4C/v7+Av7+/v7//v////7+A/7+///+/////CTpitwAAAAF0Uk5TAEDm2GYAAAABYktHRBXl2PmjAAAB6klEQVRIx61Vi3KEIAz0pJZYUwIi//+r3QT78sTKTDM3N6e3y+5iIsPwT+UcdeHJOSd9Ao6kVyB2CqQkfQKpSI+AS6lDQh2VDoIzR6jYQVCBuymo7tH9EF+OUrwnAfxLFSjp/aajuZTbnujbUYop/dWz7P1kDyFWS4lYLuETyrs5VUKMSTyHthvFe/ZwFD8tRQ68SNvOxFlGh8hFl48oCoF9aOC9l23jB6n5GMHBR1gZfI7nvG2bf0hUL2YLNCWwf3Ilnip+Q2cX86+G8FM9MU/PgcmHDIaMZG6wflGKegLhyZQn4oxCBKlxTaHGBmHxz45ECRkRFFpX1+9UCQdPzHikRtBRiD8rzacEQjbFh5HKjixSzJco/kgQomyM5THvAoKFxXaLzgj40wj2FNSI2NW7pdbM/ritlbBOLu3rm0EnshOO3cHIAEZAIwG949ewvOqFX467ahIIsfJIltN2bF1XngQa/qxhWQkBEUTXzJWAGzCFKeKzaVDGpJllNwR84IlEiM/nIWRG54ERKrwSIDE3Jg57O7ooiVetYIX5o9gca2KcOzAUdnRtbEhcvMKAp/CrriTsoCKM2JenPAwzbr5dKWgYxUr+PoEvCCfq1DyBIf4iPYc8NQ5naUlQeynqJLRf9Z2E4cb58QHWYi4v2VmiigAAAABJRU5ErkJggg==
X-Operating-System: Windows 3.0
X-Content-Warning: The content of this message MAY contain controversial
topics and SHOULD NOT be viewed by: sensitive individuals, malcontents,
individuals under the age of 120, troglodytes, judgmental individuals,
opinionated individuals or multi-cellular organisms.
 by: James Kirk - Mon, 24 May 2021 00:14 UTC

In Message: <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
Andrew Poulos <ap_prog@hotmail.com> wrote:

> On 24/05/2021 1:58 am, John Stockton wrote:

[snip]

>> El.style = "bottom: 0px; right: 0px; position: fixed; background:
>> silver; width: auto; text-align: center; border-radius: 1ex;
>> padding: 0.3ex 1.2ex; font-family: sans-serif;"

[snip]

> I don't think you can set an element's style the way you are doing
> it. Maybe try this

[snip]

> El.style.bottom = "0px";
> El.style.right = "0px";
> El.style.position = "fixed";
> El.style.background = "silver";
> El.style.textAlign = "center";
> El.style.borderRadius = "1ex";
> El.style.padding = "0.3ex 1.2ex";
> El.style.fontFamily = "sans-serif";

[snip]

El.style.cssText = "…"

--
J𝕒𝕞𝕖𝕤 𝕂𝕚𝕣𝕜

Re: Browser-dependent JavaScript problem

<12773473.uLZWGnKmhe@PointedEars.de>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16982&group=comp.lang.javascript#16982

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!news.mb-net.net!open-news-network.org!.POSTED.178.197.213.27!not-for-mail
From: PointedEars@web.de (Thomas 'PointedEars' Lahn)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 24 May 2021 02:24:19 +0200
Organization: PointedEars Software (PES)
Lines: 169
Message-ID: <12773473.uLZWGnKmhe@PointedEars.de>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
Reply-To: Thomas 'PointedEars' Lahn <cljs@PointedEars.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8Bit
Injection-Info: gwaiyur.mb-net.net; posting-host="178.197.213.27";
logging-data="5181"; mail-complaints-to="abuse@open-news-network.org"
User-Agent: KNode/4.14.10
Cancel-Lock: sha1:HIJpvaTHt1m0+il2c7n6PmkVhNg=
X-User-ID: U2FsdGVkX18uN3dlF2Ej6hqTXlwy+VvRdBG4cZdJGpZzcMT33eVOcA==
X-Face: %i>XG-yXR'\"2P/C_aO%~;2o~?g0pPKmbOw^=NT`tprDEf++D.m7"}HW6.#=U:?2GGctkL,f89@H46O$ASoW&?s}.k+&.<b';Md8`dH6iqhT)6C^.Px|[=M@7=Ik[_w<%n1Up"LPQNu2m8|L!/3iby{-]A+#YE}Kl{Cw$\U!kD%K}\2jz"QQP6Uqr],./"?;=4v
Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXTxa4RFk5dUWANED8PFEfy7+MGBiW+n3ZNF/QuAAACaElEQVQ4jVXUwVOcMBQG8Dc7Rc4PUntdWV2uxjDpGaGeozOp1woar4jd5t/v9wLstMwsA/ntlxdCAgUc1hjTc9/JCZfGoo3wG3HdmdAWrIJRHe7GM/TmpY5VFefuVcAkkPbLIaN8rmPmjloyZxgyR3GuJ4K0AGtJ2htz8o7yqikm759fldQXaMpbDzjKAG+8v+AugVTOPO5DOjLvGtUYQwh0CPjnVMyGd+8/GfUB5nLKJDD2aLDh5HYyMDJGDwQIo2ZmZcKbowNmAdB/AzyFhrmF2MHRb0QJJfaAnwGB6orZhoykLzJtGwF/xpYxI1dswomiUj3gTuAIqCn/4C7cULwGNBtwMTk3Y4LfKB5YUaOKBKYtpplm7u0vip8tU1NWWyI/7XdcSuIDoMt6rVHMWT0DbjHPGqDqZVSa6zleLcUTcIKLoMv3ueJluALtAo9B302zPPlrtiVScRdCjXvVh3e3JpYa/jjkuC9N+LrBMlz/eAN4eQijX2EdLo6c5tGGHwLyHFtXk89dDGHwCVhG9T0S/j55AhRZgkMCmUQXJ49TnS1wnQDvw0eAh9ICeMmEFbCnPMFzjAvsWoEWEFdYEx+S0MoUZ1gT1wId8+AF3Bl2OoEu906AUHx5VLw/gXYg/x84loOah/2UYNrgiwSwGO7RfUzVBbx/kgpckumGOi6QirtD6gkLTitbnxNol47S2jVc2vsN5kPqaAHT8uUdAJM4v/DanjYOwmUjWznGfwB7sGtAtor5BgofDuzaRj4kSQAqDakTsKORa3Q3xKi3gE1fhl71KRMqrdZ2AWNNg/YOhQyrVBnb+i+nEg4bsDA+egAAAABJRU5ErkJggg==
 by: Thomas 'Pointed - Mon, 24 May 2021 00:24 UTC

Andrew Poulos wrote:

> On 24/05/2021 1:58 am, John Stockton wrote:
>> I have not been able to access this newsgroup for a while.

It shows :-D

>> The following code was written in Firefox, and works there; it is called
>> in a script element which immediately follows <BODY>. it puts something
>> like
>> × FREDERIC.HTM - saved @ LCT 2021-05-22 Sat ×
>> in the bottom right-hand corner of the window.
>>
>> But it does not work in Chrome, Vivaldi, Opera, AVG Secure Browser, or
>> Edge.

Of those, Chrome, Opera, _Avast_ Secure Browser, and Edge are now Chromium-
based, i.e. use Blink as layout engine. Vivaldi is an attempt to preserve
the original Opera’s Presto layout engine.

>> In IE11, the style setting has no effect, and the unadorned string
>> appears top right. OS is Windows 10.

IE 11’s layout engine is still MSHTML.

Note:

“Internet Explorer 11 follows the OS component lifecycle,[7] which means it
remains supported with technical and security fixes while operating systems
including it as a component are shipped. This means that there is no date
for end of support for Internet Explorer 11.[8] On August 17, 2020,
Microsoft published a timeline indicating that the Microsoft Teams product
would stop supporting Internet Explorer 11 on November 30, 2020, and
Microsoft 365 products will end Internet Explorer 11 support on August 17,
2021.[9]”

<https://en.wikipedia.org/wiki/Internet_Explorer_11>

>> […]
>> function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
>> var ND = new Date(), LM = new Date(document.lastModified)
>> if ((ND-LM) > 1500 && +LM > 1e12) {
>> var El = document.createElement("div")
>> El.style = "bottom: 0px; right: 0px; position: fixed; background:
>> silver; width: auto; text-align: center; border-radius: 1ex;
>> padding: 0.3ex 1.2ex; font-family: sans-serif;"
>> El.className = "NPR" // assumes styles-a.css
>> El.appendChild(document.createTextNode("\xD7 " +
>> location.pathname.replace(/.*\//, "").toUpperCase() +
>> " - saved @ LCT " + LM.YMDDstr() + " \xD7"))
>> El.onclick = function() { this.style.display = "none" }
>> }
>> document.body.appendChild(El) }

True programmers can write Pascal code in any programming language :-D

Compare: <https://github.com/airbnb/javascript>
>> Any suggestions?
>
> I don't think you can set an element's style the way you are doing it.

That is correct. “style” is historically a *read-only* *object*
property[1], and has been FOR 20 YEARS NOW [2].

Only as per the WHATWG DOM one may assign a string value to it, as a
shorthand.[3]

A backwards-compatible possibility would be to set the “style” attribute to
that primitive string value. But it is better to append a stylesheet, and
then format based on CSS class names.

[1] <https://developer.mozilla.org/en-US/docs/Web/API/ElementCSSInlineStyle/style>

[2] <https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html>
<http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-58190037>
<http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/css.html#CSS-htmlelementcss>

[3] <https://html.spec.whatwg.org/multipage/dom.html#the-style-attribute>

> Maybe try this
>
> function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
> var ND = new Date(),
> LM = new Date(document.lastModified);
> if ((ND-LM) > 1500 && +LM > 1e12) {
> var El = document.createElement("div");
> El.style.bottom = "0px";
> El.style.right = "0px";
> El.style.position = "fixed";
> El.style.background = "silver";
> El.style.textAlign = "center";
> El.style.borderRadius = "1ex";
> El.style.padding = "0.3ex 1.2ex";
> El.style.fontFamily = "sans-serif";
> El.className = "NPR"; // assumes styles-a.css
> El.appendChild(document.createTextNode("\xD7 " +
> location.pathname.replace(/.*\//, "").toUpperCase() +
> " - saved @ LCT " + LM.YMDDstr() + " \xD7"));
> El.onclick = function() { this.style.display = "none" };
> document.body.appendChild(El);
> El = null;

This line is pointless, unless *perhaps* you want to support IE < 7.

> }
> }

The above can be greatly simplified:

function show_age()
{
var
now = new Date(),
last_mod = new Date(document.lastModified);

if (!((now - last_mod) > 1500 && +last_mod > 1e12)) return;

var el = document.createElement("div");
Object.assign(el.style, {
bottom: "0px",
right: "0px",
position: "fixed",
background: "silver",
textAlign: "center",
borderRadius: "1ex",
padding: "0.3ex 1.2ex",
fontFamily: "sans-serif",
});

el.className = "NPR";

el.appendChild(
document.createTextNode("\xD7 "
+ window.location.pathname.replace(/.*\//, "").toUpperCase()
+ " - saved @ LCT " + LM.YMDDstr() + " \xD7"));
el.onclick = function() { this.style.display = "none" };
document.body.appendChild(el);
}

But, AISB, for a consistent layout it is better to append a stylesheet (if
that is supported in the target environments):

let style_source = `.npr2 {
bottom: 0px;
right: 0px;
position: fixed;
background: silver;
width: auto;
text-align: center;
border-radius: 1ex;
padding: 0.3ex 1.2ex;
font-family: sans-serif;
}`;

let style = document.createElement('style');
style.type = 'text/css';
style.appendChild(document.createTextNode(style_source));
document.head.appendChild(style);

el.className = "NPR npr2";

In case it cannot be assumed that template strings are supported,
Array.prototype.join() may be used instead to avoid spaghetti code.

--
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix>
<https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

Re: Browser-dependent JavaScript problem

<2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17038&group=comp.lang.javascript#17038

  copy link   Newsgroups: comp.lang.javascript
X-Received: by 2002:a05:622a:2d2:: with SMTP id a18mr5427299qtx.296.1622241407466; Fri, 28 May 2021 15:36:47 -0700 (PDT)
X-Received: by 2002:a05:6830:1e21:: with SMTP id t1mr8729742otr.100.1622241407194; Fri, 28 May 2021 15:36:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!news.swapon.de!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.javascript
Date: Fri, 28 May 2021 15:36:46 -0700 (PDT)
In-Reply-To: <12773473.uLZWGnKmhe@PointedEars.de>
Injection-Info: google-groups.googlegroups.com; posting-host=94.30.84.71; posting-account=jWrkcgoAAADHtaq4DIr9RtcEBEH6q0En
NNTP-Posting-Host: 94.30.84.71
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
Subject: Re: Browser-dependent JavaScript problem
From: dr.j.r.stockton@gmail.com (John Stockton)
Injection-Date: Fri, 28 May 2021 22:36:47 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 223
 by: John Stockton - Fri, 28 May 2021 22:36 UTC

On Monday, 24 May 2021 at 01:24:26 UTC+1, Thomas 'PointedEars' Lahn wrote
(***) too much writing, with not enough thinking.

> Andrew Poulos wrote:
>
> > On 24/05/2021 1:58 am, John Stockton wrote:
> >> I have not been able to access this newsgroup for a while.
> It shows :-D
> >> The following code was written in Firefox, and works there; it is called
> >> in a script element which immediately follows <BODY>. it puts something
> >> like
> >> × FREDERIC.HTM - saved @ LCT 2021-05-22 Sat ×
> >> in the bottom right-hand corner of the window.
> >>
> >> But it does not work in Chrome, Vivaldi, Opera, AVG Secure Browser, or
> >> Edge.
> Of those, Chrome, Opera, _Avast_ Secure Browser, and Edge are now Chromium-
> based, i.e. use Blink as layout engine. Vivaldi is an attempt to preserve
> the original Opera’s Presto layout engine.
> >> In IE11, the style setting has no effect, and the unadorned string
> >> appears top right. OS is Windows 10.
> IE 11’s layout engine is still MSHTML.
>
> Note:
>
> “Internet Explorer 11 follows the OS component lifecycle,[7] which means it
> remains supported with technical and security fixes while operating systems
> including it as a component are shipped. This means that there is no date
> for end of support for Internet Explorer 11.[8] On August 17, 2020,
> Microsoft published a timeline indicating that the Microsoft Teams product
> would stop supporting Internet Explorer 11 on November 30, 2020, and
> Microsoft 365 products will end Internet Explorer 11 support on August 17,
> 2021.[9]”
>
> <https://en.wikipedia.org/wiki/Internet_Explorer_11>

(***) I have seen, somewhere, a recent authoritative statement which indicates much the same dates but about a year later.


> >> […]
> >> function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
> >> var ND = new Date(), LM = new Date(document.lastModified)
> >> if ((ND-LM) > 1500 && +LM > 1e12) {
> >> var El = document.createElement("div")
> >> El.style = "bottom: 0px; right: 0px; position: fixed; background:
> >> silver; width: auto; text-align: center; border-radius: 1ex;
> >> padding: 0.3ex 1.2ex; font-family: sans-serif;"
> >> El.className = "NPR" // assumes styles-a.css
> >> El.appendChild(document.createTextNode("\xD7 " +
> >> location.pathname.replace(/.*\//, "").toUpperCase() +
> >> " - saved @ LCT " + LM.YMDDstr() + " \xD7"))
> >> El.onclick = function() { this.style.display = "none" }
> >> }
> >> document.body.appendChild(El) }
> True programmers can write Pascal code in any programming language :-D
>
> Compare: <https://github.com/airbnb/javascript>
> >> Any suggestions?
> >
> > I don't think you can set an element's style the way you are doing it.
> That is correct. “style” is historically a *read-only* *object*
> property[1], and has been FOR 20 YEARS NOW [2].
>
> Only as per the WHATWG DOM one may assign a string value to it, as a
> shorthand.[3]
>
> A backwards-compatible possibility would be to set the “style” attribute to
> that primitive string value. But it is better to append a stylesheet, and
> then format based on CSS class names.

That had no effect - neither better nor worse.

> [1] <https://developer.mozilla.org/en-US/docs/Web/API/ElementCSSInlineStyle/style>
>
> [2] <https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html>
> <http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-58190037>
> <http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/css.html#CSS-htmlelementcss>
>
> [3] <https://html.spec.whatwg.org/multipage/dom.html#the-style-attribute>
> > Maybe try this
> >
> > function Show_Age() { // Needs INC-DATE.JS or do not use YMDDstr
> > var ND = new Date(),
> > LM = new Date(document.lastModified);
> > if ((ND-LM) > 1500 && +LM > 1e12) {
> > var El = document.createElement("div");
> > El.style.bottom = "0px";
> > El.style.right = "0px";
> > El.style.position = "fixed";
> > El.style.background = "silver";
> > El.style.textAlign = "center";
> > El.style.borderRadius = "1ex";
> > El.style.padding = "0.3ex 1.2ex";
> > El.style.fontFamily = "sans-serif";
> > El.className = "NPR"; // assumes styles-a.css
> > El.appendChild(document.createTextNode("\xD7 " +
> > location.pathname.replace(/.*\//, "").toUpperCase() +
> > " - saved @ LCT " + LM.YMDDstr() + " \xD7"));
> > El.onclick = function() { this.style.display = "none" };
> > document.body.appendChild(El);
> > El = null;
> This line is pointless, unless *perhaps* you want to support IE < 7.
>
> > }
> > }
>
> The above can be greatly simplified:
>
> function show_age()
> {
> var
> now = new Date(),
> last_mod = new Date(document.lastModified);
>
> if (!((now - last_mod) > 1500 && +last_mod > 1e12)) return;
>
> var el = document.createElement("div");
> Object.assign(el.style, {
> bottom: "0px",
> right: "0px",
> position: "fixed",
> background: "silver",
> textAlign: "center",
> borderRadius: "1ex",
> padding: "0.3ex 1.2ex",
> fontFamily: "sans-serif",
> });
>
> el.className = "NPR";
>
> el.appendChild(
> document.createTextNode("\xD7 "
> + window.location.pathname.replace(/.*\//, "").toUpperCase()
> + " - saved @ LCT " + LM.YMDDstr() + " \xD7"));
> el.onclick = function() { this.style.display = "none" };
> document.body.appendChild(el);
> }
>
> But, AISB, for a consistent layout it is better to append a stylesheet (if
> that is supported in the target environments):
>
> let style_source = `.npr2 {
> bottom: 0px;
> right: 0px;
> position: fixed;
> background: silver;
> width: auto;
> text-align: center;
> border-radius: 1ex;
> padding: 0.3ex 1.2ex;
> font-family: sans-serif;
> }`;
>
> let style = document.createElement('style');
> style.type = 'text/css';
> style.appendChild(document.createTextNode(style_source));
> document.head.appendChild(style);
>
> el.className = "NPR npr2";
>
> In case it cannot be assumed that template strings are supported,
> Array.prototype.join() may be used instead to avoid spaghetti code.

>---- EOF -----

(*** ...)

"Rem acu non tetigisti" - as PGW might have written, but apparently did not (though a very few others did).

With the original code, most browsers tried would say something like
// Uncaught TypeError: Failed to execute 'appendChild' on
// 'Node': parameter 1 is not of type 'Node'.
// at Show_Age (inc-cmmn.js:60)
// at fred-set.htm:17

from which I subsequently deduced that when createTextNode is fed with a non-string argument it (maybe an undefined one) returns a non-Node of disgust which fatally upsets appendChild. And from that, I thought that the LM of LM.YMDDstr() must actually be a Date Object in Firefox but not in Chrome, etc. Pragmatically, I tried making LM a Global Variable, and the resulting code worked both in Firefox and in Opera. To avoid an unnecessary Global, I now use new Date(document.lastModified).YMDDstr() instead, which works in all browsers that I tried except for the Internet Explorer in my Windows 10.

Unfortunately, I want that operation to occur for my current "client", who resides about three metres below me with his Windows 7 PC and is about to receive a Windows 10 PC donated to us yesterday, and who should be given code for the above operation in his pseudo-home-page, and who is an MS IE fan. However, if it fails harmlessly he'll never know.

I cannot recall why, ages ago, I included the conditionals - so I've commented them out.

Progress has been made.

--
(c) John Stockton, near London, UK. Using Google Groups. |
Mail: J.R.""""""""@physics.org - or as Reply-To, if any. |

Re: Browser-dependent JavaScript problem

<89b96e1e-ae1f-481b-baf0-b35abb5d5135n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17041&group=comp.lang.javascript#17041

  copy link   Newsgroups: comp.lang.javascript
X-Received: by 2002:a37:9e4c:: with SMTP id h73mr9757271qke.68.1622319895194; Sat, 29 May 2021 13:24:55 -0700 (PDT)
X-Received: by 2002:a54:4113:: with SMTP id l19mr12693202oic.38.1622319894980; Sat, 29 May 2021 13:24:54 -0700 (PDT)
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.javascript
Date: Sat, 29 May 2021 13:24:54 -0700 (PDT)
In-Reply-To: <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=94.30.84.71; posting-account=jWrkcgoAAADHtaq4DIr9RtcEBEH6q0En
NNTP-Posting-Host: 94.30.84.71
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <89b96e1e-ae1f-481b-baf0-b35abb5d5135n@googlegroups.com>
Subject: Re: Browser-dependent JavaScript problem
From: dr.j.r.stockton@gmail.com (John Stockton)
Injection-Date: Sat, 29 May 2021 20:24:55 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 31
 by: John Stockton - Sat, 29 May 2021 20:24 UTC

On Friday, 28 May 2021 at 23:36:51 UTC+1, John Stockton wrote:
> On Monday, 24 May 2021 at 01:24:26 UTC+1, Thomas 'PointedEars' Lahn wrote
> > Note:
> >
> > “Internet Explorer 11 follows the OS component lifecycle,[7] which means it
> > remains supported with technical and security fixes while operating systems
> > including it as a component are shipped. This means that there is no date
> > for end of support for Internet Explorer 11.[8] On August 17, 2020,
> > Microsoft published a timeline indicating that the Microsoft Teams product
> > would stop supporting Internet Explorer 11 on November 30, 2020, and
> > Microsoft 365 products will end Internet Explorer 11 support on August 17,
> > 2021.[9]”
> >
> > <https://en.wikipedia.org/wiki/Internet_Explorer_11>

> (***) I have seen, somewhere, a recent authoritative statement which indicates much the same dates but about a year later.

This is similar, at least -

https://www.bbc.co.uk/news/technology-57186266">Farewell (again) to Microsoft's Internet Explorer</a>
leading to
https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/

Re: Browser-dependent JavaScript problem

<cc8bfedf-4597-4958-abbe-465865c0a0c2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17043&group=comp.lang.javascript#17043

  copy link   Newsgroups: comp.lang.javascript
X-Received: by 2002:a37:a705:: with SMTP id q5mr5014123qke.369.1622360587236;
Sun, 30 May 2021 00:43:07 -0700 (PDT)
X-Received: by 2002:aca:bc02:: with SMTP id m2mr10560108oif.154.1622360586920;
Sun, 30 May 2021 00:43:06 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.snarked.org!Xbb.tags.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.javascript
Date: Sun, 30 May 2021 00:43:06 -0700 (PDT)
In-Reply-To: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=82.131.38.110; posting-account=wXTMUQoAAADJv6bh2a9IGlcpEEjr1O4x
NNTP-Posting-Host: 82.131.38.110
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cc8bfedf-4597-4958-abbe-465865c0a0c2n@googlegroups.com>
Subject: Re: Browser-dependent JavaScript problem
From: rob999999999@yahoo.com (Mina Arvuti lähedal)
Injection-Date: Sun, 30 May 2021 07:43:07 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64
Lines: 727
 by: Mina Arvuti lähedal - Sun, 30 May 2021 07:43 UTC

{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{${½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{½@[{½]{½@[{½]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½$$$^}`}^}\}`}§´^§]{½@[{½]{$§]{$§´^§]$$$$$^}`}§½^$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½$$$^}`}§½^¨´¨´½^}\}`}§´^§]{½@[{½]{$§´^§]$$½@[{½]$½@[{½]{½@[{½½@[{½]$½@[{½]{

Click here to read the complete article

Re: Browser-dependent JavaScript problem

<ihjajhFf2cqU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17048&group=comp.lang.javascript#17048

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@arnowelzel.de (Arno Welzel)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 31 May 2021 07:30:25 +0200
Lines: 31
Message-ID: <ihjajhFf2cqU1@mid.individual.net>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
<12773473.uLZWGnKmhe@PointedEars.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net w57alBJ16IvJBUD5kAjE4wNw/fMciHrNT5JHtxgi9nuAY/Tu/1
Cancel-Lock: sha1:QlWLOgMPHH7d6+vaB65j4tSHiTs=
In-Reply-To: <12773473.uLZWGnKmhe@PointedEars.de>
 by: Arno Welzel - Mon, 31 May 2021 05:30 UTC

Thomas 'PointedEars' Lahn:

> Andrew Poulos wrote:
>
>> On 24/05/2021 1:58 am, John Stockton wrote:
>>> I have not been able to access this newsgroup for a while.
>
> It shows :-D
>
>>> The following code was written in Firefox, and works there; it is called
>>> in a script element which immediately follows <BODY>. it puts something
>>> like
>>> × FREDERIC.HTM - saved @ LCT 2021-05-22 Sat ×
>>> in the bottom right-hand corner of the window.
>>>
>>> But it does not work in Chrome, Vivaldi, Opera, AVG Secure Browser, or
>>> Edge.
>
> Of those, Chrome, Opera, _Avast_ Secure Browser, and Edge are now Chromium-
> based, i.e. use Blink as layout engine. Vivaldi is an attempt to preserve
> the original Opera’s Presto layout engine.

Vivaldi is also based on Chromium:

<https://vivaldi.com/blog/vivaldi-browser-vs-google-chrome/>

--
Arno Welzel
https://arnowelzel.de

Re: Browser-dependent JavaScript problem

<1bzbg3gut4ndb.1hocojqbukq2w$.dlg@40tude.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17049&group=comp.lang.javascript#17049

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!A2T2kZxSDAUzofPjtCuKyA.user.gioia.aioe.org.POSTED!not-for-mail
From: jj4public@gmail.com (JJ)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Tue, 1 Jun 2021 18:40:02 +0700
Organization: Aioe.org NNTP Server
Lines: 11
Message-ID: <1bzbg3gut4ndb.1hocojqbukq2w$.dlg@40tude.net>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <ihjajhFf2cqU1@mid.individual.net>
NNTP-Posting-Host: A2T2kZxSDAUzofPjtCuKyA.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: 40tude_Dialog/2.0.15.84
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
X-Notice: Filtered by postfilter v. 0.9.2
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
 by: JJ - Tue, 1 Jun 2021 11:40 UTC

On Mon, 31 May 2021 07:30:25 +0200, Arno Welzel wrote:
>
> Vivaldi is also based on Chromium:
>
> <https://vivaldi.com/blog/vivaldi-browser-vs-google-chrome/>

And it simply tries to resurrect only the Opera Presto's UI based features.
Opera Presto's browser Actions, including JavaScript magic variable &
function, won't be resurrected, because they requires modifying code deep in
the internals of Chromium's layout engine. So far, there's no developer
brave enough or bother to do that.

Re: Browser-dependent JavaScript problem

<1951231.oMNUckLgyt@PointedEars.de>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17058&group=comp.lang.javascript#17058

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mb-net.net!open-news-network.org!.POSTED.178.197.213.154!not-for-mail
From: PointedEars@web.de (Thomas 'PointedEars' Lahn)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 07 Jun 2021 03:05:33 +0200
Organization: PointedEars Software (PES)
Lines: 88
Message-ID: <1951231.oMNUckLgyt@PointedEars.de>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
Reply-To: Thomas 'PointedEars' Lahn <cljs@PointedEars.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8Bit
Injection-Info: gwaiyur.mb-net.net; posting-host="178.197.213.154";
logging-data="24865"; mail-complaints-to="abuse@open-news-network.org"
User-Agent: KNode/4.14.10
Cancel-Lock: sha1:7b/3K6Pzi/MpuuHuLigt3PZYUlE=
X-User-ID: U2FsdGVkX19Z6Vw06gY1b4K6BaL/ea7dWuQhCSPjNlO/MRDRPs5HPQ==
Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXTxa4RFk5dUWANED8PFEfy7+MGBiW+n3ZNF/QuAAACaElEQVQ4jVXUwVOcMBQG8Dc7Rc4PUntdWV2uxjDpGaGeozOp1woar4jd5t/v9wLstMwsA/ntlxdCAgUc1hjTc9/JCZfGoo3wG3HdmdAWrIJRHe7GM/TmpY5VFefuVcAkkPbLIaN8rmPmjloyZxgyR3GuJ4K0AGtJ2htz8o7yqikm759fldQXaMpbDzjKAG+8v+AugVTOPO5DOjLvGtUYQwh0CPjnVMyGd+8/GfUB5nLKJDD2aLDh5HYyMDJGDwQIo2ZmZcKbowNmAdB/AzyFhrmF2MHRb0QJJfaAnwGB6orZhoykLzJtGwF/xpYxI1dswomiUj3gTuAIqCn/4C7cULwGNBtwMTk3Y4LfKB5YUaOKBKYtpplm7u0vip8tU1NWWyI/7XdcSuIDoMt6rVHMWT0DbjHPGqDqZVSa6zleLcUTcIKLoMv3ueJluALtAo9B302zPPlrtiVScRdCjXvVh3e3JpYa/jjkuC9N+LrBMlz/eAN4eQijX2EdLo6c5tGGHwLyHFtXk89dDGHwCVhG9T0S/j55AhRZgkMCmUQXJ49TnS1wnQDvw0eAh9ICeMmEFbCnPMFzjAvsWoEWEFdYEx+S0MoUZ1gT1wId8+AF3Bl2OoEu906AUHx5VLw/gXYg/x84loOah/2UYNrgiwSwGO7RfUzVBbx/kgpckumGOi6QirtD6gkLTitbnxNol47S2jVc2vsN5kPqaAHT8uUdAJM4v/DanjYOwmUjWznGfwB7sGtAtor5BgofDuzaRj4kSQAqDakTsKORa3Q3xKi3gE1fhl71KRMqrdZ2AWNNg/YOhQyrVBnb+i+nEg4bsDA+egAAAABJRU5ErkJggg==
X-Face: %i>XG-yXR'\"2P/C_aO%~;2o~?g0pPKmbOw^=NT`tprDEf++D.m7"}HW6.#=U:?2GGctkL,f89@H46O$ASoW&?s}.k+&.<b';Md8`dH6iqhT)6C^.Px|[=M@7=Ik[_w<%n1Up"LPQNu2m8|L!/3iby{-]A+#YE}Kl{Cw$\U!kD%K}\2jz"QQP6Uqr],./"?;=4v
 by: Thomas 'Pointed - Mon, 7 Jun 2021 01:05 UTC

Here we go again… :-(

John Stockton wrote:

> On Monday, 24 May 2021 at 01:24:26 UTC+1, Thomas 'PointedEars' Lahn wrote
> (***) too much writing, with not enough thinking.

FOAD.

>> “Internet Explorer 11 follows the OS component lifecycle,[7] which means
>> it remains supported with technical and security fixes while operating
>> systems including it as a component are shipped. This means that there is
>> no date for end of support for Internet Explorer 11.[8] On August 17,
>> 2020, Microsoft published a timeline indicating that the Microsoft Teams
>> product would stop supporting Internet Explorer 11 on November 30, 2020,
>> and Microsoft 365 products will end Internet Explorer 11 support on
>> August 17, 2021.[9]”
>>
>> <https://en.wikipedia.org/wiki/Internet_Explorer_11>
>
> (***) I have seen, somewhere, a recent authoritative statement which
> indicates much the same dates but about a year later.

Irrelevant unless there is evidence to support it. Eyewitness accounts
are not considered evidence in (computer) science – something someone who is
arrogant enough to post with their “Dr” in Usenet should be aware of.
>> Compare: <https://github.com/airbnb/javascript>
>> >> Any suggestions?
>> >
>> > I don't think you can set an element's style the way you are doing it.
>> That is correct. “style” is historically a *read-only* *object*
>> property[1], and has been FOR 20 YEARS NOW [2].
>>
>> Only as per the WHATWG DOM one may assign a string value to it, as a
>> shorthand.[3]
>>
>> A backwards-compatible possibility would be to set the “style” attribute
>> to that primitive string value. But it is better to append a stylesheet,
>> and then format based on CSS class names.
>
> That

Which of the THREE suggestions that I have made?

> had no effect - neither better nor worse.

Learn to read. The effect that the latter has is to be backwards-
compatible, and that changes the code for the better.

“It works for me” is never a justification for a questionable practice.
After more than two decades, haven’t we been over this /ad nauseam/ now?
> [Full quote]

FOAD.

>>---- EOF -----
>
> (*** ...)
>
> "Rem acu non tetigisti" - as PGW might have written, but apparently did
> not (though a very few others did).

FOAD.
> With the original code, most browsers tried would say something like
> // Uncaught TypeError: Failed to execute 'appendChild' on
> // 'Node': parameter 1 is not of type 'Node'.
> // at Show_Age (inc-cmmn.js:60)
> // at fred-set.htm:17
>
> from which I subsequently deduced that when createTextNode is fed with a
> non-string argument it (maybe an undefined one) returns a non-Node of
> disgust which fatally upsets appendChild.

PEBKAC.

> Progress has been made.

Evidently after 20 years you have not made any progress at all. Neither in
your coding nor in your personality development. But I guess that’s too
much to hope for at this point.
--
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix>
<https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

Re: Browser-dependent JavaScript problem

<s9jvbn$529$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17059&group=comp.lang.javascript#17059

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!8u6yYHyjWKXa26h1VblvHw.user.gioia.aioe.org.POSTED!not-for-mail
From: nospam@mapson.xyz (Mark-)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 7 Jun 2021 02:13:12 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 11
Message-ID: <s9jvbn$529$1@gioia.aioe.org>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de>
NNTP-Posting-Host: 8u6yYHyjWKXa26h1VblvHw.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: XanaNews/1.21-f3fb89f (x86; Portable ISpell)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Mark- - Mon, 7 Jun 2021 02:13 UTC

Thomas 'PointedEars' Lahn wrote:

> Evidently after 20 years you have not made any progress at all.
> Neither in your coding nor in your personality development.
>

You have the gall to refer to another's personality development.

How little self-awareness you possess.

Re: Browser-dependent JavaScript problem

<KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17060&group=comp.lang.javascript#17060

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!npeer.as286.net!npeer-ng0.as286.net!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 07 Jun 2021 00:24:57 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Mon, 7 Jun 2021 15:24:57 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <s9jvbn$529$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
Message-ID: <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au>
Lines: 14
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 110.175.163.114
X-Trace: sv3-aD4Io8XxcciksmGWFQ3HEvGqRLmZtUkscBO4+suSW6EChDegO2p+hPkkftCtrrJPEmV1VT+YZx0hpZX!lPHHZkxdDtOYWHwAhe5NbAY3efUY9yovXJkR4sb32RnZci0DVz9tGecv/nnVy0hd4/OvHYNRhoEM!8Hp0yAhjanLKYK7ueZMYZOE=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 1855
X-Received-Bytes: 2058
 by: Andrew Poulos - Mon, 7 Jun 2021 05:24 UTC

On 7/06/2021 12:13 pm, Mark- wrote:
> Thomas 'PointedEars' Lahn wrote:
>
>> Evidently after 20 years you have not made any progress at all.
>> Neither in your coding nor in your personality development.
>>
>
> You have the gall to refer to another's personality development.
>
> How little self-awareness you possess.

Doesn't your second statement negate your first?

Andrew Poulos

Re: Browser-dependent JavaScript problem

<s9kfn6$plj$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17061&group=comp.lang.javascript#17061

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: tnp@invalid.invalid (The Natural Philosopher)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 7 Jun 2021 07:52:21 +0100
Organization: A little, after lunch
Lines: 27
Message-ID: <s9kfn6$plj$1@dont-email.me>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
<12773473.uLZWGnKmhe@PointedEars.de>
<2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
<1951231.oMNUckLgyt@PointedEars.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 7 Jun 2021 06:52:22 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="1808d9c3f2f5ee086fd4d796919d683e";
logging-data="26291"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19iSOzBh0Me39hvjvzZi/Ei0DTkwE1zTNw="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Thunderbird/60.6.1
Cancel-Lock: sha1:s54XGXgi19w1BqFXrJKgWEgX5q8=
In-Reply-To: <1951231.oMNUckLgyt@PointedEars.de>
Content-Language: en-GB
 by: The Natural Philosop - Mon, 7 Jun 2021 06:52 UTC

On 07/06/2021 02:05, Thomas 'PointedEars' Lahn wrote:
> “It works for me” is never a justification for a questionable practice.
On the contrary, it is probably the *only* justification for *any* practice.

We are all the descendants of people who found out 'what worked for them'

There are no descendants of people who specialised in what didn't work
for them

> After more than two decades, haven’t we been over this/ad nauseam/ now?

Well yes., but nothing seems to shake your coincidence that

- there is a right way and a wrong way
- you are its sole custodian

So I am sure that we have another two decades to come. Well you. I doubt
that I do.

--
"When one man dies it's a tragedy. When thousands die it's statistics."

Josef Stalin

Re: Browser-dependent JavaScript problem

<ii61puF3puiU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17062&group=comp.lang.javascript#17062

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@arnowelzel.de (Arno Welzel)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 7 Jun 2021 09:56:47 +0200
Lines: 31
Message-ID: <ii61puF3puiU1@mid.individual.net>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
<12773473.uLZWGnKmhe@PointedEars.de>
<2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net EKd9oeGh97Zw+17a0rhlFQeuEy1Oy7VYGXR3/L1HrD5Ve55mom
Cancel-Lock: sha1:stLF6oUs2es4Xx0j+UMYwGlVhGk=
In-Reply-To: <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
 by: Arno Welzel - Mon, 7 Jun 2021 07:56 UTC

John Stockton:

> On Monday, 24 May 2021 at 01:24:26 UTC+1, Thomas 'PointedEars' Lahn wrote
[...]
>> Note:
>>
>> “Internet Explorer 11 follows the OS component lifecycle,[7] which means it
>> remains supported with technical and security fixes while operating systems
>> including it as a component are shipped. This means that there is no date
>> for end of support for Internet Explorer 11.[8] On August 17, 2020,
>> Microsoft published a timeline indicating that the Microsoft Teams product
>> would stop supporting Internet Explorer 11 on November 30, 2020, and
>> Microsoft 365 products will end Internet Explorer 11 support on August 17,
>> 2021.[9]”
>>
>> <https://en.wikipedia.org/wiki/Internet_Explorer_11>
>
>
>
> (***) I have seen, somewhere, a recent authoritative statement which indicates much the same dates but about a year later.

JFTR:

<https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge>

<https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-support-end-dates>

--
Arno Welzel
https://arnowelzel.de

Re: Browser-dependent JavaScript problem

<s9l2kv$c53$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17063&group=comp.lang.javascript#17063

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!8u6yYHyjWKXa26h1VblvHw.user.gioia.aioe.org.POSTED!not-for-mail
From: nospam@mapson.xyz (Mark-)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 7 Jun 2021 12:15:27 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 18
Message-ID: <s9l2kv$c53$1@gioia.aioe.org>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au>
NNTP-Posting-Host: 8u6yYHyjWKXa26h1VblvHw.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: XanaNews/1.21-f3fb89f (x86; Portable ISpell)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Mark- - Mon, 7 Jun 2021 12:15 UTC

Andrew Poulos wrote:

> On 7/06/2021 12:13 pm, Mark- wrote:
> > Thomas 'PointedEars' Lahn wrote:
> >
> > > Evidently after 20 years you have not made any progress at all.
> > > Neither in your coding nor in your personality development.
> >>
> >
> > You have the gall to refer to another's personality development.
> >
> > How little self-awareness you possess.
>
> Doesn't your second statement negate your first?
>
> Andrew Poulos

No

Re: Browser-dependent JavaScript problem

<s9lkcj$pbl$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17064&group=comp.lang.javascript#17064

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: niam@jghnorth.org.uk.invalid (John Harris)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Mon, 7 Jun 2021 18:18:10 +0100
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <s9lkcj$pbl$1@dont-email.me>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
<12773473.uLZWGnKmhe@PointedEars.de>
<2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
<1951231.oMNUckLgyt@PointedEars.de>
Reply-To: jgharris@ic4life.net
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 7 Jun 2021 17:18:11 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f4b043389236876cd0f42770a2a02641";
logging-data="25973"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZU6vYTlQBMcmA1d60uBbaClSyf/uXtv8="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
Cancel-Lock: sha1:ZwSGAvRtg0wLS+ZxE8HqbRSs/Vc=
In-Reply-To: <1951231.oMNUckLgyt@PointedEars.de>
Content-Language: en-US
 by: John Harris - Mon, 7 Jun 2021 17:18 UTC

On 07/06/2021 02:05, Thomas 'PointedEars' Lahn wrote:

<snip>
> FOAD.

Thomas Lahn wrote :

"If you can't stand the heat, stay out of the kitchen."

<snip>

John

Re: Browser-dependent JavaScript problem

<L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17065&group=comp.lang.javascript#17065

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!buffer2.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 07 Jun 2021 16:35:57 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Tue, 8 Jun 2021 07:35:55 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <s9l2kv$c53$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
Message-ID: <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au>
Lines: 20
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 110.175.163.114
X-Trace: sv3-mmxX5ypA1+dacXowYbEnU4Mq4YRlRY0Y9nOVbtEe163bIx3SZrJ5JdJNQht1tEUHyiTBBgxy2Ull8Rf!6G7zo28BgzDU2hK4m9Emnu96Pkf9/HCNciycVkCc5xTcTZETMG0X1vhIrGeI07idMMHhu1GFcAgt!0VNL83c6psR1zk7zPK/Yjyw=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2048
 by: Andrew Poulos - Mon, 7 Jun 2021 21:35 UTC

On 7/06/2021 10:15 pm, Mark- wrote:
> Andrew Poulos wrote:
>
>> On 7/06/2021 12:13 pm, Mark- wrote:
>>> Thomas 'PointedEars' Lahn wrote:
>>>
>>>> Evidently after 20 years you have not made any progress at all.
>>>> Neither in your coding nor in your personality development.
>>>>
>>>
>>> You have the gall to refer to another's personality development.
>>>
>>> How little self-awareness you possess.
>>
>> Doesn't your second statement negate your first?
>>
>
> No

You're wrong, again.

Re: Browser-dependent JavaScript problem

<s9no31$hag$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17066&group=comp.lang.javascript#17066

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!JOBGOUqYbJEA2AxSeFqpdg.user.gioia.aioe.org.POSTED!not-for-mail
From: nospam@mapson.xyz (Mark-)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Tue, 8 Jun 2021 12:33:37 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 25
Message-ID: <s9no31$hag$1@gioia.aioe.org>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org> <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au>
NNTP-Posting-Host: JOBGOUqYbJEA2AxSeFqpdg.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: XanaNews/1.21-f3fb89f (x86; Portable ISpell)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Mark- - Tue, 8 Jun 2021 12:33 UTC

Andrew Poulos wrote:

> On 7/06/2021 10:15 pm, Mark- wrote:
> > Andrew Poulos wrote:
> >
> > > On 7/06/2021 12:13 pm, Mark- wrote:
> > > > Thomas 'PointedEars' Lahn wrote:
> > > >
> > > > > Evidently after 20 years you have not made any progress at
> > > > > all. Neither in your coding nor in your personality
> > > > > development.
> >>>>
> > > >
> > > > You have the gall to refer to another's personality development.
> > > >
> > > > How little self-awareness you possess.
> > >
> > > Doesn't your second statement negate your first?
> > >
> >
> > No
>
> You're wrong, again.

Such a delight to see ignorance on parade.

Re: Browser-dependent JavaScript problem

<U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17073&group=comp.lang.javascript#17073

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 08 Jun 2021 18:40:45 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com>
<S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au>
<12773473.uLZWGnKmhe@PointedEars.de>
<2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com>
<1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org>
<KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au>
<s9l2kv$c53$1@gioia.aioe.org>
<L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au>
<s9no31$hag$1@gioia.aioe.org>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Wed, 9 Jun 2021 09:40:44 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <s9no31$hag$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
Message-ID: <U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au>
Lines: 7
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 118.210.119.159
X-Trace: sv3-vGQPljkIz0T9OjEjWH7d/n/44YJyFnI4BBjaS1zIeNLnSzz4/EQ0BGGUUcqYimQD8KYSRfVK/nViTB8!HQi4XrJEKwxFPFR8XVLdSE6T4jKUTzGl4qXNoNQELSTHtUXm52eK2Sr6V7P7j6oLD9M1tT7M2By2!SiK2RRNNrpJrXi2BUIrtyC0=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 1770
 by: Andrew Poulos - Tue, 8 Jun 2021 23:40 UTC

On 8/06/2021 10:33 pm, Mark- wrote:

> Such a delight to see ignorance on parade.

Don't put yourself down. No doubt you're trying your best.

Re: Browser-dependent JavaScript problem

<s9p2dr$9ui$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17074&group=comp.lang.javascript#17074

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!5rFT8QxkcsPh/NOlCgui5Q.user.gioia.aioe.org.POSTED!not-for-mail
From: nospam@mapson.xyz (Mark-)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Wed, 9 Jun 2021 00:36:11 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 14
Message-ID: <s9p2dr$9ui$1@gioia.aioe.org>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org> <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au> <s9no31$hag$1@gioia.aioe.org> <U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au>
NNTP-Posting-Host: 5rFT8QxkcsPh/NOlCgui5Q.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: XanaNews/1.21-f3fb89f (x86; Portable ISpell)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Mark- - Wed, 9 Jun 2021 00:36 UTC

Andrew Poulos wrote:

> On 8/06/2021 10:33 pm, Mark- wrote:
>
> > Such a delight to see ignorance on parade.
>
> Don't put yourself down. No doubt you're trying your best.

You failed to grasp the concept of the two sentences I authored so
attack the writer. A sign of ignorance.

Your persistence is commendable at the cost of a wider and deeper
display of...well ignorance.

Re: Browser-dependent JavaScript problem

<IemdnSzsQ8avr139nZ2dnUU7-afNnZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17075&group=comp.lang.javascript#17075

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 08 Jun 2021 22:14:57 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org> <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au> <s9no31$hag$1@gioia.aioe.org> <U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au> <s9p2dr$9ui$1@gioia.aioe.org>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Wed, 9 Jun 2021 13:14:57 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <s9p2dr$9ui$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
Message-ID: <IemdnSzsQ8avr139nZ2dnUU7-afNnZ2d@westnet.com.au>
Lines: 17
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 118.210.119.159
X-Trace: sv3-1aVnoV2KMqE4Sg2RAD8zIAmqWie0ZE9d5UB9fE+jTJ53uOfdTrjUlU0IJln/ZmiC55xsapOmtQLntQf!XM6JWgy/qpyHsyU8+NfOfJBm740yQVkNRdlPvHM7WyOYeq5pMuIggAQ6Nu8h4wswOXNQriPrAW7d!qDijgXbZo90j5tWfiJfqnaM=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2239
 by: Andrew Poulos - Wed, 9 Jun 2021 03:14 UTC

On 9/06/2021 10:36 am, Mark- wrote:

>>> Such a delight to see ignorance on parade.
>>
>> Don't put yourself down. No doubt you're trying your best.
>
> You failed to grasp the concept of the two sentences I authored so
> attack the writer. A sign of ignorance.

Self contradictory yet still claim someone else carries signs.

> Your persistence is commendable at the cost of a wider and deeper
> display of...well ignorance.

Don't keep putting yourself down - that you don't know something is no
cause for shame.

Re: Browser-dependent JavaScript problem

<s9pcet$1ke2$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17076&group=comp.lang.javascript#17076

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!aioe.org!XzgjdU5+SxysSQcZP24KrA.user.gioia.aioe.org.POSTED!not-for-mail
From: nospam@mapson.xyz (Mark-)
Newsgroups: comp.lang.javascript
Subject: Re: Browser-dependent JavaScript problem
Date: Wed, 9 Jun 2021 03:27:25 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 9
Message-ID: <s9pcet$1ke2$1@gioia.aioe.org>
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org> <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au> <s9no31$hag$1@gioia.aioe.org> <U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au> <s9p2dr$9ui$1@gioia.aioe.org> <IemdnSzsQ8avr139nZ2dnUU7-afNnZ2d@westnet.com.au>
NNTP-Posting-Host: XzgjdU5+SxysSQcZP24KrA.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: XanaNews/1.21-f3fb89f (x86; Portable ISpell)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Mark- - Wed, 9 Jun 2021 03:27 UTC

Andrew Poulos wrote:


> Self contradictory yet still claim someone else carries signs.

You have one or more misunderstood words in the original two sentences
I wrote.

Time to move on. Good luck.

Re: Browser-dependent JavaScript problem

<QY-dnXh2o74nA139nZ2dnUU7-fnNnZ2d@westnet.com.au>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17077&group=comp.lang.javascript#17077

  copy link   Newsgroups: comp.lang.javascript
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 09 Jun 2021 05:58:02 -0500
Subject: Re: Browser-dependent JavaScript problem
Newsgroups: comp.lang.javascript
References: <c759d589-5290-4bfb-b3bd-588c6799fb11n@googlegroups.com> <S6ydnT4TC6L8UDf9nZ2dnUU7-L_NnZ2d@westnet.com.au> <12773473.uLZWGnKmhe@PointedEars.de> <2f10df4f-cdf1-430a-806b-4e3870669cc3n@googlegroups.com> <1951231.oMNUckLgyt@PointedEars.de> <s9jvbn$529$1@gioia.aioe.org> <KZadnVHjDPo0MCD9nZ2dnUU7-budnZ2d@westnet.com.au> <s9l2kv$c53$1@gioia.aioe.org> <L_ydnfTf77-gDCP9nZ2dnUU7-RGdnZ2d@westnet.com.au> <s9no31$hag$1@gioia.aioe.org> <U8udnS9xR_VgYiL9nZ2dnUU7-dednZ2d@westnet.com.au> <s9p2dr$9ui$1@gioia.aioe.org> <IemdnSzsQ8avr139nZ2dnUU7-afNnZ2d@westnet.com.au> <s9pcet$1ke2$1@gioia.aioe.org>
From: ap_prog@hotmail.com (Andrew Poulos)
Date: Wed, 9 Jun 2021 20:57:59 +1000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
MIME-Version: 1.0
In-Reply-To: <s9pcet$1ke2$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
Message-ID: <QY-dnXh2o74nA139nZ2dnUU7-fnNnZ2d@westnet.com.au>
Lines: 6
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 118.210.119.159
X-Trace: sv3-k9kWlMbygdMlEwZiXeST/1+mrgXcFfZ+yAv8K7ecnLktlxoIRA2sPijf/pZJ7SR3AQ10wxRI5k5ptfG!9XbIH1HXybCL2T1zEDuxUPMtT0kfeFzECcfektqQ7MUJ0i5rosOhe93HBoYwschK82Ny3tOXgHxR!GeIIIQ57jJJe2NbKk9Gr3gM=
X-Complaints-To: abuse@westnet.com.au
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 1977
 by: Andrew Poulos - Wed, 9 Jun 2021 10:57 UTC

On 9/06/2021 1:27 pm, Mark- wrote:

> You have one or more misunderstood words in the original two sentences
> I wrote.

So how did I manage to put words into sentences *you* wrote?


devel / comp.lang.javascript / Browser-dependent JavaScript problem

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor