Opera FAQs, Tips, Tricks & Tweaks

Tips for Opera browser since 2005

Subscribe to RSS feed

Posts tagged with "Opera FAQ"

How to set default search engine & Speed Dial search engine in Opera?

, , ,

Default search engine

Tools > Preferences > Search > [Select] Search engine > Edit... > Details >> > [Check] Use as default search engine

Speed Dial search engine

Tools > Preferences > Search > [Select] Search engine > Edit... > Details >> > [Check] Use as Speed Dial search engine

Google as default search engine & Speed Dial search engine
Google as default search engine & Speed Dial search engine

Fast proxy switching in Opera

, , ,

If you frequently switch proxy, it's annoying to change it every time in Tools > Preferences... > Advanced > Network > Proxy servers

If you don't know how to edit menu setup see this. Add the following below the line Item, 52216 = Enable proxy servers | Disable proxy servers under [Quick Preferences Menu] and change 127.0.0.1:5865 & 127.0.0.1:8080 with your proxy servers.

Item, "HTTP 127.0.0.1:5865" = Set preference, "Proxy|HTTP server=127.0.0.1:5865" 
Item, "HTTP 127.0.0.1:8080" = Set preference, "Proxy|HTTP server=127.0.0.1:8080"

You can switch proxy server quickly in Quick preferences F12.

Proxy servers in Quick preferences
Proxy servers in Quick preferences

You can also use the following instead of above to set proxy server for http, https & ftp protocols but Opera won't respond for awhile when you switch proxy server.

Item, "HTTP,HTTPS,FTP 127.0.0.1:5865" = Set preference, "Proxy|HTTP server=127.0.0.1:5865" & Set preference, "Proxy|HTTPS server=127.0.0.1:5865" & Set preference, "Proxy|FTP server=127.0.0.1:5865"
Item, "HTTP,HTTPS,FTP 127.0.0.1:8080" = Set preference, "Proxy|HTTP server=127.0.0.1:8080" & Set preference, "Proxy|HTTPS server=127.0.0.1:8080" & Set preference, "Proxy|FTP server=127.0.0.1:8080"

How to share Opera settings between Windows & Linux?

, , , ...

To share profile/settings between Windows & Linux, you should have Windows FAT32 partition and it should be mounted (preferably automatically) in Linux with read write access.

Backup both profile & mail directories in Windows & Linux.

In Windows

Method 1

Install another copy of Opera in FAT32 partition with Individual Opera profiles for each user on this computer option unchecked. Copy settings from old Opera to new Opera.

Method 2 Using NTFS junction point (you should have NTFS in system drive)

Move profile & mail directories to FAT32 partition and create junction point from old profile & mail location to new profile & mail location using Junction Link Magic or command line tool Junction. See observed effects of junction point.

Method 3

  1. Move profile & mail directories to FAT32 partition except profile\opera6.ini file and change all absolute file paths to reflect the new location in profile\opera6.ini, profile\widgets\widgets.dat & mail\accounts.ini.
  2. Move profile & mail directories to FAT32 partition, change all absolute file paths to reflect the new location in profile\opera6.ini, profile\widgets\widgets.dat & mail\accounts.ini and run Opera with command line option /settings. Example: C:\Program Files\Opera\Opera.exe /settings D:\Opera\profile\opera6.ini

In Linux

Method 1

Change all file paths to reflect FAT32 partition location in opera6.ini.

Method 2 Using symbolic link (AKA symlink or soft link)

Symbolic links in Linux
Symbolic links in Linux

Move all files from ~./opera except cookies4.dat, opera6.ini, pluginpath.ini & vlink4.dat to some folder. Create a script file with the following code, change /windows/Opera/profile with path to Opera profile in FAT32 partition, set executable permission and run.

#!/bin/bash -

if [ ! -e ~/.opera ]; then mkdir ~/.opera; fi
cd ~/.opera

