Coding Tips (JavaScript/CSS/VBA/Win32)

Useful code snippets, tips and some Windows applications

View IE Cookies On Right Click

Here is a set of files that allow you to add a context menu item in Internet Explorer that will show cookies from any site when you visit them.

Download the installation file

Installation Instructions

Save the installation file iecontextmenu.zip to your c root drive and unzip it to c:\iecontextmenu folder.

The main installation files are as follows:

Click on the installViewCookies.reg to create an entry in your Windows registry. The entry relies on the file viewCookies.html to be in c:\iecontextmenu folder. Now, start a new instance of Internet Explorer. Do the right mouse click anywhere on a page. You will see a new item on the IE context menu View Cookies . Click on the menu item to see a message box that will display cookie information from that site.

To remove the View Cookies menu item, click on the uninstallViewCookies.reg file. The Windows registry entry will be removed from the system. Start a new instance of the Internet Explorer to make sure that the View Cookies menu item disappeared from the context menu.