1) CODE TITLE: Removing parts from the DOM using classes
2) AUTHOR NAME/NOTES: Arie Molendijk
3) DESCRIPTION: It is relatively easy to add elements to the DOM. But removing whole parts may be time-consuming if it's done with references to IDs. This script does it with classes. (If this is already known, don't read it).
4) URL TO CODE: http://molendijk.110mb.com/RemoveFromDom/dom.html
or, ATTACHED BELOW (see #3 in guidelines below):
