show/hide this revision's text 2 added 247 characters in body; deleted 30 characters in body

You can use Internet Explorer custom Event selectstart with return false to prevent showinh showing that ugly slice icon.

update: I have seen several solutions, which involve something like getElement -> add them event listener. It is not ideal solution. Use bubbling is better. Just register one selectstart on document, it is enough.

show/hide this revision's text 1

You can use Internet Explorer custom Event selectstart with return false to prevent showinh that ugly slice icon.