tomcburke / asterisk-of-shame

Chrome extension that adds an asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.
MIT License
2 stars 1 forks source link

Extension matches F. Scott Fitzgerald #1

Open jacroe opened 3 years ago

jacroe commented 3 years ago

Unfortunately, this script also adds an asterisk for F. Scott Fitzgerald, as I noticed while looking at Standard Ebooks's offerings.

f-scott-fitzgerald*

jacroe commented 3 years ago

Might be able to replace that line with the regex

v = v.replace("^[F. ]?Scott Fitzgerald","Scott Fitzgerald*");