block javascript/HTML context menu/right click controls
anyone know of an extension/add-on that will let me remove a publisher's ability to control my context menu and/or right-click ability ?
right now, publishers can use <body oncontextmenu="return false">
or something like if (document.layers) document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = rightclickerror;
and i end up using wget which always annoys me.
Chosen solution
just found RightToClick - not bad!
Read this answer in context 👍 0All Replies (2)
Chosen Solution
just found RightToClick - not bad!
See also:
- http://kb.mozillazine.org/JavaScript#Advanced_JavaScript_settings
- http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
- Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
[] "Disable or replace context menus"