| Bytes | Lang | Time | Link |
|---|---|---|---|
| 011 | 11 Bytes | 250824T135643Z | Posandu |
| 009 | 9 bytes | 250823T234629Z | Toadyosh |
11 Bytes
:not(:is())
:is() selects no element at all and :not() inverts it, which results in selecting all the elements.
9 bytes
a,:not(a)
Takes all item that are not a elements or are a elements