From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3FBGSqN010190 for ; Mon, 15 Apr 2019 07:16:28 -0400 Received: by smtp.corp.redhat.com (Postfix) id 47FC3608C2; Mon, 15 Apr 2019 11:16:28 +0000 (UTC) Received: from mx1.redhat.com (ext-mx19.extmail.prod.ext.phx2.redhat.com [10.5.110.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 40B41608C1 for ; Mon, 15 Apr 2019 11:16:25 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D4FAE307D857 for ; Mon, 15 Apr 2019 11:16:20 +0000 (UTC) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 44jQtD2h5Yz1Gjm for ; Mon, 15 Apr 2019 07:16:20 -0400 (EDT) Received: by panix1.panix.com (Postfix, from userid 20712) id 44jQtD1TPczcbR; Mon, 15 Apr 2019 07:16:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 44jQtD1523zcbQ for ; Mon, 15 Apr 2019 07:16:20 -0400 (EDT) Date: Mon, 15 Apr 2019 07:16:20 -0400 To: Linux for blind general discussion Subject: Re: between google and firefox it's nearly impossible to get anything done! In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender passed SPF test, Sender IP whitelisted by DNSRBL, ACL 216 matched, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 15 Apr 2019 11:16:20 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 15 Apr 2019 11:16:20 +0000 (UTC) for IP:'166.84.1.89' DOMAIN:'mailbackend.panix.com' HELO:'mailbackend.panix.com' FROM:'jdashiel@panix.com' RCPT:'' X-RedHat-Spam-Score: -2.301 (RCVD_IN_DNSWL_MED, SPF_PASS) 166.84.1.89 mailbackend.panix.com 166.84.1.89 mailbackend.panix.com X-Scanned-By: MIMEDefang 2.84 on 10.5.110.48 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: blinux-list@redhat.com From: Linux for blind general discussion X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: blinux-list@redhat.com List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 11:16:28 -0000 Thanks for the ideas, neither work. Both get problem loading url. The first one tried to load www.cat.com too. On Sun, 14 Apr 2019, Linux for blind general discussion wrote: > Date: Sun, 14 Apr 2019 16:52:18 > From: Linux for blind general discussion > To: Linux for blind general discussion > Subject: Re: between google and firefox it's nearly impossible to get anything > done! > > On Sun, 14 Apr 2019, Linux for blind general discussion wrote: > > > I found out a few minutes ago it's not possible to do something like: > > firefox < /home/jude/surf > > Where /home/jude/surf has an ugly google url in it that cannot be > > processed by > > lynx since google and so very many other web sites love blocking what > > doesn't use javascript. > > How about: > > firefox `cat /home/jude/surf` > > Though you may need to do: > > firefox "`cat /home/jude/surf`" > > to avoid problems with the shell. > > HTH, > Geoff. > > _______________________________________________ > Blinux-list mailing list > Blinux-list@redhat.com > https://www.redhat.com/mailman/listinfo/blinux-list > > --