keithbowes / user-agent-switcher

A browser extension that adds a menu and a toolbar button to switch the user agent of a browser.
http://chrispederick.com/work/user-agent-switcher/
GNU General Public License v3.0
3 stars 1 forks source link

The user agent automatically resets when the browser closes #3

Closed keithbowes closed 7 years ago

keithbowes commented 7 years ago

The bug Chris references seems to limited to Firefox 2.x (and perhaps older versions), as plugins used an NPAPI API call to see which browser version you were using (through the user agent). This seems to be a non-issue in Firefox 3+. My current plan is to disable this by default but allow users to enable it in the options dialog.