![]() |
|
[req] force google search anonymous - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38) +--- Forum: Filter Help/Request (/forumdisplay.php?fid=31) +--- Thread: [req] force google search anonymous (/showthread.php?tid=1220) |
[req] force google search anonymous - bugger - Jan. 15, 2009 12:14 AM Is it possible to force google search to be always anonymous and while I am signed in with other services(gmail, ig, notebook)? RE: [req] force google search anonymous - Oddysey - Jan. 15, 2009 04:00 AM bugger; Yes, but as usual, I'm going against the grain here. There's a separate utility, a small half-meg exe file that runs on any windows version, and with any browser. It's smart enough to ferret out Google's cookie, and then give you some choices about the disposition of said cookie. Nice interface, too. Look for it on the web as gzapper.exe. I think I got my copy at http://www.dummysoftware.com, but it's available all over the place. It's shareware, to a degree - the so-called trial period is 30 days. (After that, you're supposed to cough up 30 bucks American.) I've been using mine for over a year, no detectable problems so far! HTH Oddysey RE: [req] force google search anonymous - Kye-U - Jan. 15, 2009 04:24 AM Give this a try: Code: [HTTP headers]I was comparing what cookie values existed when I was logged in, and what didn't exist when I was logged out; I noticed that the S=calendar=... and SID=... values existed and when removed, I appear to be logged out ![]() For sure the matching expression can be improved; I'm sleepy ATM, so I'd appreciate it if someone can improve upon this filter ![]() EDIT: Looks like the main one is the SID value, so maybe use this filter: Code: [HTTP headers]EDIT 2: Second filter tested and working, but I'm rethinking and it might be safer to remove the S=calendar value as well (e.g.: use the first filter), in case Google can create the SID value from it. RE: [req] force google search anonymous - bugger - Jan. 15, 2009 04:45 AM Using header two. Header one don't seem to work ![]() thanks RE: [req] force google search anonymous - Kye-U - Jan. 15, 2009 04:52 AM Found that I forgot to bypass iGoogle: Code: [HTTP headers]RE: [req] force google search anonymous - Oddysey - Jan. 15, 2009 06:40 PM Key-u; Being logged out is not the same as being tracked!! Google tracks everybody, not just account holders. If you'll look at the first two lines of the cookie named [YourComputerAccoutNameHere]@google[2].txt, you'll find: Code: PREFThe tracking number is between ID= and the first colon, that's what has to go away. So far, my attempts to eradicate it with a filter have been unsuccessful..... wanna give it a go? I've also tried blanking out that portion of the cookie, then making it "ultra-permanent" - locking it down against modifications (via the system attributes), but Google just created another cookie with an incremented number between the brackets. ![]() HTH Oddysey |