Help - Search - Members - Calendar
Full Version: opera password --> firefox
Neowin Forums > Help & Discussion Center > Software Discussion & Assistance > Web Browser Discussion
- Kaboose -
ive tried importing my opera password into firefox, but being unsuccesful sad.gif

can anyone explain or help me, im planning to go back to firefox when v3 hits beta4 or so.

thanks alot smile.gif
- Kaboose -
anyone ???
ThePast
Afaik you can only do this manually by first decrypting the Opera wand.dat file to recover the passwords you no longer remember and then move them one by one to FF.

http://www.google.com/search?hl=en&cli...amp;btnG=Search
- Kaboose -
ok looking into that now, cheers biggrin.gif
P1R4T3
If the password has been saved:
- Go to desired page.
- View source
- Look for password field
CODE
<input type="password"...

- Change type to text
CODE
<input type="text"...

- Apply change
- Press Ctrl+Enter
- Quickly press Stop button.

Or

- Go to desired page.
- View source
- Look for password field
CODE
<input type="password"..
.
- Above it look for the form tag
CODE
<form methog="POST" id="form1" name="form1" action="login.php">

- In the form tag, change the method property to "Get"
CODE
<form methog="GET" id="form1" name="form1" action="login.php">

- Press Ctrl+Enter
- You should be seeing your password in the address bar.

Hope it helps.

Cheers.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.