>>577

var x = document.evaluate("//meta[@name='description']",document,null,7,null).snapshotItem(0);
x.parentNode.removeChild(x);