Взломать запрет правой кнопкой мыши, снять ограничения на копирование, вырезание, выбор текста, контекстное меню, копирование текста, выбор текста, правая кнопка мыши на изображении и т.д. Усиление функций: выбор текста гиперссылки с помощью клавиши Alt.
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 string
Alt-click
; the cursor will change from "pointer" to "text", and the selection shall be in pink color.
(增強內置Alt文字選取 - 針對超連結及按鈕文字,按Alt+Click後,鼠標會由"pointer"變成了"text",並且選取區變成粉紅色。)contextmenu
, copy
, cut
, paste
, mouseup
, mousedown
, keyup
, keydown
, drag
, dragstart
, select
, and selectstart
(inspired by this script)
"return false" is set in onkeydown
&/or onkeyup
(Ctrl-C)copy
event)mousedown
is disabledmouseup
/click
is linked with the change of location.href
<input Value="test" onSelect="blur();">