View Single Post
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#8
One way is to copy the opera.ini file to the "Documents" directory (which is visible from the file manager). If you give the copy a .txt extension, you'll be able to open and edit it in Notes.

Type this line in Xterm once you are @ root.

>> cp ./.opera/opera.ini ./MyDocs/.documents/operaini.txt <<

Now go to "Documents" directory and click on the newly created operaini.txt file. It should open in Notes.

Scroll down the text to find the line:

User Agent
Spoof UserAgent ID=1
Change the UserAgent ID to what you want...

Browser to identify as
Global values:
1 = Opera
2 = Mozilla
3 = Internet Explorer
Site-specific values:
4 = Mozilla, Opera not mentioned
5 = Internet Explorer, Opera not mentioned
Save the changes then open Xterm, gain root access, and then type this:
>> cp -f ./MyDocs/.documents/operaini.txt ./.opera/opera.ini <<



I can't tell you if it will work on the site you want but this method does work for changing Opera settings in the ini file.

Opera's Settings File Explained

Last edited by YoDude; 2007-05-06 at 17:03.