4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/licenses/publicdomain/ */
|
|
|
|
document.firstChild.remove();
|