hey all, and its the first time Mr X has posted something 'usefull'
i hacked my user agent on mozilla 0.9.3 to say
from BeOS Mr X: j00 |^|4\/3 |233|\| 0\^/n3D !!
and this just makes me cool.
here is how to do it on mozilla:
search for prefs.js open it, and copy all data.
make a new file in that same folder, name it user.js
now just paste all the info into it. enter this line at the end:
user_pref("general.useragent.override", "Mozilla/4.0 (compatible;MSIE 5.5; Windows 98)");and in the quotes where it contains the user agent string, (starts with Mozilla) change it to say what ever you want, like some hacker lingo, taunts, or that you are george bush or bill gates and i am going to hack up your server. now save and exit the file. restart mozilla, and test with this page:
http://macfaq.org/hacks/useragent.htmlit should spit out what ever you wrote in the browser agent setting
Mr X