rkd77

Results 210 comments of rkd77

If youtube music are youtube videos, then you can do something like this: Requirements: systemd (optional) mpv socat elinks with python scripting 1) create systemd unit for mpv as in...

I will accept patches if similar functionality to spidermonkey is implemented. In case of no volunteers, I'm going to back to this issue in September this year.

Added mujs, One of weak points is: there is no execution timeout in mujs, at least I have not found it. So infinite loop and other long running scripts will...

With above commit elinks behaves like Lynx. At least for test site.

gemini is on my wishlist. If someone does not provide some patches first, I'm going to add this protocol later this year to ELinks.

Current master has some gemini protocol and text/gemini code. There are problems with certificates verification on some sites, I don't know why. You can disable it, or click Retry connection...

socksify is not sufficient?

SOCKS_SERVER=$somehost:$port socksify elinks --no-libevent socksify is part of dante-client package. I surely won't do it better.

I tried ssh -N -D 1080 localhost . In the second terminal: tsocks elinks --no-libevent and I was able to visit some sites.