Skip navigation.

exploreopera

| Help

Sign up | Help

Opera FAQ's, Tips, Tricks & Tweaks

More about Opera browser

STICKY POST

Top 10 Most Visited Blog Posts

,

STICKY POST

Welcome...

Welcome...

To know Tamil, go here. p:

To improve Opera, support Opera Wishes. :smile:

:sst: Backup your Opera settings regularly (atleast once in a week). Why?

Post your comments/suggestions. I'm :wait:. :yes:

If you like this blog, spotlight or pray for me.

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 (don't hold it) then press shortcut key. Example: To activate bold, press CTRL then press B.

I added 21 animated smilies to this script including the following one.


You can also 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, enter path in opera:config#UserPrefs|UserJavaScriptFile and save.

Formatting Tools with Animated Smilies in My Opera Quick Reply/Comment/Reply to PM

NB: You can't have animated smilies on the same line.

How to have more bookmarks in Opera personal bar?

, , ,

Opera Personal Bar
Opera personal bar (default)


Right click on personal bar bookmark → Properties... → 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?

,

Open notes panel (CTRL+SHIFT+6)

Open bookmark manager (Bookmarks → Manage bookmarks... or CTRL+ALT+B) → Right click near quick find → Customize... → 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

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, you have to 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. You have to 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.
May 2008
SMTWTFS
April 2008June 2008
123
45678910
11121314151617
18192021222324
25262728293031