Array.prototype.map.call(document.querySelectorAll(".zclip"), function(node) { node.parentNode.removeChild(node); })