7 ms·
Nice, it works! I was a bit scared here because the querySelector() MDN docs say > A string containing one or more selectors to match. This string must be a va
by Kalabasa 3y ago
Nice, it works! I was a bit scared here because the querySelector() MDN docs say
> A string containing one or more selectors to match. This string must be a valid CSS selector string; if it isn't, a SyntaxError exception is thrown.
I'll test it out. If this works good, we shave off 5 bytes towards a 176-byte snippet!