It is currently Mon May 20, 2013 1:51 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 179 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 12  Next
Author Message
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Tue Apr 27, 2010 7:12 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Updated the entry :!:

I saw a comment in the Opera database entry of why the entry was updated when Opera@USB or Opera Portable aren't updated? For those who haven't been following Opera is natively Portable (not stealth, creates a single 'useless' RegKey) therefore when it comes to security it's best to update when the Official is released, rather than waiting for the rest to follow, normally Opera@USB is a day behind and Opera Portable depends.

I think some users think making Opera portable from the installer is way too difficult, but both require one simple step of extracting and launching.

Opera (Official) - Extract the 'Classic Installer' using UniExtract. Launch opera.exe (located in MAINDIR) optional: delete the uninstaller.
Opera@USB - Extract .ZIP to a folder of your choice. Launch opera.exe

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Wed Apr 28, 2010 9:07 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Opera 10.53 RC1 is available just 1 day after 10.52 was released!
Changelog V10.53 RC1
Quote:
# Fixed CORE-29447 (Possible vulnerability (SA39590: Writing Uninitialised Memory Vulnerability))
# Fixed CORE-28262 (Fixed order of dialog.ini loading to make the one in the custom folder work)
# Fixed CARAKAN-1278 (Freeze on Google Maps)

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu Apr 29, 2010 11:38 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Opera 10.53 is now available, but the main site hasn't updated yet. The download can be grabbed from the FTP location (click on the download link in TPFC entry) I think this is easier than going through the Opera.com download route.

This release fixes a potential exploit that can take control of your PC, therefore I felt updating the database as soon as a stable release was available was important.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu Apr 29, 2010 11:46 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
This site http://operawiki.info/Opera has a few good tweaks and tips.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu Apr 29, 2010 12:04 pm 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 1995
Location: Romania
guinness wrote:
This site http://operawiki.info/Opera has a few good tweaks and tips.

This is where I get my buttons from! :)
Very nice source!

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu Apr 29, 2010 12:14 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
What buttons can you recommend? I like InIE.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Fri Apr 30, 2010 6:25 am 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 1995
Location: Romania
I'll tell you what buttons make my life easier:
- Kill Elements
- Retrieve Wand Password
- Bookmarks list dropdown button
- Status bar Default
- Chat
- Google translate to English
- Reload all
- Highlight selection
- Scroll

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Sat May 01, 2010 11:28 am 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 598
Hi guinness,

I just tried this:

Code:
User JavaScript File={Resources}javascript
User JavaScript=1
Always Load User JavaScript=1


This doesn't work for me. Then I tried changing {Resources} to {LargePrefs} to see if that would make a difference, but it didn't.

Can you check your opera:about and see what it says for User Javascript folder?
Instead of parsing the special curly brace tag, it just lists {Resources}javascript.

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Sat May 01, 2010 12:10 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Yeh I should have updated that post because soon after I found this didn't work for me either. Strange because the variable {Resources} works for everything else!

Edited Previous Post :!:

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Mon May 17, 2010 12:41 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Code:
Always Load User JavaScript=1
User JavaScript File=javascript
User JavaScript=1


In the Opera folder where opera.exe is located create a folder named "javascript" and then in operaprefs.ini edit the following shown above, Opera uses relative paths. Then place all your javascript files here.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Last edited by guinness on Sat Feb 18, 2012 2:53 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Mon May 17, 2010 1:03 pm 
Offline
User avatar

Joined: Sun Mar 01, 2009 5:48 pm
Posts: 440
Location: Charleston,SC.
guinness wrote:
Code:
User JavaScript File=javascript\
User JavaScript=1
Always Load User JavaScript=1


In the Opera folder where opera.exe is located create a folder named "javascript" and then in operaprefs.ini edit the following shown above, Opera uses relative paths. Then place all your javascript files here.


This folder is for my custom page scripts? (CSS files?)

_________________
"Defects are always more tolerable than the changes necessary to correct them"


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Tue May 18, 2010 9:09 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 598
guinness wrote:
Code:
User JavaScript File=javascript\
User JavaScript=1
Always Load User JavaScript=1



Tried this... renamed "javascript" to "userjs" doesn't work for me!

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu May 20, 2010 12:45 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Try this (not tested)
Code:
User JavaScript File=.\javascript\
User JavaScript=1
Always Load User JavaScript=1

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Thu May 20, 2010 2:00 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 598
Not working for me either.

Maybe it's because I'm using a JauntePE version of Opera?

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Is Opera 10 standard portable or not ?
PostPosted: Fri May 21, 2010 3:31 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
This could be a possible factor, I don't have a JauntePE version of Opera and to be honest it's a little strange how it doesn't work. I will have to do a bit more testing and reading, because Opera excepts relative paths.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 179 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 12  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group