Text based webbrowser that supports JavaScript?

5

2

If I

lynx beforeitsnews.com

then I can't see the page because it needs a JavaScript compatible webbrowser.

Are there any text-based webbrowsers that supports JavaScript?:

LanceBaynes

Posted 2011-06-19T11:02:41.147

Reputation: 3 510

See also: Command line browser with js support

– unor – 2016-07-28T14:31:42.330

Isn't that basically any browser with just CSS/Images disabled? You want the DOM to be loaded as it is the only way you'll be able to have JS functioning properly. – Niklas – 2011-06-19T11:05:33.487

1@Niklas Not if you don't have a GUI running. – Daniel Beck – 2011-06-19T11:32:04.827

Answers

4

Based on the comments under this article (which is old but provides some good pointers):

  • elinks - experimental javascript support (as of 2005 - may be better now?)

  • links2 - supports javascript and pipelining and image display without X

  • links-hacked - ssl and some javascript support

scotjam1981

Posted 2011-06-19T11:02:41.147

Reputation: 69

The article "Building eLinks Text-based Web Browser with (Some Sort of) JavaScript Support" describes how to get javascript configured in elinks, though it apparently still doesn't work with most pages.

– nealmcb – 2014-10-29T15:20:36.453

links2 does not support javascript, although an old version once did (http://links.twibright.com/user_en.html)

– mareoraft – 2018-04-24T23:32:09.903

2elinks on Ubuntu 14.04 doesn't seem to have javascript support enabled – DevZer0 – 2013-12-12T03:47:04.500