


















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;' }
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。