g | x | w | all
Bytes Lang Time Link
01111 Bytes250824T135643ZPosandu
0099 bytes250823T234629ZToadyosh

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