Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

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.

Formatting tools with animated smilies in My Opera quick reply/comment/reply to PM

, , , ...

This script was created by AyushJ & posted in User JavaScript forum.

This script adds formatting tools (b, i, u, align, list, url, font, color, etc...) in quick reply/comment/reply to PM.

This script also supports keyboard shortcuts. Press Ctrl key (don't hold it) then press shortcut key. Example: To activate bold, press Ctrl then press B.

I added 21 26 33 38 41 animated smilies to this script including the following one.

Dance smiley
Dance smiley

You can add your smilies by changing the following.

MySmilies        = 0; //-- Set to 1 if you want to use your smilies
MySmiliesBase='http://files.myopera.com/'    // Path to your smilies folder
var MySmiliesList={
// Add your smilies below. Example:    'Smiley1'    : 'Smiley1.gif',    'Smiley2'    : 'Smiley2.gif',    'Smiley3'    : 'Smiley3.gif'
}

Download my.opera-quick-reply.js and place it inside your UserJS folder.

If you don't have UserJS folder, create one inside your profile and enter path to it in Tools > Preferences... > Advanced > Content > JavaScript Options... > User JavaScript files

Formatting Tools with Animated Smilies in My Opera Quick Reply/Comment/Reply to PM
Formatting tools with animated smilies in My Opera comments

  • Script will work only in Opera desktop browser.
  • You can't have animated smilies on the same line as My Opera smilies. But you can use HTML image tag to show more than one smiley in a line.
    <img src="http://files.myopera.com/Tamil/Smilies/Happy.gif"> <img src="http://files.myopera.com/Tamil/Smilies/Wait.gif">
    The above will show be shown as .

Update:
May 23, 2008: Added BigGrin, Bye, Hit, Secret & Yes smilies.
Aug 10, 2008: Added Crazy, Devil, LOL, ROFL, Stop, ThumbsUp & Wink smilies.
Jan 17, 2009: Added BigGrin2, Cool2, Dance3, Crazy2 & Sad smilies.
Jul 4, 2009: Added Stop, Wait & Yahoo smilies.

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

How to sort notes in Opera?

, , ,

  1. Open notes panel.
  2. Open bookmark manager (Bookmarks > Manage bookmarks...) > Right click near quick find > Customize... > (and Appearance... > for Opera 10 and above) Buttons > Drag & drop View button to notes panel

Drag & drop view button to Opera notes panel from bookmarks default buttons
Drag & drop "View" button to notes panel from bookmarks default buttons

Sorting Opera notes
Sorting notes

Only Sort by My Order and Sort by Name will work.

Update: July 3, 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.

Opera Community member statistics for 2007

, , , ...

No. of members joined upto 2004 : 127000 (approx)
No. of members joined in 2005 : 139000 (approx)
No. of members joined in 2006 : 341090
No. of members joined in 2007 : 607954

In 2007, 78.24% increase in members compared to 2006. We will reach 2 million members before the end of 2008.

Opera Community member statistics for 2007
Opera Community member statistics for 2007

Opera Community Number of members vs Month for 2007
Number of members vs Month

Opera Community Average members per day vs Month for 2007
Average members per day vs Month

Lookup and spell check using WordWeb dictionary/thesaurus

, , , ...

Download WordWeb dictionary/thesaurus (size < 7.5 MB) and install it.

If you don't know how to edit menu setup see this. Add the following under [Edit Widget Popup Menu] & [Hotclick Popup Menu].

Item, WordWeb = Copy & Execute program, "C:\Program Files\WordWeb\wwnotray.exe"

You can spell check only one word at a time. If you have administrator privileges, install Aspell. See Spell-checking With Opera.

WordWeb Dictionary Lookup in Opera Hotclick Popup Menu
WordWeb lookup

WordWeb Spell Check in Opera Edit Widget Popup Menu
WordWeb spell check

WordWeb Suggestions
WordWeb suggestions

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

How to change email signature in Opera?

, , , ...

Tools → Mail & chat accounts... → [SELECT AN ACCOUNT] → Edit... → Outgoing → Signature

Opera Email Signature
Opera e-mail signature

Download Opera, the fastest and most secure browser