Browse Web - Lynx Command-Line Browser | Online Free DevTools by Hexmos
Browse the web with Lynx, a powerful command-line browser. Navigate websites and manage cookies directly from your terminal. Free online tool, no registration required.
lynx
Command-line web browser. More information: https://lynx.browser.org.
- Visit a website:
lynx {{example.com}}
- Apply restrictions for anonymous account:
lynx -anonymous {{example.com}}
- Turn on mouse support, if available:
lynx -use_mouse {{example.com}}
- Force color mode on, if available:
lynx -color {{example.com}}
- Open a link, using a specific file to read and write cookies:
lynx -cookie_file={{path/to/file}} {{example.com}}
- Navigate forwards and backwards through the links on a page:
{{<ArrowUp>|<ArrowDown>}}
- Go back to the previously displayed page:
{{<ArrowLeft>|<u>}}
- Exit:
<q><y>
