Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

block javascript/HTML context menu/right click controls

  • 2 одговорa
  • 2 имају овај проблем
  • 4 прегледа
  • Последњи одговор послао 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.

Изабрано решење

Сви одговори (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"