搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

block javascript/HTML context menu/right click controls

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

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.

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.

被采纳的解决方案

just found RightToClick - not bad!

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

just found RightToClick - not bad!

more options

See also:

  • Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
[] "Disable or replace context menus"