L
Size: a a a
L
y
prevent = function(event) {
...
}L
L
y
contextmenuL
contextmenuL
contextmenuL
KS
document.body.addEventListener('contextmenu', function (event) { event.preventDefault(); return false; });L
y
document.body.addEventListener('contextmenu', function (event) { event.preventDefault(); return false; });L
L
L
KS
L
L
KS
y