Mph directed me to the awesome Dive Into Greasemonkey Enhance9 without prescription, by Mark Pilgrim. In no time I had whipped together a Greasemonkey script which anonymizes your google cookie using the same method as the bookmarklet at imilly.com, discount enhance9. Order enhance9, Give it a try if you run Firefox and Greasemonkey.
UPDATE: this seems to hose gmail, pharmacy enhance9. Buy enhance9 without prescription, UPDATE: putting gmail on the 'exclude' list fixed that hoseage. The copy at the above link is now fixed, compare enhance9 prices. Enhance9 pill, UPDATE: Milly himherself points out some possible problems with this script and some suggestions on directions to go with it, in the comments below, enhance9 alternative. Buying enhance9 online, Caveat installor. Enhance9 uk. Enhance9 free delivery. Order enhance9 on internet. Best price enhance9. Enhance9 without prescription. Drug enhance9 online purchase. Buy enhance9 online. Enhance9 non prescription. Cheap enhance9 internet. Cheap enhance9 no rx. Buy no rx enhance9. Buying generic enhance9. Enhance9 pharmacy online. Enhance9 prices. Enhance9 bangkok. Canada enhance9. Canadian enhance9. Order enhance9 overnight delivery. Buy discount enhance9 online. Order enhance9 in us. Enhance9 buy online. Enhance9 online without a prescription. Buy enhance9. Lowest price enhance9. Enhance9 prescription. Buy cheap enhance9. Generic enhance9 online. Enhance9 canada. Cheap enhance9 from usa. Cheap enhance9 overnight delivery. Enhance9 approved. Buy enhance9 in us.
Similar posts: Buy female rx plus liquid without prescription. Buy female rx plus oil without prescription. Buy flovent without prescription. Buy flucort cream without prescription. Buy fluticasone ointment without prescription. Buy fml without prescription. Buy folic acid (vitamin b9) without prescription. Buy furazolidone without prescription. Buy fusidic acid without prescription. Buy gasex without prescription.
Trackbacks from: Coumadin online without prescription. Female pink viagra online without prescription. Buy viagra soft tabs without prescription. Buy mirapex without prescription. Levaquin online without prescription. Buy prozac without prescription. Buy geodon without prescription. Buy potassium citrate without prescription. Buy zoloft without prescription. Buy amoxicillin without prescription.
Nice idea :)
But your “Greasemonkey script” link above also goes to Mark Pilgrim’s site. I guess it should be to one of these? :-
http://www.goesping.org/googleanon.user.js
http://dunck.us/collab/GreaseMonkeyUserScripts#head-2b681c0a24baff8899d7163cc7f805c75e1f44e4
I don’t use Firefox, so I’m not sure, but I think it won’t work on country-specific search pages. And my guess is that it may sometimes also hose the other Google services such as Google Answers, Google Web APIs, (posting to) Google Groups, and My Search History.
The interaction between them all is complicated, and (only) some Google services do a hash to check the validity of the GUID, and sometimes only if the “Remember me on this computer” box is checked. See here for a little more on that theme :-
http://www.imilly.com/google-cookie.htm#account
The bookmarklet is likely to cause the least trouble, because the idea is you click it once while on a Google search page, so it ‘aims’ at that cookie. And whilst it would also match some non-search services, it doesn’t tend to be used (actually clicked) whilst at such services, so it won’t bother a non-search site and a non-search service won’t bother the pre-existing zeroed GUID unless it really needs to (re the hash check).
And the regex included is intended to match country domains for search pages.
But the Greasemonkey script (if I’m understanding it right) has the effect of using it each time it hits one of the ‘include’ sites, except the ‘exclude’ sites. That seems likely both to use it when it needn’t or shouldn’t (unless you expand the list of ‘excludes’ to specify some other services), and unhelpfully not use it when at other country-specific search sites (because your ‘include’ list is only .com, not .co.uk, .ca, etc, and that overrides, I think the regex).
I’m sorry I have only problems, not solutions, but my JS knowledge (in bookmarklets or greasemonkey) isn’t up to much :(
BTW, if you want a feature suggestion, which would suit a greasemonkey script more than a bookmarklet? You might consider reading the current cookie, while on a Google page, and displaying it discreetly at the top of the page. So you could always see whether your current GUID is zeroed, or personalised. The ShowCookie bookmarklet here might be a helpful starting point :-
http://www.imilly.com/google-cookie.htm#anon
Sorry you started? ;)
If you didn’t want to make a career of this, perhaps adding a To Do/Wishlist section to the script comments would test if you and I are the only people in the world interested in this …
Milly
Wow. I had no idea what I was getting into. Thanks for the comments, Milly.
I’ll make a note of them in the script itself and consider writing a “always show my GUID when on Google’s pages” one instead. I think that would honestly be more useful.
You’re welcome, and I didn’t realise what I was getting into either ;)
(Herself, btw. Here in the UK, Milly is an almost exclusively female name).
Milly
I’ve modified your script and added it to CustomizeGoogle.com
I’ve also tested my script with GMail and several other Google Account services. No problems at all. Therefore I choose not to exclude GMail. The cookie check for /^PREF=/ should be sufficient. GMail cookies should not be affected.
Woot, man! I’m much happier to have it be a part of the Google UberScript than in my clumsy hands. I’m thrilled to have contributed.
Now if only there were a smilar engine for Safari…
Actually, I was hoping to have exactly what you’d done (and was thinking about doing it from the same source myself). I don’t want all the extra stuff that CustomizeGoogle.com offers (at least right now) and if I generate the CG script with only the anon option checked I still get a huge script.
I’m just starting out with GreasMonkey, and I want the scripts I use to be ones I can easily parse within a couple of minutes, so the CustomizeGoogle output is more than I’m interested in (not that it’s not great, just not for me). I’ll just have to hack it together myself.
I you purposefully removed the script from your site, you might want to go to http://dunck.us/collab/GreaseMonkeyUserScripts and disable the link.
Oh, sorry, that wasn’t purposeful; I inadvertently deleted it when I updated wordpress on this site. It’s back.
Cool, thanks!