Select-click-copy Enabler

Enables select, right-click, copy and drag on pages that disable them. WARNING: MAY BREAK PAGE FUNCTIONS.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
XXN
日安装量
0
总安装量
727
评分
5 0 0
版本
8.3
创建于
2017-05-14
更新于
2017-05-28
大小
4.7 KB
许可证
GPL version 2 or any later version
适用于

Republished from the defunct userscripts.org (from mirror: http://userscripts-mirror.org/scripts/show/164646).
Don't let good things get lost!

Script Summary: Enables select, right-click, copy and drag on pages that disable them. WARNING: MAY BREAK PAGE FUNCTIONS.


Version: 8.2

License: GPL version 2 or any later version; http://www.gnu.org/licenses/gpl-2.0.txt

WARNING: MAY BREAK PAGE FUNCTIONS OR PREVENT OTHER USERSCRIPTS FROM RUNNING PROPERLY. USE WITH CAUTION.

Example: Try copying some text from the following page.
http://www.360doc.com/content/10/0504/07/71674_...

It is strongly recommended that users modify script-specific settings in Greasemonky/Tampermonkey to match copy-unfriendly pages only, such as http://www.360doc.com/*,

Possible Enhancements:
1. This script does not monitor left-click events. In case you need to enable intentionally disabled left-clicks, replace , 'selectstart' with , 'selectstart', 'click' in the script source code.
2. This script does not monitor mousemove events. In case you need to enable intentionally disabled select-by-mouse-move behavior (eg http://ishare.iask.sina.com.cn/f/15219423.html), replace , 'selectstart' with , 'selectstart', 'mousemove' in the script source code.
3. This script does not monitor keydown, keyup and keypress events. In case you need to enable intentionally disabled CTRL+C, CTRL+V and CTRL+A (eg http://www.radikal.com.tr/yazarlar/cuneyt_ozdem...), replace , 'selectstart' with , 'selectstart', 'keydown', 'keyup', 'keypress' in the script source code.

This script is disabled by default on https secure connection, as it is usually not a good practice to enable copy&paste in important applications such as email verification. Should you need https support badly, however, change // @include /^http\:\/\// to // @include /^https?\:\/\// in source code.