Opera FAQs, Tips, Tricks & Tweaks

Tips for Opera browser since 2005

Subscribe to RSS feed

Posts tagged with "Opera"

Sticky post

Top 10 Most Visited Blog Posts

, , ,

Based on HitsLink statistics.

2010
  1. Opera ad block filters
  2. How to install flash player without administrator privilege in Opera?
  3. Opera FAQ (up 6)
  4. How to view saved passwords in wand? (down 3)
  5. How to toggle/remove menu bar in Opera? (down 4)
  6. How to set Opera as default browser? (up 10)
  7. How to change Speed Dial thumbnail images in Opera? (down 5)
  8. Change Caps Lock key to Opera key (new)
  9. How to edit menu setup in Opera? (down 8)
  10. Google & BabelFish translation in Opera right click menu (back on the list)
2009
  1. Opera ad block filters (up 2)
  2. How to install flash player without administrator privilege in Opera? (up 3)
  3. How to view saved passwords in wand? (up 7)
  4. How to toggle/remove menu bar in Opera? (up 5)
  5. How to change Speed Dial thumbnail images in Opera? (new)
  6. Opera FAQ (down 1)
  7. Opera Standard 10 Slim Skin (new)
  8. How to edit menu setup in Opera? (down 6)
  9. How to add/edit keyboard shortcuts in Opera? (up 10)
  10. How to set Opera as default browser? (back on the list)
2008
  1. Opera FAQ (up 2)
  2. Opera ad block filters (down 1)
  3. How to install flash player without administrator privilege in Opera?
  4. Tab bar below address bar in Opera
  5. How to toggle/remove menu bar in Opera?
  6. How to edit menu setup in Opera?
  7. How to view saved passwords in wand?
  8. How to add more Speed Dials in Opera? (new)
  9. How to set default search engine & Speed Dial search engine in Opera?
  10. How to add/edit keyboard shortcuts in Opera? (new)
2007
  1. Opera ad block filters
  2. Opera FAQ
  3. How to install flash player without administrator privilege in Opera?
  4. Tab bar below address bar in Opera
  5. How to toggle/remove menu bar in Opera?
  6. How to edit menu setup in Opera?
  7. How to view saved passwords in wand?
  8. How to set Opera as default browser?
  9. How to set default search engine & Speed Dial search engine in Opera?
  10. Google & BabelFish translation in Opera right click menu

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...

Opera Mnemonic Keyboard Shortcuts

,

Can't remember Opera keyboard shortcuts? Opera mnemonic keyboard shortcuts to the rescue!

Advantages of mnemonic keyboard shortcuts

  • Easy to remember.
  • No need to press keys simultaneously.

The default keyboard shortcut to hide Opera into the system tray is Ctrl+Alt+Shift+H. You can change keyboard shortcut to the following code and then type hide to hide Opera.

h,i,d,e

Examples:

Description Input context and shortcut Action
Fit to width f,w Enable mediumscreen mode | Disable mediumscreen mode
Preferences editor c,o,n,f,i,g New page & Go to page, "opera:config"
My Opera m,o New page & Go to page, "http://my.opera.com/"
Hide Opera h,i,d,e Hide opera
Address bar a,b Set alignment, "Document toolbar", 6 | Set alignment, "Document toolbar", 0
Read feeds r,s,s Read mail, "rss"
Calculator c,a,l,c Execute program, "calc.exe"

If you use single-key shortcuts, then mnemonic keyboard shortcut should not start with the number and following letters.

a d e h i q s v w x z

[Mnemonic Shortcuts]

Opera advanced content blocking

, , , ...

You can't block certain elements using Opera built-in content blocker user interface. For example, the social networking buttons in Opera extensions page cannot be blocked by the usual way but can be blocked manually using info panel as shown below.

Social Networking Buttons
Social networking buttons

  1. Click + button in panel selector and enable info panel.
  2. Open info panel and scroll down to scripts/inline frames.
  3. Find the URL (probably off-site) of the script/inline frame, copy and add it to the content blocker manually Alt + P > Advanced > Content > Blocked Content... > Add....
    • For inline frames, you can check the content before adding to the content blocker by opening it.
    • Ignore the content after ? in the URL and replace ? with *. For example, instead of adding the following to block VKontakte button,
      http://vkontakte.ru/js/api/share.js?11
      add the following to the content blocker.
      http://vkontakte.ru/js/api/share.js*
  4. Reload the page and check whether content is blocked.

Opera Info Panel
Info panel

By examining info panel, you can create filters to block Twitter, VKontakte, Google+ and Facebook social networking buttons.

