Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "Opera FAQ"

How to open new tab with homepage in Opera?

, , , ...

Few users want to open new tab with homepage instead of Speed Dial and it can be accomplished by combining actions.

Keyboard shortcut

If you don't know how to edit keyboard shortcut see this. Change the action for keyboard shortcut, t ctrl in Application section to the following.

New page, 1 & Go to homepage

Mouse gesture

If you don't know how to edit mouse gesture see this. Change the action for mouse gesture, GestureDown in Application section to the following.

Open link in new page | New page & Go to homepage

Button

Drag & drop New tab button next to new tab button and then delete old new tab button.

Don't delete new tab button first.

How to change the height of various toolbars in an Opera skin?

, , , ...

The height of toolbars in current default skin is large compared to previous default skin and it can be reduced to increase browsing space.

Create a backup of your current skin or the skin you want to change the height of toolbars.

  1. Extract skin.ini from zipped skin file.
  2. Reduce the values of Padding Top and Padding Bottom under the sections mentioned in the following table. You can also specify negative values.
    Toolbar Section
    Menu bar [Menu Button Skin]
    Main bar [Mainbar Skin]
    Personal bar [Personalbar Skin]
    Tab bar [Pagebar Button Skin]
    Address bar [Addressbar Skin]
    Navigation bar [Navigationbar Skin]
    View bar [Viewbar Skin]
    Status bar [Statusbar Skin]
  3. Update skin.ini in zipped skin file.
    You can't update an active skin.
  4. Activate modified skin from Tools > Appearance... > Skin or using Skin button.

See Opera Skinning article to know more about basics of skinning Opera.

How to change Speed Dial site titles in Opera?

, , , ...

Several people wants to change the Speed Dial site title as some websites have long page title. You can change title in speeddial.ini, but Opera won't show the modified title. You can change Speed Dial site titles easily using the following trick.

  1. Create a HTML file preferably inside profile directory with the following content and change the name & website address.
    <html>
    <head><title>Name</title></head>
    <frameset><frame src="http://www.site.com/">
    <noframes>Enable <a href="opera:config#Extensions|Frames">Frames</a> and save.</noframes>
    </frameset>
    </html>
  2. Open created file and Speed Dial page.
  3. Drag & drop opened page tab to a Speed Dial slot.
Opera Speed Dial with default title
Before: Long title
Opera Speed Dial with custom title
After: Short & meaningful title

The URL won't change even if you visit another page/site via links on that Speed Dial page. That can be overcome by using the following but it needs JavaScript enabled and won't show thumbnail image. Thumbnail image can changed as shown here or by changing opera:blank to an image path.

<html>
<head><title>Name</title></head>
<script type="text/javascript">
function load() { window.location="http://www.site.com/"; }
</script>
<frameset><frame onload="load()" src="opera:blank">
<noframes>Enable <a href="opera:config#Extensions|Frames">Frames</a> and save.</noframes>
</frameset>
</html>

The above trick uses local file and won't work in synced devices.

You can also use Opera Image Dial Generator.

Update: Oct 30, 2009

How to add/change icon for custom buttons or menu items in Opera?

, , , ...

One can locate a menu item easily and quickly by seeing an icon rather than text.

To add/change icon
  1. Create/find an image in any image format (GIF, JPG, ICO or PNG but PNG is recommended) and resize it to 16 x 16 pixels. If you use large size, Opera will show resized icon. For example, we will add Google favicon as icon for Google Auto Translation menu item.
  2. Place icon image inside a folder (for example, custom_buttons) and add folder to zipped skin file after creating a backup.
  3. Open skin.ini from zipped skin file, add relative path to image with icon name as shown below under [Images] section and update it in skin file.
    google = custom_buttons/google.ico
  4. To add/change icon for menu item, open menu configuration! file, find menu item and specify icon name. For Google Auto Translation menu item, change
    Item, Google Auto Translation = Go to page, "http://translate.google.com/translate_c?u=%u"
    to
    Item, Google Auto Translation = Go to page, "http://translate.google.com/translate_c?u=%u", , , google
  5. Activate modified skin and menu setup or restart Opera.

Similarly, you can add/change icon for custom buttons by editing toolbar configuration file.

Opera custom menu icon
Google Auto Translation menu item without and with icon

The general syntax for a button/menu item is

Button/Menu item = Command, parameter-1, parameter-2, button tooltip, icon name
If there is no parameter-1 or parameter-2 or button tooltip leave them blank. Since there is no parameter-2 and button tooltip in Google Auto Translation menu item, they are left blank.

To remove icon

To remove icon from menu item, remove icon name and if there is no icon name then you have to specify a dummy name to override the default icon as shown in the following example.

To remove icon for Go to Web Address from hotclick menu, in menu configuration! file under [Hotclick Popup Menu] change

Item, M_HOTCLICK_POPUP_MENU_GOTO_URL = Go to page, "%t"
to
Item, M_HOTCLICK_POPUP_MENU_GOTO_URL = Go to page, "%t", , , Dummy

Opera will ignore icons on an action that follows an "&" symbol.

! = You should not modify ui\standard_menu.ini (defaults\standard_menu.ini for versions below 10) file as Opera will overwrite it during update. Create a copy of standard menu and edit it.

You can use existing skin images as icons without modifying skin file.

Updates:
Feb 7, 2009
Aug 2, 2009

Full screen mode with toolbars in Opera

, , , ...

Opera full screen mode with tab bar & address bar
Full screen mode with tab bar & address bar

