SimonAlling / better-sweclockers

Better SweClockers
MIT License
11 stars 4 forks source link

Get textarea by `name` instead of `id` #253

Closed SimonAlling closed 3 months ago

SimonAlling commented 1 year ago

This lets us remove the CSS.escape polyfill, which was introduced in f4f2714386f8597f8c4c97d238a1f5a2e10a6bcd back in 2018, when browser support was limited. It probably isn't needed anymore, but by not using CSS.escape at all, "probably" becomes "definitely".

SimonAlling commented 1 year ago

Seems like we have to upgrade TypeScript first.