Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you use Javascript in terminal for w3m?

I found the text browser w3m which is the best so far in my opinion. However, it is main problem is Javascript.

I cannot see comments at all in Stackoverflow when I use it.

I am not sure what is the restriction in letting Javascript to be in terminal.

How can you enable at least some of JavaScript for Terminal such that comments are visible?

like image 950
Léo Léopold Hertz 준영 Avatar asked Apr 19 '09 01:04

Léo Léopold Hertz 준영


1 Answers

Javascript requires a Javascript interpreter. If your user-agent doesn't understand a particular kind of scripting, it simply ignores it. To get a minimal level of support, try the w3m-js extension.

like image 63
John Feminella Avatar answered Sep 25 '22 02:09

John Feminella