how to set a cookie in the address bar?

cookies, firefox, internet-explorer, javascript

Solution

javascript:document.cookie="name=value"

Problem

I want to add a cookie so that I can exclude my interaction with my website from google analytics (I don't have access to put files on server as is third party application) Is it possible to set a cookie with javascript by executing code in the address bar of the browser?

Original source