ln -s /windows/Opera/mail mail
ln -s /windows/Opera/profile/cache4 cache4
ln -s /windows/Opera/profile/cacheOp cacheOp
ln -s /windows/Opera/profile/images images
ln -s /windows/Opera/profile/keyboard keyboard
ln -s /windows/Opera/profile/menu menu
ln -s /windows/Opera/profile/mouse mouse
ln -s /windows/Opera/profile/sessions sessions
ln -s /windows/Opera/profile/skin skin
ln -s /windows/Opera/profile/styles styles
ln -s /windows/Opera/profile/toolbar toolbar
ln -s /windows/Opera/profile/userjs userjs
ln -s /windows/Opera/profile/widgets widgets
ln -s /windows/Opera/profile/contacts.adr contacts.adr
#ln -s /windows/Opera/profile/cookies4.dat cookies4.dat
ln -s /windows/Opera/profile/download.dat download.dat
ln -s /windows/Opera/profile/global.dat global.dat
ln -s /windows/Opera/profile/notes.adr notes.adr
ln -s /windows/Opera/profile/opcacrt6.dat opcacrt6.dat
ln -s /windows/Opera/profile/opera.dir opera.dir
ln -s /windows/Opera/profile/opera6.adr opera6.adr
ln -s /windows/Opera/profile/oprand.dat oprand.dat
ln -s /windows/Opera/profile/opssl6.dat opssl6.dat
ln -s /windows/Opera/profile/override.ini override.ini
ln -s /windows/Opera/profile/search.ini search.ini
ln -s /windows/Opera/profile/speeddial.ini speeddial.ini
ln -s /windows/Opera/profile/urlfilter.ini urlfilter.ini
#ln -s /windows/Opera/profile/vlink4.dat vlink4.dat
ln -s /windows/Opera/profile/wand.dat wand.dat
ln -s /windows/Opera/profile/widgets.adr widgets.adr
exit 0
Even if you create symbolic link for cookies4.dat & vlink.dat, these will be replaced by files when you close Opera.

Warning: There is no security option in FAT32. So, anyone can access your profile in FAT32 partition if they have account in Windows.

Update: Dec 17, 2007

How to remove quick reply in Opera feed/mail?

, , , ...

Even if you don't use Opera mail, quick reply box will be shown while reading feed. You can get extra space by disabling quick reply. In feeds/mail tab, View > [Uncheck] Show quick reply.

Opera quick reply
Quick reply

How to delete various search histories in Opera?

, , , ...

Opera bookmarks search history
Bookmarks search history

Close Opera, open operaprefs.ini (opera6.ini for versions below 10) from profile directory and remove unwanted line(s) under [Matches] section.

Bookmarks View       Searches in manage bookmarks
Bookmarks View Small Searches in bookmarks panel
File_types_treeview  Searches in Tools > Preferences... > Advanced > Downloads
Groups_treeview      
History View         Searches in history
History View Small   Searches in history panel
Input_treeview       Searches in keyboard setup, mouse setup & voice
Links View Small     Searches in links panel
Mail View            Searches in mail/feed
Notes View           Searches in notes
Notes View Small     Searches in notes panel
Server_treeview      Searches in server manager (cookies & wand)
Example search histories in [Matches] section.
[Matches]
Bookmarks View=""opera", "https""
Bookmarks View Small=""software""
File_types_treeview=""exe", "rar""
History View=""opera", "google", "www""
History View Small=""my""
Input_treeview=""gesture", "alt", "shift", "ctrl""
Links View Small=""unread""
Mail View=""rss""
Notes View=""bugs", "@""
Notes View Small=""shortcuts""
Server_treeview=""google""

Updates:
Jan 25, 2007
Dec 23, 2009

How to change tab width in Opera?

, , , ...

  1. Open toolbar configuration file in any text editor after closing Opera.
  2. Add the following section to it and modify Maximum button width value.
    [Pagebar.style]
    Button style=3
    Large images=1
    Wrapping=0
    Maximum button width=100
    Grow to fit=0
    Mini buttons=0
  3. Start Opera.

For Opera versions below 9

  1. Extract skin.ini from zipped skin file and open it in any text editor
  2. Add/modify the value of Pagebar max button width and Pagebar min button width under [Options] section.
    [Options]
    Pagebar max button width = 100
    Pagebar min button width = 50
  3. Update skin.ini in zipped skin file and activate modified skin Tools > Appearance... > Skin.

