Posts Tagged ‘Cookies’
Your browser’s address bar (URL bar) can be used to inject JavaScript code directly into the webpage you are visiting without reloading the page. The following codes are useful to do cookie editing:
First, visit the targeted webpage and inject the following code to view realted cookie’s fields and the values assigned to them.
javascript:alert(document.cookie);
Second, to edit a certain value use:
Read the rest of this entry »
