plugins - Is it possible to set a cookie from a browser plug-in? -


Browser plug-ins, such as Yahoo Toolbar or others, have the ability to set cookies on multiple domains in the form of a user Browse the web? Does the browser disclose the essential access to the plug-in? It will be useful to know if it keeps changing in browsers.

Thank you!

  • Cookies are stored in files and in real plugins (i.e. browser's addon / extension engine Instead of using NPAPI) can read / write files, therefore, it is possible for any browser to do this, although it is not actually straightforward.
  • Cookie Editors also expose Firefox addons due to AdSense ads (which can edit cookies for any site). Chrome / Chromium allows cookies through "content scripts" that go in the context of a page (any page) - which is still in beta branch, but will be stable soon However, the downside is that you may have to go to the site to work on the site (you can make a fake, using iFrame).
  • No information about opera.

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -