Opera FAQs, Tips, Tricks & Tweaks

Tips for Opera browser since 2005

Subscribe to RSS feed

Sticky post

நல்வரவு! (Welcome!)

,

To know more about Tamil, go here. Tease

To improve Opera, support Opera Wishes. smile

pssst Backup your Opera settings regularly (at least once in a week). Why?

Don't forget to post your comments/suggestions. Wait

If you like this blog, pray for me or give me a banana or add to favorites star.

Get a faster browser, download Opera

Try Opera or Opera Mini to see the difference.

This blog design was created by SyamsulHadi.

Sticky post

Updated posts

,

I will post a comment here if I update any of my blog post(s).

Use feed for comments or subscribe to this blog post comments to get notification about updates.

Read more...

How to change scroll behaviour of Opera keyboard shortcuts?

, , , ...

In versions prior to Opera 12, the last line on the page becomes the first line when using keyboard shortcut Page Down or Space. But scroll behaviour was changed in Opera 12 to show last 6 lines due to the following reason.

Originally posted by olak:

Some time last year it became very popular to have position:fixed bar on top of sites (examples are Facebook and Twitter). Soon bug reports came trickling in about scrolling in Opera being broken - hiding content. Dozens of reports, including from active, experienced my.opera members but mostly from normal users.

You can use Scroll Marker extension to easily locate the last read line or change the keyboard shortcut action as shown below to bring back old scroll behaviour.

Search keyboard setup for PageDown & Space and change action under browser widget to the following.

Delay, 10 & Go to page,"javascript:(function(){window.scrollBy(0,window.innerHeight-20)})()"
Search keyboard setup for PageUp and change action under browser widget to the following.
Delay, 10 & Go to page,"javascript:(function(){window.scrollBy(0,-window.innerHeight+20)})()"
The above will work only if JavaScript is enabled, otherwise add Enable javascript at the beginning and & Delay, 100 & Disable javascript at the end of the above codes.

[drozdman via forums]

Opera Community Member Statistics for 2012

, , , ...

Year Total members New members No. of members in a day Growth
Minimum Maximum Average
2004 127,000* - - - - -
2005 266,098 139,000* - - 381 -
2006 606,982 341,090 388 2,429 934 145.39%
2007 1,214,936 607,954 1,109 3,976 1,666 78.24%
2008 1,950,356 735,420 1,361 6,968 2,009 20.97%
2009 3,625,089 1,674,733 2,520 27,386 4,588 127.72%
2010 6,144,367 2,519,278 3,913 16,936 6,902 50.43%
2011 8,831,043 2,686,676 3,728 10,553 7,361 6.64%
2012 11,782,635 2,951,412 3,511 18,163 8,064 9.85%

* = Approximate

My Opera growth slightly increased in 2012 and will reach around 16 million members at the end of 2013.

Opera Community daily member statistics for 2012
Daily member statistics for 2012


Opera Community Number of members vs. Month for 2012
Number of members vs. Month


Opera Community Average members per day vs. Month for 2012
Average members per day vs. Month

How to delete Opera Link data in server?

, , , ...

Currently there is no option to delete data in Opera Link server but you can delete by the following method. The following method is easy & quick compared to this method.

  1. Disable Opera Link in all devices.
  2. Copy & paste the following code in run box, Win + R to run Opera with a new profile.
    "%PROGRAMFILES%\Opera\opera.exe" -pd %TMP%\opera-link-delete-profile


  3. Enable Opera Link and then enable the items you want to delete from Opera Link server. Wait for synchronization to complete.
  4. The following will delete local data and synchronization will delete Opera Link server data.
    • Open manage bookmarks Ctrl + Shift + B, delete all bookmarks and then empty trash.
    • Open notes, delete all notes and then empty trash.
    • Ctrl + T > Delete all Speed Dials
    • Ctrl + F12 > Advanced > Content > Blocked Content... > Delete all blocked sites
    • F8 > > Delete all typed addresses
    • Ctrl + F12 > Search > Delete all search engines
    • Ctrl + F12 > Forms > Password Manager...> Delete all passwords
    Wait for synchronization to complete.
  5. Close Opera.
