How can you use Javascript in terminal for w3m?

后端 未结 3 2049
别跟我提以往
别跟我提以往 2021-02-08 14:01

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

相关标签:
3条回答
  • 2021-02-08 14:33

    Try Conkeror

    Masi -- I'd recommend taking a look at Conkeror, which is basically Firefox with Emacs keybindings. If you want a keyboard driven UI with Javascript, it's your best bet:

    http://conkeror.org

    http://www.saltycrane.com/blog/2008/01/firefox-for-emacs-users/

    The frontpage could use a makeover, but once you download and install it you'll wonder why you never tried it before...

    (and if you're a vim user, you could try vimperator).

    0 讨论(0)
  • 2021-02-08 14:37

    Unfortunately w3m doesn't support JavaScript at all.

    0 讨论(0)
  • 2021-02-08 14:52

    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.

    0 讨论(0)
提交回复
热议问题