I’m looking for a way to change the Right-Click context menu in Firefox using jQuery/CSS… and disable de default one of course.
I’m trying to make a Windows Explorer-like app to manage images and i want to be able to delete pictures using the right-click.
Anyone have an idea, cant find one.
Thanks!!
Look at
oncontextmenu().Careful though, users expect the default when they right click. It may annoy some power users.
This looks like good reading.