From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 23:17:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB0B16A41F for ; Thu, 22 Sep 2005 23:17:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D410843D45 for ; Thu, 22 Sep 2005 23:17:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3FF915D7C; Thu, 22 Sep 2005 19:17:11 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36037-06; Thu, 22 Sep 2005 19:17:09 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-68-11.ny325.east.verizon.net [68.161.68.11]) by pi.codefab.com (Postfix) with ESMTP id B32D75C39; Thu, 22 Sep 2005 19:17:07 -0400 (EDT) Message-ID: <43333B75.2000604@mac.com> Date: Thu, 22 Sep 2005 19:17:09 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jacob Rhoden References: <200509230852.03431.jrhoden@unimelb.edu.au> In-Reply-To: <200509230852.03431.jrhoden@unimelb.edu.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Port for html manipulating proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 23:17:14 -0000 Jacob Rhoden wrote: > I have been trying to find some sort of proxy server for my own machine, that > allows me to manipulate/strip things (ie strip adverts and fix css on my > commonly used pages). Is there a port for this? Install www/squid and squidGuard. You can use the latter to redirect blocked URLs to a specific page. If you make that redirect point to a 1x1 pixel transparent GIF image, most ads disappear gracefully. -- -Chuck