Skip to main content

Evercookie Remover For Firefox

As you all know, cookie enables websites owners to track visitor activities and can use these data for legal or illegal purposes. Currently, there’re mainly three forms of cookies - standard cookie, Flash cookie (Local Shared Objects or LSOs), and the newest Evercookie. Standard and Flash cookies are easy to remove, but Evercookie is more persistent and difficult to remove, because it sores cookie data in multiple places.

Furthermore, it can rebuild the cookie, if you removed it from your computer, unless you have removed them from all locations and reset the local storage. So, even if you have deleted the standard and flash cookies, Evercookie implemented website can still identify you.

According to the developer,

Evercookie is a JavaScript API that produces extremely persistent cookies in a browser…… Evercookie accomplishes this by storing the cookie data in several types of storage mechanisms that are available on the local browser”.

It stores data in:

  1. Standard HTTP Cookies
  2. Local Shared Objects (Flash Cookies)
  3. Silverlight Isolated Storage
  4. Storing cookies in RGB values of auto-generated, force-cached PNGs using HTML5 Canvas tag to read pixels (cookies) back out
  5. Storing cookies in Web History
  6. Storing cookies in HTTP ETags
  7. Storing cookies in Web cache
  8. window.name caching
  9. Internet Explorer userData storage
  10. HTML5 Session Storage
  11. HTML5 Local Storage
  12. HTML5 Global Storage
  13. HTML5 Database Storage via SQLite

Here I am talking about a plug-in for Firefox called ‘Anonymizer Nevercookie’. Its developer claims that it can prevent Evercookie from storing data in the browser. It does this by creating a new profile for the Firefox’s private browsing mode and removes Evercookie from all locations after the browsing session.

If you’re concerned more about your privacy, you can try this plug-in from here. After installing the plug-in, launch the Firefox browser and go to Tools - Start Private Browsing.

A new browser window will open. It will be branded with a blue Navigation Menu bar. Use this window for your private browsing session. To leave private browsing mode, close the private browsing window in the parent Firefox window, go to Tools - Stop Private Browsing.

More details and download available here (via)

Comments

Popular posts from this blog

Surf the Web Anonymously With Firefox Add-on Phproxy

There are several web based proxy servers available to surf the internet anonymously or as from another country. The Firefox add-on (Firefox 3 – 4) Phzilla helps you view a webpage or surf the internet using the PHProxy (a type of web based proxy server) proxy servers. It is very easy and convenient to use.

Restore Lost Capacity Of Your USB Flash Drive (How to)

Some malware can hide full capacity of your USB flash drive. For example, a 4GB pen drive sometimes shows only 500kb or less. An interesting part of this situation is that, even after removing the malware or formatting the USB flash drive, you will not get back its original capacity. Therefore, the question here is how to restore a USB flash drive to its full capacity.

Disable automatic Meta refresh/redirect of websites in browser for security reasons[how to]

Generally speaking, Meta refresh is a method used by some websites to instruct a web browser to automatically refresh/redirect the current web page after a given time interval. You can see this type of refresh/redirect especially in media sites. This is some times annoying or can be used for malicious purposes by redirecting you to a malicious site. If you don’t like this feature, you can disable this in your browser. Here is how to disable this in Internet Explore/Chrome, Firefox and Opera. Internet Explorer: Go to Tools - Internet options - Security tab - Custom Level button - Miscellaneous category - set "Allow Meta refresh" to Disable. Firefox: Go to Tools - Options - Advanced - General - Accessibility and tick the option next to ‘Warn me when web sites try to redirect or reload the page’. Alternatively you can use extension RefreshBlocker . Opera: Go to Preferences - Advanced - Network and uncheck "Enable automatic redirection".