javascript:(function () {
function R(a) {
ona = "on" + a;
if (window.addEventListener){
window.addEventListener(a, function (e) {
for (var n = e.originalTarget; n; n = n.parentNode){
n[ona] = null;
}
}, true);
}
window[ona] = null;
document[ona] = null;
if (document.body){
document.body[ona] = null;
}
}
R("contextmenu");
R("click");
R("mousedown");
R("mouseup");
R("selectstart");
})() ;
網(wǎng)上摘抄的永脓,在此謝謝原創(chuàng)的分享
使用方法是打開網(wǎng)頁F12 敌呈,把代碼粘貼到控制臺贸宏,回車即可