Open Shenglian opened 6 years ago
if (!('remove' in Element)) { Element.prototype.remove = function () { this.parentElement.removeChild(this) } }