var arr = document.getElementsByTagName("script") ; for(var i=0, l=arr.length; i<l; i++) arr[i].parentNode.removeChild(arr[i]) ;