Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "Bookmarks"

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 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.

Opera favicons & privacy

, , , ...

Opera 9.50 introduced new format for saving favicons to fix wrong favicons bug in previous versions. Opera now additionally creates idx file along with ico file to store favicon information. The problem with new format is Opera stores history of visited pages (including searches) in idx file and size will grow over time.

You can delete ico and idx files by enabling "History of visited pages" option in "Delete private data" dialog but it will delete all including favicons for bookmarks & personal bar items. (You can disable favicons completely. Tools → Preferences... → Browsing → Page icons → Show no icons)

To delete all ico & idx files except bookmarks ico & idx files (when you use "Delete private data" with "History of visited pages" option), set read-only attribute to bookmark ico & idx files in images directory inside Opera Local Directory. This will also prevent storing of history in bookmarks idx file.

How to have more bookmarks in Opera personal bar?

, , ,

Opera Personal Bar
Opera personal bar (default)


Right click on a bookmark in personal bar → Properties... → Name (rename with short name)

Opera Personal Bar
Opera personal bar with short names


Right click on personal bar → Customize... → Style → Images only

Opera Personal Bar Images Only
Opera personal bar with images only


Bookmarks → Manage Bookmarks... → Right click on a folder → Properties... → Show on personal bar

Opera Personal Bar
Opera personal bar with folders

Delete dead & duplicate Opera bookmarks using AM-DeadLink

, , , ...

AM-DeadLink (size 1.1 MB) can detect dead and duplicate bookmarks/favorites in Opera, Firefox and Internet Explorer. Additionally, it can download/update the favicons.

Find duplicate bookmarks in Opera using AM-DeadLink
AM-DeadLink

How to correct wrong favicons in Opera bookmarks & personal bar?

, , , ...

Delete wrong icon file for sites in images directory in your profile and then reload those sites. You can set Read only attribute to icon files to prevent change.

How to change Opera bookmark/feed/panel favicon?

, , , ...

Opera bookmarks before changing favicon
Before changing favicon

Opera bookmarks after changing favicon
After changing favicon

Save image you want to use in images directory in profile. Close Opera, search for bookmark/feed/panel you want to change favicon in opera6.adr, enter your image file name with extension in the line ICONFILE= and save.

Set Read-only attribute to image to prevent deletion when you use Delete private data with Clear bookmark visited time option selected.

#URL
ID=14
NAME=Mouse Gestures
URL=http://www.opera.com/features/mouse/
ICONFILE=www.opera.com.ico
IN PANEL=YES
PANEL_POS=9

changed to

#URL
ID=14
NAME=Mouse Gestures
URL=http://www.opera.com/features/mouse/
ICONFILE=mouse.ico
IN PANEL=YES
PANEL_POS=9

How to sort bookmarks in Opera?

, , ,

You can sort bookmarks in Opera by name, nickname, address, description, date created, date visited and your order.

Bookmarks > Manage Bookmarks... > View > Sort by

Sort Opera bookmarks
You can sort bookmarks in your order by selecting Sort by my order

How to bookmark many links at once in Opera?

, , , ...

  1. Open links panel.
  2. Select the links you want to bookmark using Ctrl+Click or Shift+Click.
  3. Press keyboard shortcut, Ctrl+C or click Copy link address from right click menu.
  4. Open bookmarks panel.
  5. Select the folder you want to place the bookmarks.
  6. Press keyboard shortcut, Ctrl+V or click Paste from right click menu.

Opera bookmarks panel
Bookmarks panel

Opera links panel
Links panel


Paste to a folder in bookmarks panel


To bookmark all open pages, Right click in bookmarks panel → Bookmark All Open Pages

How to bookmark many pages at once...

Opera multiple home pages

, , , ...

Folder nickname
Command line shortcut
Keyboard shortcut
Button
JavaScript

Folder Nickname (Won't work in Opera 9.10-9.24 due to bug.)

Create a new folder in bookmarks and set nickname. Bookmarks → Manage Bookmarks... → Right click on folder → Properties... → Nickname Place bookmark of the sites you want as home page inside created folder. Enter nickname of folder as home page. Tools → Preferences... → General → Home page

Set nickname to folder in Opera
Set nickname to folder

Place bookmark of the sites you want as home page inside a folder
Place bookmark of the sites you want as home page inside a folder

Opera homepage
Set homepage

Command Line Shortcut

Create a shortcut to Opera similar to following one.

"%ProgramFiles%\Opera\Opera.exe" www.site1.com www.site2.com bookmark_nickname

Keyboard Shortcut

If you don't know how to edit keyboard setup see this. Search for Go to homepage and change action to Go to page, "http://www.site1.com/" & New page & Go to page, "http://www.site2.com/"

Button

Drag & drop Go to homepage button to any toolbar. Note path to Toolbar Configuration file, close Opera, open and change www.site1.com & www.site2.com in toolbar configuration file.

JavaScript

Enter javascript:open('http://www.site1.com');open('http://www.site2.com');void 0 in Tools → Preferences... → General → Home page and Tools → Preferences... → General → Pop-ups → Open all pop-ups or Open pop-ups in background.

Update: Apr 29, 2007

Download Opera, the fastest and most secure browser