I am developing a Chrome browser extension that allows a drag & drop kind of operation everywhere on the page. However, while the user performs this operation the cursor
Simply override the "dragstart" message handler as well as the "selectstart"... While in the function cancel the event...