up vote 0 down vote favorite
share [g+] share [fb]

I typed this into my address bar:

javascript:void(document.cookie=”PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com”);

However, I don't like the new design of Google. How to switch back? How to cancel this effect using Javascript? How to reverse by using Javascript?

link|improve this question

50% accept rate
How is this programming related? – reinier Nov 26 '09 at 8:08
2  
This should probably be on superuser.com. – titaniumdecoy Nov 26 '09 at 8:09
How to reverse it by using Javascript? – Steven Nov 26 '09 at 8:19
1  
This is your third almost identical question in a few minutes. Please give your questions some thought... – stefpet Nov 26 '09 at 8:56
1  
@titaniumdecoy, things that don't belong on SO don't automatically belong on SU. – hyperslug Apr 4 '10 at 22:04
feedback

migrated from stackoverflow.com Nov 26 '09 at 12:12

This question came from our site for professional and enthusiast programmers.

closed as off topic by hyperslug, random Apr 5 '10 at 2:10

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

2 Answers

Delete all the cookies in this browser.

link|improve this answer
I want to do it by using javascript. – Steven Nov 26 '09 at 8:17
stackoverflow.com/questions/179355/… – Nir Nov 26 '09 at 9:49
feedback

Log out. Delete all your cookies. Problem should be solved.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.