Steps 3-5 is for Opera running with new profile (i.e. opera-link-delete-profile).

How to get downloaded audio & video files from Opera cache?

, , , ...

Many sites allow playing of audio & video files only through the flash player and don't provide the download option. Usually, all the files will be saved to the cache and you can get required file by one of the following methods.

Thiraipaadal Player
ThiraiPaadal.com allows only playing & no download

1. opera:cache

  • Open opera:cache.
  • Fill minimum size field & check file types to narrow down the results.
  • Click the list link for the domain you want to search.
  • Find the file, right click and select save to download folder.
You can bookmark the search for future use or you can add it to search engines to save time.

opera:cache
Cached items

Cached items for domain thiraipaadal.com
Cached items for domain thiraipaadal.com with a minimum size of 1024 KB & file type of audio

2. OperaCacheView

OperaCacheView is a small utility that reads the cache folder of Opera and displays the list of all files currently stored in the cache. You can sort by URL, content type, size, etc. and easily select the required items from the cache list, and then extract the files to another folder.

OperaCacheView will be useful if you need to save a large number of files from cache.

OperaCacheView
OperaCacheView

How to find action code to create a keyboard shortcut or mouse gesture in Opera?

, , , ...

It will be convenient to have a keyboard shortcut or mouse gesture for the frequently used action instead of navigating through menu and then clicking the desired menu item. For example, to open new private tab one have to click 3 times in the menu Opera Menu > Tabs ans Windows > New Private Tab.

To create keyboard shortcut or mouse gesture, one should know the action code. For example, to find action code for 'new private tab', type new or private in the action field of keyboard shortcut or mouse gesture. Opera will show action code suggestions for that word and you can figure out the action code.

Opera showing action code suggestions
Opera showing action code suggestions for the word 'private'

The above way of finding the action code won't work always. For example, you won't find action code for 'fit to width' because action code for it doesn't have neither fit nor width. You can find action code by looking through the menu setup file but it will be time consuming.

I have created a menu setup that will show action code when you click a menu item. Download menu setup and place it inside profile\menu directory. To find action code for a menu item, activate downloaded menu setup Ctrl + F12 > Advanced > Toolbars > Menu setup > Opera Standard Menu (Menu Name & Action Code), navigate through menu and click the menu item. A JavaScript prompt will show action code for the clicked menu item.

The menu setup will also show menu name at the top (highlighted in red) and included menus (highlighted in blue) within square brackets and this will help if you want to edit that menu.

Opera menu with menu name
Opera menu with menu name at the top

Action code to enable or disable fit to width
JavaScript prompt showing action code to enable or disable fit to width

  • Action code is shown using JavaScript and if JavaScript is disabled you will get an error message.
  • If action code contains * (asterisk) replace it with " (double quote).
  • You have to activate your previous menu setup after finding the menu name or action code.

Single-key shortcut to close active tab in Opera

, , , ...

The default keyboard shortcut to close active tab is Ctrl + W but single-key shortcut will be more convenient if you use numeric keypad. To enable single-key shortcuts, check Preferences Ctrl + F12 > Advanced > Shortcuts > Enable single-key shortcuts.

Single-key shortcuts, 1 & 2 are assigned to switch to previous tab & next tab respectively. Shortcut 0 is assigned to zoom in by 10% which is same as + and 3 is assigned to cycle through frames which is not much useful. Change shortcut 0 to close active tab & switch to previous tab and 3 to close active tab & switch to next tab as shown below.

Search keyboard setup for s, 0 and change action for 0 to the following.

