Find your *prefs.js* file (the location varies by Operating System), and add the following line: user_pref("general.useragent.override", "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3"); If you are on a Mac, the file is in: /home/[your username]/Library/Application Support/[application name] /Profiles/[your profile]/prefs.js
2 comments:
Thanks a lot. I was looking for just such a solution. I adapted your idea for Windows 7 64-bit by using:
user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1");
File can be found at:
C:\Users\your_username\AppData\Roaming\Prism\Netflix\Profiles\someprofile.default
(where "Netflix" is what you called your Prism shortcut)
Thanks a lot. I was looking for just such a solution. I adapted your idea for Windows 7 64-bit by using:
user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1");
File can be found at:
C:\Users\your_username\AppData\Roaming\Prism\Netflix\Profiles\someprofile.default
(where "Netflix" is what you called your Prism shortcut)
Post a Comment