tao thử cái code này mà nó đéo hiệu quả
"use strict";
var all = document.getElementsByTagName("*");
var i;
var max;
for (i = 0, max = all.length; i < max; i += 1) {
if (all.onCopy) {
all.onCopy = null;
}
if (all.onPaste) {
all.onPaste = null;
}
}
tao thử cái code này mà nó đéo hiệu quả
"use strict";
var all = document.getElementsByTagName("*");
var i;
var max;
for (i = 0, max = all.length; i < max; i += 1) {
if (all.onCopy) {
all.onCopy = null;
}
if (all.onPaste) {
all.onPaste = null;
}
}