Tests: <HTMLElement>.once()

Attach single-use event:

Usage: <HTMLElement>.once(name <String>, callback <Function>)

Note: the event should only be captured once, after which it is automatically removed. A second click should have no effect.