Skip to content

Instantly share code, notes, and snippets.

@wchristian
Last active October 26, 2016 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchristian/9a479b6969ba653681f50b415dcc89e4 to your computer and use it in GitHub Desktop.
Save wchristian/9a479b6969ba653681f50b415dcc89e4 to your computer and use it in GitHub Desktop.
Opera V12 junction browser configs
Original source for these is: http://operawiki.info/webdevtoolbar
The buttons also need the appropiate images added to the skin zip.
Also make sure that %PATH% contains the directories your browser executables live in.
[Open in menu]
Item, "Mozilla Firefox" = Execute program, "firefox","%u"
Item, "Chrome" = Execute program, "chrome","%u"
Item, "Internet Explorer" = Execute program, "iexplore","%u"
[Link Popup Menu]
Platform Windows, Item, "Open in FireFox" = "Copy link,,,,"Firefox" & Execute program, "firefox","%c""
Platform Windows, Item, "Open in Chrome" = "Copy link,,,,"Chrome" & Execute program, "chrome","%c""
Platform Windows, Item, "Open in IE" = "Copy link,,,,"IE" & Execute program, "iexplore","%c""
[Extra Menu]
Platform Windows, Item, "Open in FireFox" = Execute program, "firefox","%u",,"Firefox"
Platform Windows, Item, "Open in Chrome" = Execute program, "chrome","%u",,"Chrome"
Platform Windows, Item, "Open in IE" = Execute program, "iexplore","%u",,"IE"
[Images]
IE = buttons/ie.png
Firefox = buttons/ff.png
Menu = icons/menu.png
Google = buttons/google.png
[Document Toolbar.content]
[...]
Button25, "InFF"="Execute program, "firefox", "%u", "InFF", "Firefox""
Button26, "InIE"="Execute program, "iexplore", "%u", "InIE", "Ie""
Button27, "InIE"="Execute program, "chrome", "%u", "InCHRM", "Google""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment