From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from resqmta-ch2-11v.sys.comcast.net (resqmta-ch2-11v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:43]) by hurricane.the-brannons.com (Postfix) with ESMTPS id DD6D7779C0 for ; Fri, 7 Jun 2019 14:15:08 -0700 (PDT) Received: from resomta-ch2-05v.sys.comcast.net ([69.252.207.101]) by resqmta-ch2-11v.sys.comcast.net with ESMTP id ZHRDheIS1RZD9ZMCZhl259; Fri, 07 Jun 2019 21:15:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1559942107; bh=H1DFyySdwZQjVeDwpRDP/OUelNvTluw0I1364QLBy14=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=ZfAYoqJNsjfH0bGsSlTckwNgFKXY+wgoypfUIqX/SheYHVV3c3JPTe3l0y8IlYbpW K5Lqav9zrzcNL3Z6Rb1Atbzq7rYEMrobJZT/N/cb8bceocX05wldeUFL5yrkVk+GiL qPO82Qh0I9L1U317rn3UaSB13vA0065FuI5D9QKibpofIgYiku9vlOi+qC/EyzU4OK yIMxAxkhZaSLkqOIhgoNlWKVykQXzqveqsuKRJlylVSGK77d5nHQK5i1hhPTcqarJL hM6XtDv3XMZTcBrx5Z+F2UVcCBNm8swPlqFvNif1IdRa8gzdQYutu1mpBuYGBN5rP8 SXWJrM3X9L9zQ== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-05v.sys.comcast.net with ESMTPSA id ZMCTh6rBAgEOBZMCZhTxDk; Fri, 07 Jun 2019 21:15:07 +0000 X-Xfinity-VMeta: sc=0;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E) Subject: [edbrowse-dev] Good Morning America fun Date: Fri, 07 Jun 2019 17:15:01 -0400 Message-ID: <20190507171501.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-289570 Content-Transfer-Encoding: 7bit This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-289570 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I've always said, newspaper and tv websites are the worst. They're just disseminating information, basically readonly, they don't = have to be complicated, but they are! Almost all of them I turn js off, browse, jump to h1, and there's the = story. Well a few don't work like that, like nasa.gov, and I've already talked = about that one at length. Yesterday I wanted to read a story that somebody linked to, https://www.goodmorningamerica.com/culture/story/real-life-iron-man-robe= rt-downey-jr-launches-63499797 With js off, nothing! With js on, just one line. Time for debugging. I fixed one thing after another after another after another, see the various commits in the last 24 hours, and if you pull all those then bring up the site, 402 lines, including the story, and links to various other stories. So it works! The story is fluff, cause it's GMA and not a real science outlet, but = oh well. The point is, this kind of debugging was flat out impossible without = the snapshot() feature that lets me make a (mostly) local copy of the website. Then I put in alerts and breakpoints and so on. The local copy isn't true in every way. When I bring it up I only get 169 of the 402 lines, not sure why, some xhr stuff pulls in the story and has to run off the real website, = but stil, still, all the debugging I could do, and it's kinda fun. Brousing this site is really slow, as are some others, and I should probably stop debugging and look at performance, cause you = don't really want to wait 2 minutes for this news story. Karl Dahlke --nextpart-eb-289570--