Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "Hide"

Hide Opera title bar

, , , ...

I have added an option to hide title bar in Opera Launcher as several users want it [1, 2, 3, 4, 5].

To hide/unhide title bar, use Titlebar button! or create new keyboard shortcut/mouse gesture in application section with the following action.

Execute program, "C:\Program Files\Opera\OperaLauncher.exe", "/h"

! If your path to OperaLauncher.exe is different change it in toolbar configuration file after closing Opera.

If you minimize Opera and then switch to Opera, taskbar will hide.

Use user style sheet to modify the look of a website in Opera

, , , ...

A user style sheet is a text file with CSS declarations. It allows you to have control over the look and feel of website. It can be used to hide annoying things like ads, change fonts and colors, etc.

!important declaration should be added to a rule to take precedence over author style sheet.

User style sheets can be applied to all sites Tools > Preferences... > Advanced > Content > Style Options... > My style sheet (restart required to apply style sheet) or per-site basis Right click on a site > Edit Site Preferences... > Display > My style sheet (reload required to apply style sheet).

Example 1: Hide friend request link in My Opera

My Opera friend request link in top bar
My Opera friend request link in top bar

  1. Create a text file with the following and save preferably inside profile\styles directory with CSS file extension.
    /* Friend request */
    #friendrequest { display: none !important; }

    CSS to hide friend request link and share this button
    CSS to hide friend request link and share this button

  2. Add path to CSS file in site preferences.

    Path to CSS file in site preferences
    Path to CSS file in site preferences

  3. Reload page to apply style sheet.

    My Opera friend request link hidden by CSS
    My Opera friend request link hidden by CSS

Example 2: Hide sponsored links in Google

Google Sponsored Links
Useless Google sponsored links

Google sponsored links can't be blocked by content blocker but it can hidden by following CSS code.

/* Top sponsored links */
#tads { display: none !important; }

/* Side sponsored links */
#mbEnd { display: none !important; }

Opera Launcher

, , , ...

Opera Launcher was created using AutoHotkey. It can

Download (size < 210 KB), unzip, place OperaLauncher.exe inside Opera installation directory, C:\Program Files\Opera and run it to launch Opera. The following settings dialog will be shown when you run it first time.

Opera Launcher settings dialog
Opera Launcher settings dialog

Keystrokes
Keystrokes can be used to perform an action after starting Opera. ^=Ctrl, !=Alt and +=Shift

Examples:

Action Keyboard Shortcut Keystrokes
Enter fullscreen F11 {F11}
Hide Opera Ctrl+Alt+Shift+H ^!+h
New tab Ctrl+T ^t
Minimize Opera Alt+Space+N !{Space}n

Restart
Use Restart Opera button! or create new keyboard shortcut/mouse gesture in application section with the following action.

Execute program, "C:\Program Files\Opera\OperaLauncher.exe", "/ro"

! If your path to OperaLauncher.exe is different change it in toolbar configuration file after closing Opera.

Restore bookmarks/notes
To restore previous version of bookmarks/notes file, close Opera, move previous version of opera6*.adr/notes*.adr from profile\backups directory to profile directory and rename it to opera6.adr/notes.adr.

Changelog
Date Changes
Oct 24, 2009
  • Option to change Speed Dial background image automatically.
  • Added help button.
Jul 23, 2009
  • Option to hide Opera title bar. Thanks to lunigma.
  • Opera restart.
May 11, 2009
  • Updated for Opera 10.00 Alpha Build 1413.
  • Performance improvements.
  • Tray icon balloon error message.
  • Transparent icon.
Feb 23, 2009
  • Option to delete old backup files. To disable, set it to 0.
  • Sessions backup will be created every time Opera starts.
Feb 10, 2009 Didn't empty temporary download directory in non-English versions of Windows. Fixed.
Feb 8, 2009
  • Command line parameters passed to Opera. Thanks to itcpeter.
  • Updated for Opera 10.00 Alpha Build 1139.
  • Opera Launcher can be placed anywhere, but path to Opera Installation Directory should be added in OperaLauncher.ini file.
Jan 8, 2009 Option to send keystrokes.
Nov 26, 2008 Option to empty temporary download directory.
Nov 23, 2008 Initial release.

Auto-hide toolbars in Opera

, , , ...

You can auto-hide any toolbar in Opera after enabling it via keyboard shortcut or mouse gesture or button.

Buttons

You can add buttons to any toolbar (main bar, tab bar, address bar, navigation bar, view bar, status bar, start bar or panels) except menu bar & personal bar simply by dragging button links to required place. Clicking on the button links without dragging will add the buttons to Tools → Appearance → Buttons → My Buttons for later use.

When you try to add a button, a dialog box with following message will popup. Press OK to add button.

Adding new button with action

[Action]

Do you want to proceed?
To remove a button, right-click on it and select Remove From Toolbar.

You can find several custom buttons in Opera Wiki and TTT-Buttons.

Keyboard shortcuts / Mouse gestures

Create new keyboard shortcuts or mouse gestures in Application section with following action codes.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar & Delay, 12000 & Disable menu bar MB Menu Bar
Main bar View main bar, 6 & Delay, 10000 & View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 & Delay, 12000 & View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 & Delay, 10000 & View page bar, 0 TB Tab Bar
Address bar View address bar, 6 & Delay, 10000 & View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 & Delay, 10000 & View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 & Delay, 8000 & Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 & Delay, 12000 & View status bar, 0 SB Status Bar

To modify auto-hide time, change Delay, X value (time in milliseconds) in above code. You have to edit Toolbar Configuration file to modify button name or delay value.

To hide/show a toolbar without auto-hide use the following.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar | Disable menu bar MB Menu Bar
Main bar View main bar, 6 | View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 | View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 | View page bar, 0 TB Tab Bar
Address bar View address bar, 6 | View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 | View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 | Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 | View status bar, 0 SB Status Bar

If you drag & drop buttons with short name to a toolbar from Tools → Appearance → Buttons → My Buttons, space will be added to button name.

Update:
Jul 1, 2008
Mar 12, 2009

How to hide/move panel selector in Opera?

, , , ...

Open panel → Right click on panel selector → Customize... → Toolbars → Placement

Opera panel selector at left side
Panel selector at left side

Opera panel selector placement
Panel selector placement

Opera panel selector at top
Panel selector at top

To reorder panel selectors, hold SHIFT key, click panel selector and drag & drop to required postion.

How to hide tab bar when there is a single tab in Opera?

, , , ...

Right click on tab bar → Customize... → Toolbars → [ENABLE] Show only when needed

Before
Before

Show only when needed
Enable Show only when needed

After
After

Download Opera, the fastest and most secure browser