Enables select, right-click, copy and drag on pages that disable them. Additional Feature: Long Press Text Selection
当前为
.preventDefault() function for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events return false in HTML attributes 'oncopy', 'oncontextmenu', 'onselect', 'onselectstart', 'ondragstart', 'onbeforecopy' returnValue in javascript coding for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events alert() for mouse right click .preventDefault() function and "returnValue=false" for 'Ctrl-C' in 'mousedown' & 'mouseup' events if there is text selection text/plain is set.console.log(...) if it is also a non-empty string<input Value="test" onSelect="blur();">