From owner-freebsd-questions@freebsd.org Tue Oct 20 02:57:35 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D98A1AA11 for ; Tue, 20 Oct 2015 02:57:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B8B8E93D for ; Tue, 20 Oct 2015 02:57:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t9K2vWN3067304 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Oct 2015 20:57:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t9K2vWch067301; Mon, 19 Oct 2015 20:57:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 19 Oct 2015 20:57:32 -0600 (MDT) From: Warren Block To: Quartz cc: freebsd-questions@freebsd.org Subject: Re: Mozilla not rendering web pages? In-Reply-To: <56256BE5.8090601@sneakertech.com> Message-ID: References: <56256BE5.8090601@sneakertech.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 19 Oct 2015 20:57:32 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 02:57:35 -0000 On Mon, 19 Oct 2015, Quartz wrote: >> For the past week or so I have seen an increasing number of web pages where >> the javascript seems to not run. I get mostly text that is in linear lists >> along with a few "standard" icons like empty menus. > > It sounds like you're describing a CSS problem rather than a Javascript > problem. That espn site loads its CSS off of another server (espncdn.com), > did you perhaps recently install some kind of adblocker or something that > might be messing with that sort of stuff? I see this occasionally on some sites. A refresh with F5 usually cures it. A race condition causes by sourcing data from multiple sites could certainly explain it.