*platform.twitter.com/*/tweet_button*
*vkontakte.ru/*/share.js*
*plusone.google.com/*fastbutton*
*apis.google.com/*/plusone.js
*plus.google.com/*plusone*
*.facebook.com/plugins/*

Paste and go in new tab with middle click on Opera tab bar

, , , ...

You can open URL in clipboard with single click instead of right clicking in the address field and then clicking 'Paste and Go' or using keyboard shortcut, Ctrl + Shift + V.

Enable PageBar Open URL On MiddleClick and you can open URL in clipboard in new tab with mouse middle click between new tab button and trash can button on the tab bar.

Mouse middle click to open an URL from clipboard
Mouse middle click between new tab button and trash can button to open URL in clipboard

See Useful opera:config (Opera Preferences Editor) entries for more opera:config tips.

Opera address bar as a calculator

, , , ...

Many of us use Google for calculations instead of operating system's built-in calculator. You can perform calculations with JavaScript in the address bar.

Create a new search engine (Alt + P > Search > Add...) with the following code as the address.

javascript:%s

JavaScript Calculator Search Engine
JavaScript calculator search engine

For example, to calculate (100-32)*5/9, type the following in the address field and press enter to get the answer.

c (100-32)*5/9

[Lifehacker]

Find the CSS code to hide anything using Opera Dragonfly

, , , ...

User style sheet can be used to modify the look of a website. Even if you don't know anything about CSS you can find code to hide anything using Opera Dragonfly dragonfly as shown below.

  1. Right click on the item you want to hide and select 'Inspect Element' from the context menu. Opera Dragonfly will open and highlight the element with blue color depending on where you clicked.

    Opera Dragonfly
    Ad is highlighted but the text 'Ad' is not highlighted

  2. Click one by one (in this example li.tas, ol, div#tads.c, ...) from bottom right side until everything you want to hide is highlighted.

    Opera Dragonfly
    Both Ad and text 'Ad' are highlighted

  3. Select and copy code from bottom and add the following at the end.
    {display:none !important;}
    The final code looks like the following.
    div#tads.c {display:none !important;}
  4. Save the CSS code to a file with css extension.
  5. Close Opera Dragonfly.
  6. Right click on the page > Edit Site Preferences... > Display > My style sheet > [Select saved file] > OK
  7. Reload page to apply the style sheet.

How to delete data from Opera Link?

, , , ...

Currently there is no option to delete data from Opera Link quickly but you can delete by the following method.

  1. Create a backup of the following files. Click link to see file path.
  2. Enable Opera Link and enable the items you want to delete from Opera Link.
  3. The following will delete local data and synchronization will delete data from Opera Link.
    • 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
    • Alt + P > Advanced > Content > Blocked Content... > Delete all blocked sites
    • F8 > > Delete all typed addresses
    • Alt + P > Search > Delete all search engines
    • Alt + P > Forms > Password Manager...> Delete all passwords
  4. Go to Opera Link and make sure bookmarks, notes and Speed Dials are empty.
  5. Disable Opera Link.
  6. Close Opera.
  7. Restore files from backup.

How to bring back address field dropdown button in Opera?

, , , ...

By default, address field dropdown button is disabled in Opera 11.50. You can view typed addresses using keyboard shortcut, or Alt + . If you want dropdown button enable Show Dropdown Button In Addressfield.

Opera address field without dropdown button
Address field without dropdown button

Opera address field with dropdown button
Address field with dropdown button

See Useful opera:config (Opera Preferences Editor) entries for more opera:config tips.

Go to a specific tab using keyboard shortcut in Opera

, , ,

Opera has the following keyboard shortcuts to switch between tabs but there is no direct keyboard shortcut to go to a specific tab.

Action Keyboard Shortcut
Cycle to next tab Ctrl + Tab
Cycle to previous tab Ctrl + Shift + Tab
Switch to next tab Ctrl + Shift + F6 or 2 !
Switch to previous tab Ctrl + F6 or 1 !

! Work only if you enable Alt + P > Advanced > Shortcuts > Enable single-key shortcuts

If you use menu bar, enable Alt + P > Advanced > Browsing > Show window menu

Otherwise create a new keyboard shortcut in application section with w alt as input context and shortcut and the following as action.

Show popup menu, "Internal Window List"
Now you can use keyboard shortcuts, Alt + W + 1, Alt + W + 2, ..., Alt + W + 9 and Alt + W + 0 to go to first tab, second tab, ..., ninth tab and tenth tab respectively.