I've got new Reddit's View Entire Discussion button working. The expressions I wrote to set the resulting variables made from matching regex function call was totally wrong, should be:
const s=t.match(i),
o=!s||null==s[1]?void 0:s[1],
r=!s||null==s[2]?void 0:s[2];
Instead of...
const s=t.match(i),
o=null===s[1]?void 0:s[1],
r=null=== [2]?void 0:s[2];
Now, does Git work on Vista...it does!
Awaiting approval. https://github.com/martok/palefill/pull/15