Opera skin with tab width = 50 px
Tab width = 50 px

Opera skin with tab width = 100 px
Tab width = 100 px

Update: Sep 28, 2009

Custom update interval for Opera feed

, ,

Opera has only few choice of update intervals for feed. You can change it to any required interval.

Note the path to mail directory. Close Opera, open index.ini in any text editor from mail directory and change Update Frequency= with required number of seconds.

Update Frequency=-1 for never
Update Frequency=60 for 1 minute
Update Frequency=3600 for 1 hour
Update Frequency=86400 for 1 day
Update Frequency=604800 for 1 week

Use search & replace all option in text editor if you have several feeds as it will take time to change update interval for each feed in Manage feeds....

Opera ad block filters

, , , ...

Get a faster browser, download Opera

Try Opera or Opera Mini to see the difference.

If you are new to content blocking in Opera, see tutorial.

Easy way to block ads is to disabling the IFrames & JavaScript globally and enabling them for required sites in site preferences.

To block particular JavaScript or IFrame ad in a page, open info panel, note path under Scripts or Inline frames and add it to content blocker. Tools > Preferences... > Advanced > Content > Blocked Content... > Add...

To block flash use Flashblock for Opera 9.

From Opera 9.50, you can enable/disable content blocker globally using Block Ads button or per site basis using site preferences. F12 > Edit Site Preferences... > Content > Enable content blocking

  • Large urlfilter.ini file will increase startup time of Opera.
  • You will get blank page when you try to visit a site blocked by content blocker in version below 11 and the following message in version 11.
    Web Address Blocked

    The address XYZ is blocked by the content blocker. To undo the block, open the context menu for the page, select the content blocker, and remove the address from the list of blocked content.

    To undo the block, right-click on the page, select "Block Content", and click the "Details" button to edit the list of blocked content.

A frequently updated filters can be downloaded from

