From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B95E71389F4 for ; Thu, 30 Oct 2014 10:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8303E0851; Thu, 30 Oct 2014 10:50:24 +0000 (UTC) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D3B8E082F for ; Thu, 30 Oct 2014 10:50:23 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so3327469wgh.25 for ; Thu, 30 Oct 2014 03:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=llAyMke0TLQeBldBVtiYLWqeuZGJkWL5WXCM+ROokjY=; b=lvWZKe+EFpO+Q3QHAWzGuKPJZN0vpmfX5PNkTd8n9gTPxPxIzq2XwATxliuuze2Bpg IDVLZjqfOLyzYNssYbWpTZfi3yEMumExuJSeR3YJ3eOOYcdKTrqUtuicGZTQ4294BGYb Si34LtHfDFttUIJoAY4C5zgdOg20k3dKqR1kNBAkKi/59CAjz/5E+TDVabmMyJIqWaFm Uwm0q745V5d07X7aJFIKdU/eBSd2/XPocNRtSd2flUhhS8bW3GJ4rA2M+RMYgIb7C0XN hWRUWYHqxy3f0hLfiMasYQdnGIia+SbaltUaB+ctkbUCcHELbEyOQEqcZsJElDIfw9OE NbJQ== X-Received: by 10.194.94.9 with SMTP id cy9mr2065374wjb.117.1414666221859; Thu, 30 Oct 2014 03:50:21 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPSA id 4sm8234012wjx.39.2014.10.30.03.50.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 Oct 2014 03:50:20 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cookie_monster Date: Thu, 30 Oct 2014 10:50:01 +0000 User-Agent: KMail/1.13.7 (Linux/3.16.5-gentoo; KDE/4.12.5; x86_64; ; ) References: <20141029234407.GA10582@waltdnes.org> In-Reply-To: <20141029234407.GA10582@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1952562.oFAURV7YBI"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201410301050.17223.michaelkintzios@gmail.com> X-Archives-Salt: af2f9026-273a-4150-be77-14969116f756 X-Archives-Hash: 8346ee38100a35fe90df459e0c7ac7d4 --nextPart1952562.oFAURV7YBI Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 29 Oct 2014 23:44:07 Walter Dnes wrote: > On Wed, Oct 29, 2014 at 04:45:56PM +0000, James wrote >=20 > > So looking at ~/.mozilla/seamonkey// > > I see these cookies files: > >=20 > > cookies.sqlite cookies.sqlite-shm cookies.sqlite-wal > >=20 > > But the are sqlite files. So I need a gui tool to view them as to > > discern logical understanding of what exactly they are and which do > > delete or intelligently pre_filter. [1,2] > >=20 > > Any suggestions in portage or as a seamonkey "add-on" would > > be keen. I run "no-scipts" but I think I need more to keep > > the cookie_monster under control? suggesions? I also use > > firefox, just not as much. >=20 > Sqlite is a database format. You might already have sqlite (the > executable) installed, depending on the value of the "system-sqlite" USE > flag. If so, you can pound away at it manually. Or you can always... >=20 > emerge sqlite >=20 > If you want a GUI rather than command-line, try > https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ >=20 > You also mentioned "flash cookies" in passing. They're a totally > different animal. They're files that reside in directories ~/.adobe and > ~/.macromedia. The way to kill them is to remove the directories and > create dummy files with the same names, so that Flash can't create the > directories. Here's a short script... >=20 > #!/bin/bash > rm -rf ~/.adobe > touch ~/.adobe > rm -rf ~/.macromedia > touch ~/.macromedia >=20 > The only problem is that certain sites won't play videos without those > directories being present (e.g. video highlights at http://nhl.com ). I > handle them with the following script... >=20 > #!/bin/bash > rm -rf ~/.adobe > rm -rf ~/.macromedia > sleep 20 > rm -rf ~/.adobe > touch ~/.adobe > rm -rf ~/.macromedia > touch ~/.macromedia >=20 > I launch the script from a terminal, and then immediately click on the > video link in my browser. This gets the videos going, and keeps them > going until they finish. I think that the ~/.adobe directory does not contain website content tracea= ble=20 information, but flash version related info. Could be wrong though. =2D-=20 Regards, Mick --nextPart1952562.oFAURV7YBI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJUUhfpAAoJELAdA+zwE4YeFxoH/2MZwgViA51Ycnh2W3TRiI66 dUA/9AWAZZWxfvbqYcqkyqYRsPQvlSl48fG3fb4+5h0rnYosJuc22MFT4Le2hkBp +MEWt4IjmqYZHDCm65CJ1ykQhWd/ZYYzRFH14m0x4LZzqjO6xTr7o/S6AEx+iKt9 SHXgV7M5YkalSeIhH1cfLJ5VAB4iiZZRr83ul1jz9OJxCllylmIS/CJ6OSZkEBh7 HYuqW4VQ3WV+qqfNmaGeYWWHTeCCD/QpKRCvz7lE77gbqW/80+c3u8Kvr6OqQqsX V+ilmSDykg/oRlQIgXMuKh0rpSeXlrpNWn0EC0jblvPdPMWqtCPGdAMDVuI97U4= =C7/o -----END PGP SIGNATURE----- --nextPart1952562.oFAURV7YBI--