Skip navigation.

Sign up | Lost password? | Help

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "AutoHotkey"

Opera Bookmarks Description Remover

, , , ...

Huge bookmarks file will affect the performance of Opera. Opera Bookmarks Description Remover was created using AutoHotkey to reduce bookmarks file size by removing descriptions.

Download (size < 210 KB), unzip and run OBDR.exe.

  • Backup of original bookmarks file will be created inside bookmarks directory with bak extension.
  • Silent mode will remove all bookmarks description without any prompt.

Opera Bookmarks Description Remover
Opera Bookmarks Description Remover

Opera Profile Creator

, , , ...

You can create another profile manually but it is cumbersome in Windows (In Linux, use command line opera -pd ~/opera-profile-new/ to create new profile). Opera Profile Creator was created using AutoHotkey to make profile creation easier.

You can use another profile to

  • login to another accounts of a site simultaneously.
  • load a site that crashes Opera frequently.
  • play with settings without affecting your existing profile.
  • check whether there is a problem in existing profile.

Download (size: 204 KB), unzip, place OperaProfileCreator.exe anywhere and run it to create new profile. Click the newly created shortcut to start Opera with new clean profile.

Opera Profile Creator
Opera Profile Creator

You can create as many profiles as you want and run them simultaneously with single Opera installation.

  • Path to new profile directory should not have trailing slash (/) when you enter it manually.
  • Path to shortcut should end with .lnk as shown in screenshot.

Opera Launcher

, , , ...

Opera Launcher was created using AutoHotkey. It can

Download (size < 210 KB), unzip, place OperaLauncher.exe inside Opera installation directory, C:\Program Files\Opera and run it to launch Opera. The following settings dialog will be shown when you run it first time.

Opera Launcher settings dialog
Opera Launcher settings dialog

Keystrokes
Keystrokes can be used to perform an action after starting Opera. ^=Ctrl, !=Alt and +=Shift

Examples:

Action Keyboard Shortcut Keystrokes
Enter fullscreen F11 {F11}
Hide Opera Ctrl+Alt+Shift+H ^!+h
New tab Ctrl+T ^t
Minimize Opera Alt+Space+N !{Space}n

Restart
Use Restart Opera button! or create new keyboard shortcut/mouse gesture in application section with the following action.

Execute program, "C:\Program Files\Opera\OperaLauncher.exe", "/ro"

! If your path to OperaLauncher.exe is different change it in toolbar configuration file after closing Opera.

Restore bookmarks/notes
To restore previous version of bookmarks/notes file, close Opera, move previous version of opera6*.adr/notes*.adr from profile\backups directory to profile directory and rename it to opera6.adr/notes.adr.

Changelog
Date Changes
Oct 24, 2009
  • Option to change Speed Dial background image automatically.
  • Added help button.
Jul 23, 2009
  • Option to hide Opera title bar. Thanks to lunigma.
  • Opera restart.
May 11, 2009
  • Updated for Opera 10.00 Alpha Build 1413.
  • Performance improvements.
  • Tray icon balloon error message.
  • Transparent icon.
Feb 23, 2009
  • Option to delete old backup files. To disable, set it to 0.
  • Sessions backup will be created every time Opera starts.
Feb 10, 2009 Didn't empty temporary download directory in non-English versions of Windows. Fixed.
Feb 8, 2009
  • Command line parameters passed to Opera. Thanks to itcpeter.
  • Updated for Opera 10.00 Alpha Build 1139.
  • Opera Launcher can be placed anywhere, but path to Opera Installation Directory should be added in OperaLauncher.ini file.
Jan 8, 2009 Option to send keystrokes.
Nov 26, 2008 Option to empty temporary download directory.
Nov 23, 2008 Initial release.

Shutdown/Hibernate computer when Opera completes transfers

, , , ...

Opera Shutdown was created using AutoHotkey to shutdown/hibernate computer when Opera completes transfers. Size is 203 KB and installation is not required.

Download

Opera Shutdown

