#StandWithUkraine

Edit Opera context menu for cool tricks with links

Opera There are plenty of interesting services that take links as input and do useful things with them. Good example are services for improving readability of pages.

Piping page through such service is rarely streamlined and requires copy/pasting link or using bookmarklet. Clunky. So here is how to modify Opera to open links in services from context menu.

Opera menu system

Menus in Opera may seem rigid but they actually are (like rest of interface) very flexible and relatively easy to modify.

Opera stores default menu settings in defaults\standard_menu.ini. To start modifying that one must be overridden with menu file in profile folder.

Tools > Preferences (Alt+p) > Advanced > Toolbars > Menu setup > Duplicate

opera_menu_duplicate

opera_menu_duplicate

Adding custom command

As example I will use command that opens link in new tab with Finch (should be in single line):

Item, "Open link with Finch" = "Go to Page, "javascript:
window.open('http://finch.ploogy.net/finch/'+'%l'.substring(7))""

JavaScript is used to:

  • cut http:// part from link (Finch doesn’t like it);
  • prefix it with Finch address;
  • instruct browser to open resulting link.

Add this line into context menu:

  • close Opera;
  • open menu config file created earlier (likely \profile\menu\standard_menu(1).ini ) in text editor of your choice (as always I suggest Notepad++ )
    • profile folder may be in different places, see opera:about for exact location;
  • add command line in sections [Link Popup Menu] and [Image Link Popup Menu]
  • restart Opera.

New command should appear in context menu when you right-click links:

opera_context_menu

opera_context_menu

Overall

Context menu is one of the most basic and convenient ways to perform actions related to element. Editing context menus may not be most user friendly but it is powerful feature that can save a lot of time and clicks.

By the way if you want to provide custom menus for all users in centralized way check post about Opera super setup.

Related Posts

8 Comments

  • Chukx #

    Pls i would like you to explain more on how to modify operamini to an editable browser
  • Rarst #

    @Chukx Please rephrase? I have no idea what you wanted me to explain.
  • opera fan #

    At least for linux, you don't need to restart opera, you only need to give "OK" to a different set of shortcuts, then select the modified again, and give "OK" to it. Probably the same works with windows too. Anyone knows how to make a menu entry for links that would open images, each in one tab, and then save each one? That's to save time when downloading images from blogspot blogs through links. If you try to save the links, it will actually save 403 pages, but it won't if they're actually opened.
  • Rarst #

    @opera fan I do not know easy way to do that and from your description it seems that site actively tries to prevent leeching as well. The only trick I can suggest here is Ctrl+click image for rapid save dialog.
  • opera fan #

    I think that there's no way to do that with opera, but maybe there is, if only someone knows how to "program" those menu actions properly, and is interested in achieving that, which is not really that useful anyway. The best thing to solve what I said is either do as you said, or use firefox and an extension that allows that (I don't remember its name now), which will download even the big images from blogspot, somehow.
  • T.Terlemez #

    Hello Many thanks for this article. I do not know many english words (my own language is not english and mey memory is poor too) and often look dictionary with copy paste for that reason. With this way I add a Google Translate javascript for selected text to Opera right click menu. This was very good and useful. Thanks again, good days and works.
  • Steve #

    What abaut nasty icon addons placement in Opera ? If you have some addons installed then you have the problem ! Why not move the icons to some tollbar or even better integrate to context menu under icon last closed pages ! Its realy anoying and nasty !
  • Rarst #

    @Steve Yeah, extension icons are quite annoying and inflexible, comparing to rest of Opera's interface. There is new major release (version 12) in development and I hope it gets improved there.