Greasy Fork

Universal Select-click-copy Enabler

Enables select, right-click, copy and drag on pages that disable them.

目前为 2021-06-06 提交的版本。查看 最新版本

作者
𝖢𝖸 𝖥𝗎𝗇𝗀
评分
0 0 0
版本
1.2.3
创建于
2021-06-06
更新于
2021-06-06
大小
5.3 KB
许可证
暂无
适用于

1) This script disables the ".preventDefault()" function for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events
2) This script disables the "return false" in HTML attributes 'oncopy', 'oncontextmenu', 'onselect', 'onselectstart', 'ondragstart', 'onbeforecopy'
3) This script disables the "returnValue" in javascript coding for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events