Greasy Fork is available in English.
Enables select, right-click, copy and drag on pages that disable them. Enhanced Feature: Alt Key HyperLink Text Selection
Устаревшая версия за
.preventDefault()
function for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' eventsreturn false
in HTML attributes 'oncopy', 'oncontextmenu', 'onselect', 'onselectstart', 'ondragstart', 'onbeforecopy'returnValue
in javascript coding for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' eventsalert()
for mouse right click.preventDefault()
function and "returnValue=false" for 'Ctrl-C' in 'mousedown' & 'mouseup' events if there is text selectiontext/plain
is set.console.log(...)
if it is also a non-empty stringAlt-click
; the cursor will change from "pointer" to "text", and the selection shall be in pink color.onkeydown
&/or onkeyup
(Ctrl-C)copy
event)mousedown
is disabledmouseup
/click
is linked with the change of location.href
<input Value="test" onSelect="blur();">