Optimized filter to block most of the ads
Add the following under [exclude] section of urlfilter.ini file (see this if you don't have one) after closing Opera.

*-ad.cgi*
*-ads/*
*.ad-*
*.ad.*
*.adbrite.*
*.adrevolver.*
*.ads.*
*.adsonar.*
*.adtomi.*
*.advertising.*
*.atdmt.*
*.banner*
*.blogads.*
*.buysellads.*
*.casalemedia.*
*.chartbeat.*
*.click*
*.directtrack.*
*.doubleclick.*
*.etology.*
*.fastclick.*
*.google.*/adfetch*
*.googleadservices.*
*.googlesyndication.*
*.googletagservices.*
*.infolinks.*
*.kontera.*
*.linkbuddies.*
*.mochibot.*
*.overture.*
*.pheedo.*
*.qksrv.*
*.quantserve.*
*.roar.*
*.slickkicks.*
*.tradedoubler.*
*.tradepub.*
*.trafficzap.*
*.tribalfusion.*
*.vibrantmedia.*
*.wunderloop.*
*.zedo.*
*/accresults.*
*/ad.*
*/ad/*
*/ad_*
*/adbot.*
*/adc_*
*/adclient.*
*/adcouncil/*
*/adframe.*
*/adgifs/*
*/adgraph/*
*/adimages/*
*/adinfo*
*/adlog.*
*/adlog/*
*/adrotator.*
*/ads.*
*/ads/*
*/ads_*
*/advert*
*/adview.*
*/affiliates/*.js
*/banner/*
*/banners/*
*/hotfreebies.html*
*/housead/*
*/liveads/*
*/pagead/*
*/phpads/*
*/pop.cgi*
*/pop.htm
*/pops/*
*/poptest.*
*/popup/*
*/printads/*
*/redir.asp*
*/skyscraper/*
*/softad/*
*/sponsor/*
*/sponsors/*
*/tw/adt*
*120x240*
*120x600*
*120x90*
*160x600*
*234x60*
*336x280*
*468x60*
*728x90*
*_ad.js
*_ad_*
*_ads.js
*_ads_*
*_advert*
*_adx_*
*_banner_*
*_borders/*
*_superad*
*a.p.f.qz.*
*a.r.tv.*
*ad-flow*
*ad.trafficmp.*
*ad_type*
*adbot*
*adclick*
*adclix*
*adclub*
*adcycle*
*adflight*
*adframe*
*adimage*
*adknowledge*
*adlink*
*adlogix.*
*admaximize*
*admex*
*admonitor*
*adpulse*
*adrunner*
*adserv*
*adsoftware*
*adswap*
*adtomi.*
*aureate*
*avenuea*
*banner.*
*banners.*
*bluestreak.*
*burstmedia*
*burstnet*
*clickxchange*
*darkblue.*
*darkbluesea.*
*dbbsrv.*
*exitpopup*
*flycast*
*focalink*
*headerpopup*
*hitexchange*
*hitlist*
*hitsites*
*houseads_*
*i.us.rmi.yahoo.*
*imaginemedia*
*intellitxt*
*jsads*
*linkads*
*linkexchange*
*linkpopup*
*linkshare*
*linksynergy*
*media.fastclick*
*paypopup*
*popieen.*
*popme.*
*popunder*
*popupad*
*ps.interpolls.*
*radiate*
*secure.webconnect*
*smartsize_*
*spinbox.versiontracker.*
*spylog*
*subs.timeinc.*
*toolbar.google.*
*trafic.ro/*
*us.a1.yimg.*
*us.f.yahoofs.*
*valueclick*
*x.mycity.*
*z.about.*
*zdmcirc*


The following will block most of the counters. Don't add the following filters if you want to show Opera in browser statistics.

*.123count.*
*.123counted.*
*.2o7.net*
*.3dstats.*
*.4count.*
*.a-counters.*
*.acestats.*
*.addfreestats.*
*.aflashcounter.*
*.amazingcounters.*
*.analytics.live.*
*.christianstats.*
*.clickcounters.*
*.clickwit.*
*.coolwebcounter.*
*.count-all.*
*.counted.*
*.counter-intelligence.*
*.counter.*
*.counter4all.*
*.counterbot.*
*.countercentral.*
*.counters.*
*.counting4free.*
*.countmypage.*
*.countville.*
*.cqcounter.*
*.dataplain.*
*.debuging.*
*.devstats.*
*.digits.*
*.downloadcounter.*
*.dstats.*
*.easycounter.*
*.evostats.*
*.extreme-dm.*
*.extremewebstats.*
*.fakecounter.*
*.fastcounter.*
*.fastonlineusers.*
*.fhcotn.*
*.fishclix.*
*.flowcounter.*
*.free-hit-counter.*
*.free-hit-counters.*
*.free-stats.*
*.free-web-counters-online.*
*.freehitcounter.*
*.freeinvisiblecounters.*
*.freestats.*
*.freestatscounter.*
*.freeweblogger.*
*.fxcounters.*
*.geo.yahoo.*
*.goldstats.*
*.google-analytics.*
*.gostats.*
*.guesttrace.*
*.histats.*
*.hit-counter.*
*.hit-o-meter.*
*.hit-tracker.*
*.hitbox.*
*.hitmatic.*
*.hits-counter.*
*.hitscreen.*
*.hitslink.*
*.hitstats.*
*.hypercounter.*
*.ideal-tracker.*
*.imrworldwide.*
*.jellycounter.*
*.linkcounter.*
*.logclicks.*
*.magicounter.*
*.masterstats.*
*.max-stats.*
*.megastats.*
*.metacount.*
*.my-stats.*
*.myfreecounter.*
*.nedstat.*
*.nedstatbasic.*
*.nextgenstats.*
*.okcounter.*
*.onestat.*
*.onlinecount.*
*.opentracker.*
*.optimizely.*
*.our-counter.*
*.paycounter.*
*.pinkcount.*
*.pluslog.*
*.pmstats.*
*.procounter.*
*.prostats.*
*.pstats.*
*.q-counter.*
*.qcounter.*
*.realtracker.*
*.refcount.*
*.reliablestats.*
*.relmaxtop.*
*.rightstats.*
*.s-tracking.*
*.scorecardresearch.*
*.servustats.*
*.shinystat.*
*.shockcounter.*
*.site-stats.*
*.sitemeter.*
*.sitestats.*
*.sitetracker.*
*.sitetrafficanalyzer.*
*.sitetrafficstats.*
*.statcounter.*
*.stats4all.*
*.stats4me.*
*.stats4you.*
*.statsbank.*
*.statsession.*
*.statsforyoursite.*
*.statsrjnc.*
*.statswhere.*
*.stattrax.*
*.supercounters.*
*.superstats.*
*.td-soft.*
*.tdstats.*
*.the-counter.*
*.thecounter.*
*.trackyourstats.*
*.trafficexaminer.*
*.trafficfile.*
*.trafficserverstats.*
*.true-counter.*
*.trustats.*
*.tulipstats.*
*.ultimatecounter.*
*.ultrastatsnet.*
*.urgentclick.*
*.usertracer.*
*.vioclicks.*
*.virtualmall.*
*.vstats.*
*.w3counter.*
*.web-stat.*
*.webcounter.*
*.webhitcounter.*
*.webhits.*
*.websitestatistics.*
*.websitetracker.*
*.websitetrafficreport.*
*.webstat.*
*.webstats4u.*
*.webtistic.*
*.webtrends.*
*.whowasthere.*
*.wundercounter.*
*.wysistat.*
*.xcounters.*
*.xstats.*
*.xxxcounter.*
*.yahoostats.*
*.yourstats.*
*counter*.bravenet.*


To block Snap Preview Anywhere bubble, add the following to content blocker.

*spa.snap.com*


The following will block social network buttons.

*widgets.digg.com/button*
*.facebook.com/plugins/*
*.fbcdn.net/connect.*
*connect.facebook.*
*.gigya.*
*apis.google.com/*/plusone.js
*plus.google.com/*/apps-static/*
*plusone.google.com/*fastbutton*
*platform.linkedin.com/*
*.pinterest.*pinit*
*.stumbleupon.com/badge/embed/*
*platform.tumblr.com/*
*platform.twitter.com/*/tweet_button*
*vkontakte.ru/*/share.js*
*.wibiya.*


To save images from Flickr, add the following to content blocker.

*.yimg.com/*/spaceball.gif


If you don't have urlfilter.ini file, create a text file with the following, place it inside profile and restart Opera.

Opera Preferences version 2.1
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding

[prefs]
prioritize excludelist=1

[include]
*

[exclude]
Remove this line and add ad block filters here.


Updates:
2007
Feb 1
Apr 7 (*i.imdb* removed as it blocks CSS. Thanks to M3CSL.), 22
Jun 12
Sep 3, 12
Oct 2 (*popup_* & *.mochiads.* removed), 8 (*_popup.* & */tracker/* removed. Thanks to Lex1.)
Nov 16

2008
Feb 24
Apr 13 (*/ads.* blocks Lifehacker CSS), 23
May 20
Jun 15, 28 (*.google.*cleardot.gif & *doubleclick* removed. Thanks to mp3geek.)
Jul 2, 3
Aug 8

2009
Jan 28
Mar 18, 30 (*view.atdmt* changed to *.atdmt.*. Thanks to Chas4.)
Aug 14

2010
Feb 24
Apr 2, 5
Aug 29
Dec 24

2011
Apr 23 (*.adserver.* & *.googleadservices.* removed as *adserv* blocks them. Thanks to kulma. *.2o7.net* moved to counters.)

2012
Apr 9
Oct 20

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 reset a toolbar in Opera?

, , , ...

If you accidentally remove any buttons on toolbar, you can reset them easily.

If you don't have any custom buttons in toolbar, Right click on toolbar > Customize > Appearance... > Buttons > Reset toolbar to its defaults

Opera without address field in address bar
Address field missing in address bar

Reset address bar in Opera
Reset address bar

If you have custom buttons in toolbar, Right click on toolbar > Customize > Appearance... > Buttons > Drag & drop the missing/required button to the required location in toolbar

Drag & drop the missing/required button to toolbar in Opera
Drag & drop the missing/required button to toolbar

To reset all toolbars to default, Tools > Preferences... > Advanced > Toolbars > Toolbars setup > Opera Standard

Updates:
Jun 16, 2008
Dec 5, 2009