[EXT] Menu Wizard

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
markling
Posts: 17
Joined: June 3rd, 2008, 8:03 am

Re: [EXT] Menu Wizard

Post by markling »

I am sorry but I do not understand why that would prevent a menu automation addon from automating the dropdown menu option of the save dialogue.

Thank you for the code reference.
Mostafa20xx
Posts: 6
Joined: October 2nd, 2015, 11:30 pm

Re: [EXT] Menu Wizard

Post by Mostafa20xx »

the menu entry of droprain bookmark not shown in menu wizard
https://addons.mozilla.org/en-US/firefo ... aindropio/
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

Mostafa20xx wrote:the menu entry of droprain bookmark not shown in menu wizard
https://addons.mozilla.org/en-US/firefo ... aindropio/
This add-on not designed to work with dynamic content (Bookmarks list, History list, Downloads list, etc., and some other menus that are dynamically created by other add-ons)
kltpzyxmrm
Posts: 129
Joined: June 16th, 2015, 10:59 am

Re: [EXT] Menu Wizard

Post by kltpzyxmrm »

Is there a way to make the menu separators bolder/more distinct?

thanks
Mostafa20xx
Posts: 6
Joined: October 2nd, 2015, 11:30 pm

Re: [EXT] Menu Wizard

Post by Mostafa20xx »

i cant change icon for tab entry ''close tabs to right'' it has a different id than the left entry
Tab mix plus installed
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

kltpzyxmrm wrote:Is there a way to make the menu separators bolder/more distinct?
Sorry, I do not know
Maybe one of the users will tell you...
Mostafa20xx wrote:i cant change icon for tab entry ''close tabs to right'' it has a different id than the left entry
Tab mix plus installed
How do you change the icon?
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: [EXT] Menu Wizard

Post by makondo »

kltpzyxmrm,
use Stylish or userChrome.css:

menupopup menuseparator
{ -moz-appearance: none !important;
padding: 0 1px !important;
border: 2px solid black !important; }

Image

It's best to use Stylish 'cause you can preview changes without restart + there are gazillions of styles available and i'm sure you'll find a few useful for you. Should you need help with styles or using Stylish, post in the forum and somebody will help you, we always do.
kltpzyxmrm
Posts: 129
Joined: June 16th, 2015, 10:59 am

Re: [EXT] Menu Wizard

Post by kltpzyxmrm »

makondo wrote:kltpzyxmrm,
use Stylish or userChrome.css:

menupopup menuseparator
{ -moz-appearance: none !important;
padding: 0 1px !important;
border: 2px solid black !important; }

Image

It's best to use Stylish 'cause you can preview changes without restart + there are gazillions of styles available and i'm sure you'll find a few useful for you. Should you need help with styles or using Stylish, post in the forum and somebody will help you, we always do.
Thanks, worked out perfectly
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: [EXT] Menu Wizard

Post by makondo »

You're welcome, Good Luck!
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [EXT] Menu Wizard

Post by avada »

Hi!

I want to set a shortcut to a few of DownThemAll!'s menuitems: "DownThemAll!", "DownThemAll! Selection", "Save Link with DownThemAll!"

But they don't work. Anyone have any ideas? I figure at least the first two should work. (For the third I'm not sure how to select a link, I suspect howering on it might not be enough)
max2
Posts: 278
Joined: September 17th, 2011, 5:37 pm

Re: [EXT] Menu Wizard

Post by max2 »

Will this add-on be ported to a Web Extension ?
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [EXT] Menu Wizard

Post by avada »

max2 wrote:Will this add-on be ported to a Web Extension ?
Until pag77 responds, I'd like to say it's unlikely. Because one of their major goals with webextension is to block addons from tweaking the browser itself, which is the only thing what Menu Wizard does.

Also here are some earlier comments from the dev:
pag77 wrote:at the end 2017 Menu Wizard probably is die, since Firefox WebExtension (as in Google Chrome) not have mechanisms for work in the context menu
pag77 wrote:In addition, in November 2017 (release Firefox 57) the addon will die, because WebExtensions does not offer any API for managing the menu.
WebExtensions is a clone of the Google Chrome API, which also lacks this API

about Firefox 57:
https://blog.mozilla.org/addons/2017/02 ... ilestones/
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

max2 wrote:Will this add-on be ported to a Web Extension ?
No.
Menu Wizard will die in November 2017 for firefox 57
but you can use Firefox 52 ESR
https://www.mozilla.org/en-US/firefox/o ... tions/faq/
Image
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [EXT] Menu Wizard

Post by avada »

Hi!
So I have "TinEye Reverse Image Search 1.3.1" installed, which is a webextension I believe. It adds a context menu item at the bottom which is a really crappy place.

I'd like to move it. But it doesn't show up in MW at all, so I can't do anything with it.
Is this because it's a webext? Will support be added for these kinds of context menu items? (Is it even possible?)
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

most probably not
Post Reply