Close page & Switch to previous page
Search keyboard setup for s, 3 and delete shortcut for 3. Create a new shortcut for 3 under application with the following action.
Close page & Switch to next page
If you want default behaviour of close tab, use the following instead of the above ones.
Close page, 1

How to change Opera menu access keys?

, , , ...

An access key gives you access to a command by pressing a specific key on the keyboard. Access keys appear on the menu with an underline under the shortcut letter. For example, to open the File menu, the access key is F.

Opera automatically generates access keys for the menus, but sometimes they are hard to remember. To change access key, add the ampersand symbol (&) before the letter you want to use as a shortcut in the menu item name. You can modify either menu configuration file or language file.

Default Access Keys
Quick preferences with default access keys
Custom Access Keys
Quick preferences with custom access keys

The following is the default quick preferences menu section of the menu configuration file.

[Quick Preferences Menu]
Item, MI_IDM_CONTROL_MENU_ACCEPT_POPUPS = Enable popup windows
Item, MI_IDM_CONTROL_MENU_OPEN_POPUPS_IN_BACKGROUND = Enable popup windows in background
Item, M_QUICKPREF_POPUP_MENU_REQUESTED_POPUP_ONLY = Enable requested popup windows
Item, MI_IDM_CONTROL_MENU_REFUSE_POPUPS = Disable popup windows
--------------------1
Item, MI_IDM_CONTROL_MENU_ENABLE_ANIMATION = Enable gif animation | Disable gif animation
Item, MI_IDM_CONTROL_MENU_ENABLE_PLUGINS = Enable plugins | Disable plugins
Item, MI_IDM_CONTROL_MENU_ENABLE_JAVASCRIPT = Enable javascript | Disable javascript
Item, M_ENABLE_OPERA_TURBO = Enable Web Turbo | Disable Web Turbo
--------------------2
Item, MI_IDM_CONTROL_MENU_ENABLE_COOKIES = Enable cookies | Disable cookies
Item, MI_IDM_CONTROL_MENU_ENABLE_REFERRER = Enable referrer logging| Disable referrer logging
Item, MI_IDM_CONTROL_MENU_ENABLE_PROXY = Enable proxy servers | Disable proxy servers
--------------------4
Item, M_EDIT_SITE_PREFERENCES = Edit site preferences

The following is the modified quick preferences menu section with custom access keys.

[Quick Preferences Menu]
Item, MI_IDM_CONTROL_MENU_ACCEPT_POPUPS = Enable popup windows
Item, Open Pop-ups in Bac&kground = Enable popup windows in background
Item, Block &Unwanted Pop-Ups = Enable requested popup windows
Item, MI_IDM_CONTROL_MENU_REFUSE_POPUPS = Disable popup windows
--------------------1
Item, Enable &Animated Images = Enable gif animation | Disable gif animation
Item, Enable &Plug-Ins = Enable plugins | Disable plugins
Item, Enable &JavaScript = Enable javascript | Disable javascript
Item, Enable Opera &Turbo = Enable Web Turbo | Disable Web Turbo
--------------------2
Item, Enable &Cookies = Enable cookies | Disable cookies
Item, Send &Referrer Information = Enable referrer logging| Disable referrer logging
Item, Enable Pro&xy Servers = Enable proxy servers | Disable proxy servers
--------------------4
Item, Edit &Site Preferences... = Edit site preferences

Open or download multiple links quickly with Opera links panel

, , ,

You can open or download multiple links quickly using links panel instead of clicking the links one by one. Links panel is not enabled by default in Opera. Click + button in panel selector and enable links panel.

The links panel lists all links in the current web page. Using the quick find field box, you can filter to show only the links that match the link name or the link URL that you searched for. Search for file extension to find all links with particular file type. You can open or copy link address or download using right click menu after selecting multiple links using Shift & Ctrl keys or all links using keyboard shortcut, Ctrl+A.

Opera Links Panel
Links panel showing all links
Opera Links Panel Quick Find
Quick find showing only the links with "doc_download" in the URL