When there is a transfer, Opera title bar will contain Transfers XX:XX - Opera and this will change to Transfers - Opera when transfer completes. OperaShutdown.exe will check periodically for this change and will show the following dialog box when transfer completes. If there is no response from you during timeout period, it will shutdown/hibernate computer.

Opera shutdown/hibernate confirmation dialog
Confirmation dialog

  • OperaShutdown.exe will beep and run in background.
  • You must keep transfers tab in Opera active.
  • To close OperaShutdown.exe at any time use keyboard shortcut, Win+X. Opera Shutdown will beep before exit. To change exit keyboard, open OperaShutdown.ini and change the value for Exit Shortcut. See this to know modifier symbols to define hotkeys.
  • If you use other than English language, open OperaShutdown.ini and change the value of Trigger Text to <Transfers as in your language file> - Opera.
  • To shutdown instead of hibernate, open OperaShutdown.ini and change the value of Hibernate to 0.
  • To close Opera without system shutdown/hibernate, open OperaShutdown.ini and change the value of Test to 1 and in Opera disable confirm exit in Tools → Preferences... → Advanced → Browsing

Changelog
Date Changes
Mar 14, 2009 Added option to change exit keyboard shortcut.
Mar 12, 2009 Added option to close Opera without system shutdown/hibernate.
Jan 24, 2009 Added option to hibernate.
May 17, 2008 Initial release.

Opera backup list and WinRAR command line shortcut creator

, , , ...

Info
Download
Files created/modified
Full/Incremental backup
Note
Backup button
Backup additional folders/files
Changelog

I have already posted how to Encrypt and backup your Opera files using WinRAR. Some found it difficult. So, I created OBLWCLSC using AutoHotkey.

OBLWCLSC size is less than 210 KB and installation is not required. Configure it once, press shortcut key, Ctrl+Alt+O or click backup button to create backup.

You can password protect your backup files. WinRAR uses AES with 128-bit key.

Opera Backup List and WinRAR Command Line Shortcut Creator (OBLWCLSC)
Opera Backup List and WinRAR Command Line Shortcut Creator (OBLWCLSC)

Download

Download OBLWCLSC.zip, unzip & run OBLWCLSC.exe

Files created/modified

OBLWCLSC.exe will create/modify 4 files and one registry value.

  • Settings file OBLWCLSC.ini
  • List of files and directories to backup Opera Backup.lst
  • WinRAR command line shortcut Opera Backup.lnk
    Opera backup shortcut in Desktop
    Opera backup shortcut in Desktop
  • Read me file OBLWCLSC Read Me.txt
  • Registry value HKEY_CURRENT_USER\Software\WinRAR\Profiles\0\Background will be modified to enable/disable background archiving in WinRAR.

Full/Incremental backup

You can either do full or incremental backup. In full backup, backup file name can be appended with date, time, date & time or number.

Full backup with date
Full backup with date

In incremental backup, predefined number of previous versions of a file will be kept.
Incremental backup with 10 previous versions of a file
Incremental backup with 10 previous versions of a file

Note


#1 Opera must be closed to backup feeds/mail otherwise WinRAR will show diagnostic messages.
#2 To backup User JavaScript files, your files must be in userjs directory in your profile.
#3 Check all with #3 to backup wand data.
#4 Password should not contain SPACE and DOUBLE QUOTE (").
#5 For shortcut key to work, shortcut directory must be your desktop and enter only one alphanumeric character.
#6 Opera must be closed to create backup button next to trash can in tab bar.
Opera backup button next to Trash can
Opera backup button next to Trash can

Backup Button

Drag & drop Backup Opera Files button to any toolbar, note the path to Toolbar Configuration file, close Opera, open toolbar configuration file, search for E:\Opera Backup.lnk and replace it with correct path.

Backup additional folders/files

You can add additional Opera folders/files to backup in menu. The format is