By default, full screen mode doesn't have any toolbars but you can enable them by

  • using following full screen buttons
  • modifying action for keyboard shortcut, F11
  • modifying right click full screen menu item action Enter fullscreen | Leave fullscreen under [Document Popup Menu]
  • creating a new mouse gesture in Application section

Full screen with Action code for keyboard shortcut or mouse gesture! Button#
without scroll bar with scroll bar
Tab bar Leave fullscreen | Enter fullscreen & View page bar, 6 Full Screen Full Screen
Address bar Leave fullscreen | Enter fullscreen & View address bar, 6 Full Screen Full Screen
Status bar Leave fullscreen | Enter fullscreen & View status bar, 6 Full Screen Full Screen
Tab bar & Address bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 Full Screen Full Screen
Tab bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View status bar, 6 Full Screen Full Screen
Address bar & Status bar Leave fullscreen | Enter fullscreen & View address bar, 6 & View status bar, 6 Full Screen Full Screen
Tab bar, Address bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 & View status bar, 6 Full Screen Full Screen

! If you want scroll bar in full screen mode, add & Delay, 10 & Enable scroll bars to the end of action code.
# To add, drag & drop button to a toolbar and accept confirmation message.

  • Opera won't show address bar and status bar in inactive tabs.
  • It is not possible to show panel toggle at the edge of the window in full screen mode.

Update: 2009: Feb 2 & 15

How to change hotclick dictionary/encyclopedia site in Opera?

, , , ...

You can change default hotclick dictionary site & encyclopedia site with preferred site.

Opera Hotclick Menu
Hotclick menu

If you don't know how to edit menu setup, see this.

To change dictionary site, under [Hotclick Popup Menu] replace

Item, MI_IDM_SELDICTIONARY = Hotclick search, 50
with
Item, MI_IDM_SELDICTIONARY = Go to page, "http://dictionary.reference.com/browse/%t"


To change encyclopedia site, under [Hotclick Popup Menu] replace

Item, MI_IDM_SELENCYCLOPED = Hotclick search, 51
with
Item, MI_IDM_SELENCYCLOPED = Go to page, "http://en.wikipedia.org/wiki/Special:Search?search=%t"


Go to your preferred dictionary/encyclopedia site → Right click on search box → Create Search... → Details >> → Copy address → Cancel. Replace search URL in above code with copied address and change %s to %t.

How to add more Speed Dials in Opera?

, , , ...

Opera has 9 Speed Dials by default but you can add more in Opera 9.50.

  1. Note the path to speeddial.ini file.
  2. Close Opera.
  3. Open speeddial.ini file in any text editor.
  4. Add the following lines and adjust number of rows & columns to your need. If you use widescreen monitor, increase number of columns. Use trial & error method and adjust rows & columns so that Speed Dials will fit on your screen properly.
    [Size]
    Rows=3
    Columns=4
  5. Start Opera.

More Speed Dials in Opera
Click on image to view fullsize screenshot

Keyboard shortcuts Ctrl+1 to Ctrl+9 will open Speed Dials 1-9 respectively. To open extra Speed Dials using keyboard shortcut, create new keyboard shortcuts in Application section with action Go to speed dial, X where X is Speed Dial number.

To remove Speed Dial search box,
Above Opera 9.60, Tools > Preferences... > Search > [Select] Speed Dial search engine > Edit... > Details>> > [Disable] Use as Speed Dial search engine
Below Opera 9.60, set Speed Dial Search Type to 0

[RemcoLanting]

Update: Nov 22, 2008

How to create search engine with two parameters in Opera?

, , , ...

Sometimes we need to specify two parameters for search as in the following search.

http://images.google.com/images?imgtype=face&q=monkey

It is possible to create search engine for the above using JavaScript.

By creating a search engine with the following JavaScript in address field, you can search Google Images from address bar by typing <search engine keyword><space><search parameter 1><space><search parameter 2> (example: gi face monkey)

javascript:var s='%s';var p=s.indexOf('+');if(p>-1){var s1=s.split('+');var s2=s.slice(p+1)};window.location.href='http://images.google.com/images?imgtype='+s1[0]+'&q='+s2;

To create search engine for another site, modify images.google.com/images?imgtype='+s1[0]+'&q='+s2; part in the above JavaScript. When you perform search, s1[0] will be replaced by first parameter & s2 with second parameter.

If <search parameter 1> is more than one word use the following JavaScript. Use dot instead of space as separtor between search parameters.

javascript:var s='%s';var p=s.indexOf('.');if(p>-1){var s1=s.split('.');var s2=s.slice(p+1)};window.location.href='http://images.google.com/images?imgtype='+s1[0]+'&q='+s2;

Update: Apr 28, 2008

How to undo 'Stop executing scripts on this page' option in Opera?

, ,

Opera Stop Executing Scripts On This Page

You can stop execution of JavaScript in a tab by checking Stop executing scripts on this page option and it is valid until you close tab.

If you want execution of JavaScript later just close tab and reopen it from trash can.

How to run Opera alpha/beta without affecting your current Opera settings?

, , , ...

You can install & run Opera alpha/beta version without affecting your current Opera settings.

Windows
Install Opera beta in different folder such as Opera Beta. Your settings will be stored inside %APPDATA%\Opera\Opera Beta folder.

Linux
Download Opera beta package in TAR.GZ or TAR.BZ2 format, extract it and run opera shell script. Your settings will be stored inside profile folder.

Mac
Running Multiple Versions of Opera on OS X

See How to transfer all settings from one Opera installation to another? & Test Opera weekly/beta/final with & without changing current Opera settings using Sandboxie.

Update: Feb 20, 2009
Download Opera, the fastest and most secure browser