In Opera how to open a link from a private tab in a normal tab?

3

There are search engines I don't trust, which is why I keep searches inside private tabs. Is it possible (and how) to open a normal tab from a private tab? I.e. so that if one of the search results points to a website (like this one here) where I can vote and where I'm logged in, I can vote?!

Currently I do:

  • F8 (go to URL bar)
  • Ctrl+X (snip the URL)
  • Ctrl+T (open new normal tab)
  • Ctrl+V (paste URL)
  • Enter (load the URL)

The Ctrl in the "inner" three steps means I can keep the finger on Ctrl of course, but it would still be good to have an easier shortcut than the above ... uhm procedure.

0xC0000022L

Posted 2013-09-04T17:46:11.430

Reputation: 5 091

Answers

1

  • F8 (Go to URL bar)
  • Shift+Enter (Open the selected link in a new tab)

Some more nifty short-cuts on the Opera Help Page.

Yass

Posted 2013-09-04T17:46:11.430

Reputation: 3 276

how does that help me, except that it opens the search in a new tab? I want a link on the page with the search results opened in a normal tab, not the search itself. – 0xC0000022L – 2013-09-04T21:05:15.397

Oh sorry, I misunderstood your question. You said you wanted an easier shortcut to the one you currently use. The solution I have posted does shorten the process you're currently using to snip and paste a URL. – Yass – 2013-09-04T21:08:44.727

you are right. My question was wrongly worded. Your answer perfectly answers the question as asked. – 0xC0000022L – 2013-09-04T21:10:34.263

No problems, glad I could help. – Yass – 2013-09-04T21:11:08.017

2

Opera 12.xx is customizable in many ways. In newer Opera 15 versions it's not so easy anymore to modify things. Anyway, in Opera 12, you can:

Set up two custom shortcuts under Preferences » Advanced » Shortcuts » Keyboard setup » edit. Use & to execute multiple commands

Copy document address & New page & Paste and go
Copy document address & New private page & Paste and go

enter image description here

(or)


Add custom mouse gestures. Its basically the same procedure as for shortcuts.
Go to Preferences » Advanced » Shortcuts » Mouse setup » edit and add your shortcuts

enter image description here

(or)


Edit your context menu

enter image description here

  1. Create a new context menu by duplicating your current one under Preferences » Advanced » Toolbars » Menu setup. Select Opera standard and hit duplicate
  2. Close Opera
  3. Search your profile folder depending on what Opera mode you use
    • installed mode » C:\Users\<USERNAME>\AppData\Local\Opera\profile\menu\
    • portable mode » ..\Opera\profile\menu\
  4. In a sub-folder called menu you will notice a file called standard_menu (1).ini. Open it with any editor and look at the section [Document Popup Menu]. Insert new context menu entries by adding these lines

    Item, Open in private tab = Copy document address,,,,"New private page menu" & New private page & Paste & go
    Item, Open in normal tab  = Copy document address,,,,"New page menu" & New page & Paste & go
    
  5. Save & Close the file and re-open Opera. Make sure the new layout is still selected/enabled under Preferences » Advanced » Toolbars » Menu setup

nixda

Posted 2013-09-04T17:46:11.430

Reputation: 23 233