file name with extension or folder name with trailing \, name to show in OBLWCLSC menu,directory the file/folder is in (1=Opera.exe directory, 2=profile directory, 3=mail directory and 4=local directory ,whether checked or not (1=backup and 0=no backup)
The entries are separated by |

If you want to backup opcache directory, you have to add the following in OBLWCLSC.ini at the end of Backup Items key.

|opcache\,Opera help files,2,1
You can add other folders/files to backup to Custom Files key in OBLWCLSC.ini after closing OBLWCLSC.exe. The entries are separated by |

Suppose, if you want to backup Desktop & My Documents directories, you have to add the following to Custom Files key in OBLWCLSC.ini.

C:\Documents and Settings\User Name\Desktop\ | C:\Documents and Settings\User Name\My Documents\

Changelog
Sep 28, 2008
Minor improvements.
Option to add custom files manually in OBLWCLSC.ini.
Updated for 9.60.

Jul 11, 2008
Minor bug fixes and improvements.
Updated for 9.50. Thanks to skywarrior74.

Jun 14, 2007
Added option to backup speed dials.

Sep 3, 2006
Added option to backup widgets.adr file.
Changed backup button icon. Thanks to ivan56.

Mar 12, 2006
Added option to backup contacts, typed-in addresses & language files. Thanks to GonsioR.

Mar 3, 2006
Removed option to backup ua.ini, browser.js & registration information.
Added option to backup voice configuration, widgets, blocked content & site preferences.
Added option to background archiving.
Added option to add backup button next to trash can in tab bar.

Aug 12, 2005
Initial release.

If you have any questions, suggestions or bugs post it here or in forum.

Portable Opera using Windows virtual drive

, , , ...

Methods
  1. Using PortableOpera.exe (Recommended)
  2. Using PortableOpera.exe (DIY)
  3. Using batch file



Using PortableOpera.exe

Download (size 8.32 MB with Opera 10.01, Opera Standard Slim Skin & Adobe flash plugin 10.0 r32), unzip and run PortableOpera.exe.

Drag & drop Close button to any toolbar and use it to close Opera and remove virtual drive.

Don't run Opera.exe from physical drive.





























Using PortableOpera.exe (DIY)

  1. Download (size 203 KB) & unzip PortableOpera.exe.
  2. Run PortableOpera.exe to create virtual drive Z: and ignore the following error message.
    Could not find 'Z:\Portable Opera\opera.exe'
  3. Run Opera installer, select your preferred install type as Custom, then destination folder as Z:\Portable Opera, check Only use single profile for all users and complete installation.
    Portable Opera Install
    NOTE: If you use classic installer, you have to select installation directory as Z:\Portable Opera & uncheck Individual Opera profiles for each user on this computer.
  4. Run PortableOpera.exe again to remove virtual drive Z:

To run/close Opera, launch PortableOpera.exe.

You can move Portable Opera directory & PortableOpera.exe file together anywhere and run Opera without any problems.

You can modify virtual drive letter & Opera.exe location by editing following lines in PortableOpera.ini file before installing Opera.

Virtual Drive Letter=Z
Opera Path=Portable Opera\opera.exe

Don't run Opera.exe from physical drive.





























Using batch file

  1. Create a folder with name Portable Opera anywhere inside another folder. Say, inside C:\Applications.
  2. Inside Portable Opera folder, create a batch file Mount.bat with the following
    SUBST Z: "C:\Applications"
    and another batch file Unmount.bat with the following
    SUBST Z: /D
  3. Run Mount.bat and this will assign physical path C:\Applications to virtual drive Z:
  4. See step 3 of Using PortableOpera.exe

To run Opera, run Mount.bat and then launch Opera.exe from virtual drive Z:.

To remove virtual drive, first close Opera and then run Unmount.bat.

You can place Portable Opera directory anywhere and run Opera by changing the physical path in Mount.bat.

Suppose, if you move Portable Opera directory to F:\My Documents\Programs, in Mount.bat change

SUBST Z: "C:\Applications"
to
SUBST Z: "F:\My Documents\Programs"

Don't run Opera.exe from physical drive.

Updates:
May 21, 2008: Using PortableOpera.exe (DIY) added.
Jun 13, 2008: Using PortableOpera.exe added.
Apr 7, 2009: Close button added.