User Agent
Hi, Can the User Agent string be set, e.g. as in Elinks?. Thanks ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
On Mon, Jun 19, 2023 at 10:17:41AM +0300, Joel T. wrote: > > Hi, > > Can the User Agent string be set, e.g. as in Elinks?. Not without recompiling it, see utils/useragent.c B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
Thanks Rob for the prompt reply. Another question please - are tabs supported?. Regards On 19/6/23 10:47, Rob Kendrick wrote: On Mon, Jun 19, 2023 at 10:17:41AM +0300, Joel T. wrote: Hi, Can the User Agent string be set, e.g. as in Elinks?. Not without recompiling it, see utils/useragent.c B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
On Mon, Jun 19, 2023 at 10:50:52AM +0300, jtz...@post.com wrote: > Thanks Rob for the prompt reply. > > Another question please - are tabs supported?. It depends on the frontend in use. I know the Gtk front end does, and I know the RISC OS one does not. As for the others, I am uncertain. B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
Thanks. Can the gtk version accept multiple urls on the commandline?. The man pages shows "netsurf [options] [url]" (i.e., a single url) & issuing "netsurf-gtk www.yahoo.com www.google.com" starts with a single tab (yahoo). Thanks On 19/6/23 11:04, Rob Kendrick wrote: It depends on the frontend in use. I know the Gtk front end does, and I know the RISC OS one does not. As for the others, I am uncertain. B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
On Mon, Jun 19, 2023 at 11:21:21AM +0300, jtz...@post.com wrote: > Thanks. > Can the gtk version accept multiple urls on the commandline?. > > The man pages shows "netsurf [options] [url]" (i.e., a single url) & > issuing "netsurf-gtk www.yahoo.com www.google.com" starts with a > single tab (yahoo). That suggests no, then. B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
Thanks. What does "--url_file" do? will NS load all urls listed there? . Regards On 19/6/23 11:26, Rob Kendrick wrote: That suggests no, then. B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: User Agent
On Mon, Jun 19, 2023 at 11:55:35AM +0300, jtz...@post.com wrote: > What does "--url_file" do? will NS load all urls listed there? It controls where the URL database is stored, ie history etc. It does not do what you want. We should probably provide a way to define more than one home page in preferences to open multiple windows/tabs, but this may end up being front-end specific rather than in the core. B. ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org