wolegca.github.io/base.js
2019-09-12 16:12:08 +08:00

6 lines
104 B
JavaScript

window.onselectstart = function () {
return false;
}
window.ontouchstart = function(){
return false;
}