您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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' 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",並且選取區變成粉紅色。)
<input Value="test" onSelect="blur();">
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址