what is the alternative browser for lynx?

I have a script including JavaScript,when i run that in terminal,it says

 JavaScript seems to be disabled in your browser. You must have JavaScript enabled in your browser to utilize the functionality of this website.

And it asks for authorization?

(but,when i run this script in netbeans(shift+f6)..it works fine).

I need to run in terminal only because i have to set cron.

Is there any other way for this ?

1

2 Answers

sudo apt-get install links elinks
sudo apt install w3m

w3m doesn't use the same keyboard shortcuts as other command line browsers, so get ready to learn some new ones. You can do that by pressing shift+h while running w3m.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like