Iwonder if it's possible to change the order of the context menu inside firefox? I would like the option "Open link in new tab" to appear at the top when I right click a link.
|
feedback
|
migrated from stackoverflow.com Jan 18 '10 at 11:40
This question came from our site for professional and enthusiast programmers.
|
from the personal menu extension page, i found this other extension that actually lets you edit the order of context menu: https://addons.mozilla.org/en-US/firefox/addon/710 (it is called "menu editor"). | |||
|
feedback
|
|
Yes, it is possible. You can customize all menus with the Personal Menu extension (original Russian link here). | |||||||
feedback
|
|
If you mean as part of a web application you're building, not really, no. You may be able to from within a Firefox extension. If you mean for your own purposes, that would be a question best asked over on superuser.com. My guess is it would involve something in the depths of one of Firefox's various JavaScript files (firefox.js, etc.), using an extension like the one ZhuckovRA mentioned, or compiling Firefox yourself. | |||
|
feedback
|
|
Nope, I don't think a web application would be able to do that, considering that this question regards web programming, right? Otherwise, it's not a question for StackOverflow. If you really need this, build your own context menu using JavaScript - but bear in mind, that you won't be able to rebuild the context menu entirely, and also, that some users may find this annoying. Having that in mind, look at this: http://www.codeproject.com/KB/scripting/Context_Menu.aspx http://luke.breuer.com/tutorial/javascript-context-menu-tutorial.htm http://www.webtoolkit.info/javascript-context-menu.html Found it with a quick google search. | |||
|
feedback
|