puexine
var array = document.getElementsByTagName("*");
for (var i=0; i < array.length; i++) {
    array[i].style.cssText = 
    \'-webkit-touch-callout: all;\' + 
    \'-webkit-user-select: all;\' + 
    \'-khtml-user-select: all;\' + 
    \'-moz-user-select: all;\' + 
    \'-ms-user-select: all;\' + 
    \'user-select: all;\'
}

 

分类:

技术点:

相关文章: