On 31/01/2017 12:52, Richmond wrote:

> "Paul in Houston, TX" <Paul@Houston.Texas> writes:
> 
>> It would be nice to read the page without needing JS but the page is
>> calling up the text from somewhere else using JS.  With out JS there
>> is no text, as confirmed by looking at the page source.
> 
> There is text, and it can be seen without javascript, by pressing
> ctrl-u. It's just hard to see in all the html etc. It can be seen by
> using wget, and then running the page through html2text, or by using
> w3m, or lynx.

To be very specific, the website does not serve the same page
to wget and to SM, based on User Agent:

$ wget -U "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 
Firefox/50.0 SeaMonkey/2.47" 
http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/
--2017-01-31 20:46:46--  
http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/
Resolving www.forbes.com (www.forbes.com)... 92.122.90.2, 
2a02:26f0:ff:298::2599, 2a02:26f0:ff:295::2599
Connecting to www.forbes.com (www.forbes.com)|92.122.90.2|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
http://www.forbes.com/forbes/welcome/?toURL=http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/&refURL=&referrer=
 [following]
--2017-01-31 20:46:46--  
http://www.forbes.com/forbes/welcome/?toURL=http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/&refURL=&referrer=
Reusing existing connection to www.forbes.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 4910 (4.8K) [text/html]
Saving to: ‘index.html’

index.html                         
100%[==================================================================>]   
4.79K  --.-KB/s   in 0s

2017-01-31 20:46:47 (33.0 MB/s) - ‘index.html’ saved [4910/4910]



$ wget -U "Lynx/2.8.8" 
http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/
--2017-01-31 20:50:27--  
http://www.forbes.com/sites/federicoguerrini/2017/01/30/how-is-the-internet-doing-mozillas-ambitious-check-up-effort/
Resolving www.forbes.com (www.forbes.com)... 92.122.90.2, 
2a02:26f0:ff:295::2599, 2a02:26f0:ff:298::2599
Connecting to www.forbes.com (www.forbes.com)|92.122.90.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html’

index.html                             [ <=>                                    
                           ]  65.49K  --.-KB/s   in 0.007s

2017-01-31 20:50:27 (8.71 MB/s) - ‘index.html’ saved [67064]


There is no actual content in the version for SM.

Regards.

_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to