On Fri, Sep 12, 2025 at 03:52:05AM +0042, yeti wrote: > If you set the User-Agent string to this, Lynx works with Google.
> Unluckily I found no way to save this, as that option is one of those > who can be changed but not saved. Yes, but if you can edit the lynx.cfg used by your copy of Lynx you can change this. Quote from lynx.cfg: ENABLE_LYNXRC # The forms-based Options menu shows a (!) marker beside items which are not # saved to ~/.lynxrc -- the reason for disabling some of these items is that # they are likely to cause confusion if they are read from the .lynxrc file for # each session. However, they can be enabled or disabled using the # ENABLE_LYNXRC settings. The default (compiled-in) settings are shown below. So you can find this setting: #ENABLE_LYNXRC:USERAGENT:OFF and change it to: ENABLE_LYNXRC:USERAGENT:ON (remembering to remove the hash mark at the beginning). Ian Collier.
