Greasy Fork is available in English.
Débloquez le clic droit, supprimez les restrictions de copie, de découpe, de sélection de texte, de menu clic droit, de copie de texte, de sélection de texte, de clic droit sur l'image, etc. Améliorez les fonctionnalités : Sélectionnez le texte du lien hypertexte avec la touche Alt.
Version au
Remove web limits; Allow Copy
Please make sure you install the script from greasyfork.org, not fake sites.
請確保您從greasyfork.org安裝腳本,而不是假網站。
greasyfork.orgからスクリプトをインストールしてください、偽のサイトからではありません。
Minimum Browser Versions:
Recommended Browser Versions:
.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.contextmenu
, copy
, cut
, paste
, mouseup
, mousedown
, keyup
, keydown
, drag
, dragstart
, select
, and selectstart
(inspired by this script)onkeydown
&/or onkeyup
(Ctrl-C)copy
event)mousedown
is disabledmouseup
/click
is linked with the change of location.href
<input Value="test" onSelect="blur();">