Or maybe that should be the other way around? Anyway, the point is that MySpace recently made some changes that broke the site when used behind a default Privoxy install. After removing all the rules from the site, and then adding them each in one by one until the site broke again, I think it’s because of the session-cookies-only directive. I don’t know why that should matter to anything, but I think MySpace is doing some cookie trickery that’s foiled by removing the expiration from cookies. Anyway, throw this at the bottom of your user.action file:
September 28th, 2007 at 8:41 am
That’s cool. Now about blocking those awful match.com webcam ads….
September 28th, 2007 at 8:49 am
I think it probably needs some regexp that blocks this:
http://creative.myspace.com/cms/js/ad_wrapper0044.js
Can you think of any?
September 28th, 2007 at 8:56 am
Something like this could work:
{ +block }
creative.myspace.com/cms/js/ad*
September 28th, 2007 at 9:17 am
Thanks! But shouldn’t it be creative\.myspace\.com/cms/js/ad*, or did I read this wrong?