Estoy usando w3m, lynx, links, elinks, chawan, simultaneamente, y a veces Falkon cuando necesito preguntar algo a ChatGPT. Es molesto cuando me pregunta si quiero o no aceptar cookies y para poder ver los acentos cambiar Display character set a UNICODE debes marcar la opción SAVE TO DISK.

Como aceptar cookies

Option 1: Through interactive menu

  1. Run Lynx:

    lynx
    
  2. Press O (capital letter O) to open Options.

  3. Scroll down to Cookies settings.

  4. Set:

    • Save options to disk: [X]
    • accept all cookiesYes
    • ask user about cookiesNo
  5. Press (right arrow key) on Accept Changes to save.


Option 2: Modify config file

Edit your Lynx configuration file, usually at:

~/.lynxrc

or globally in /etc/lynx.cfg.

Add or modify these lines:

accept_all_cookies=TRUE
ask_user_about_cookies=FALSE

You can also check COOKIE_ACCEPT_PROMPT in /etc/lynx.cfg:

COOKIE_ACCEPT_PROMPT:FALSE
SET_COOKIES:TRUE
ACCEPT_ALL_COOKIES:TRUE